• 제목/요약/키워드: $RRT^*$-Smart

검색결과 5건 처리시간 0.023초

최적 경로 계획을 위한 RRT*-Smart 알고리즘의 개선과 2, 3차원 환경에서의 적용 (Improvement of RRT*-Smart Algorithm for Optimal Path Planning and Application of the Algorithm in 2 & 3-Dimension Environment)

  • 탁형태;박천건;이상철
    • 한국항공운항학회지
    • /
    • 제27권2호
    • /
    • pp.1-8
    • /
    • 2019
  • Optimal path planning refers to find the safe route to the destination at a low cost, is a major problem with regard to autonomous navigation. Sampling Based Planning(SBP) approaches, such as Rapidly-exploring Random Tree Star($RRT^*$), are the most influential algorithm in path planning due to their relatively small calculations and scalability to high-dimensional problems. $RRT^*$-Smart introduced path optimization and biased sampling techniques into $RRT^*$ to increase convergent rate. This paper presents an improvement plan that has changed the biased sampling method to increase the initial convergent rate of the $RRT^*$-Smart, which is specified as m$RRT^*$-Smart. With comparison among $RRT^*$, $RRT^*$-Smart and m$RRT^*$-Smart in 2 & 3-D environments, m$RRT^*$-Smart showed similar or increased initial convergent rate than $RRT^*$ and $RRT^*$-Smart.

무인항공기용 실시간 장애물 탐지 및 회피 경로 생성 알고리즘 (Real-time Obstacle Detection and Avoidance Path Generation Algorithm for UAV)

  • 고하윤;백중환;최형식
    • 한국항행학회논문지
    • /
    • 제22권6호
    • /
    • pp.623-629
    • /
    • 2018
  • 본 논문에서는 무인항공기용 실시간 장애물 탐지 및 회피 경로 생성 알고리즘을 제안한다. 2-D Lidar를 이용하여 장애물을 검출하고, 검출 정보는 지역 회피 경로 생성을 위한 실시간 히스토그램 생성과 목표 지점까지 전역 회피 경로 생성을 위해 사용되는 2-D SLAM 지도를 생성하는데 사용된다. 지역 회피 경로 생성을 위한 VFH 알고리즘은 장애물들이 벡터 방향과 거리에 따라 얼마큼 분포되어 있는지에 대한 실시간 히스토그램을 생성하고, 이 히스토그램은 근접 장애물 검출 시 지역 회피 경로를 생성하는데 사용된다. 기존의 $RRT^*-Smart$ 알고리즘의 한계로 인해 Modified $RRT^*-Smart$ 알고리즘을 제안한다. 이 알고리즘은 새로운 노드가 생길 때 목표 지점과의 직선 경로 여부를 판단하고, 목표 지점 방향으로 생성되도록 방향성을 부여하며, 노드의 길이를 확률적으로 나누어 일정한 단위의 길이가 아닌 랜덤 단위의 길이로 퍼뜨림으로써 보다 적은 비용으로 목표 지점까지의 효율적인 전역 회피경로를 생성한다. 본 논문에서는 효율적인 회피경로를 생성하여 회피 기동함을 다양한 시뮬레이션 실험환경을 통해 검증하였다.

스마트 팩토리 모빌리티 에너지 효율을 위한 경로 최적화에 관한 연구 (Route Optimization for Energy-Efficient Path Planning in Smart Factory Autonomous Mobile Robot)

  • 엄동희;조동욱;김성주;박상현;황성호
    • 드라이브 ㆍ 컨트롤
    • /
    • 제21권1호
    • /
    • pp.46-52
    • /
    • 2024
  • The advancement of autonomous driving technology has heightened the importance of Autonomous Mobile Robotics (AMR) within smart factories. Notably, in tasks involving the transportation of heavy objects, the consideration of weight in route optimization and path planning has become crucial. There is ongoing research on local path planning, such as Dijkstra, A*, and RRT*, focusing on minimizing travel time and distance within smart factory warehouses. Additionally, there are ongoing simultaneous studies on route optimization, including TSP algorithms for various path explorations and on minimizing energy consumption in mobile robotics operations. However, previous studies have often overlooked the weight of the objects being transported, emphasizing only minimal travel time or distance. Therefore, this research proposes route planning that accounts for the maximum payload capacity of mobile robotics and offers load-optimized path planning for multi-destination transportation. Considering the load, a genetic algorithm with the objectives of minimizing both travel time and distance, as well as energy consumption is employed. This approach is expected to enhance the efficiency of mobility within smart factories.

전역 및 지역 경로 생성을 통한 무인항공기 자율비행 시스템 연구 (Autonomous Flight System of UAV through Global and Local Path Generation)

  • 고하윤;백중환;최형식
    • 항공우주시스템공학회지
    • /
    • 제13권3호
    • /
    • pp.15-22
    • /
    • 2019
  • 본 논문에서는 무인항공기의 자율 비행을 위한 전역 및 지역 경로 비행 시스템을 제안한다. 전체적인 시스템은 ROS 로봇 운영체제를 기반으로 구축하였다. 무인항공기에 탑재된 임베디드 컴퓨터는 2-D Lidar를 이용하여 장애물을 검출하고, 실시간으로 VFH 기반의 지역 경로와 제안하는 Modified $RRT^*$-Smart 기반의 전역 경로를 생성한다. 또한, 무인항공기의 비행컨트롤러에 Mavros 통신 프로토콜을 이용하여 생성된 경로에 따른 이동 명령을 내린다. 지상국 컴퓨터는 장애물 정보를 수신하여 2-D SLAM 지도를 생성하고, 목적 지점을 임베디드 컴퓨터에 전달하며 무인항공기의 상태를 관장한다. 제안하는 무인항공기의 자율 비행 시스템을 3-D 공간 상의 시뮬레이터 및 실제 비행을 통해 검증하였다.

실내외 환경에서 안정적인 자율 주행을 위한 스마트 휠체어 시스템 및 주행 기술 개발 (Development of Smart Wheelchair System and Navigation Technology For Stable Driving Performance In Indoor-Outdoor Environments)

  • 이래경;오세영
    • 전자공학회논문지
    • /
    • 제52권7호
    • /
    • pp.153-161
    • /
    • 2015
  • 본 논문에서는 사회적 약자(노약자, 장애인 등)들의 사회 경제적 삶의 질 향상을 위한 기술개발(Quality of Life Technology, QoLT)의 일환으로, 다양한 실내외 환경에 대해서 안정적이고 안전한 주행이 가능한 스마트 휠체어 시스템을 개발하고, 이를 효과적으로 운영하기 위한 주행 프레임워크를 제안한다. 특히, 휠체어 탑승자(장애인, 노약자)의 인지/조작능력 부족에 따른 자동/수동 주행 시 편의성과 안전성을 보장하기 위해, 먼저 환경에 최적화된 센서들을 기반으로 사용자 중심의 스마트 휠체어 시스템을 개발하고, 다양한 주행 환경의 변화에 실시간 대응은 물론, 탑승시 안정성을 보장하기 위한 계층적 구조의 주행 프레임워크를 제안, 적용함으로써 보다 효과적인 운영이 가능하도록 하였다. 제안된 방법들에 대한 다양한 실험들을 통해 개발된 스마트 휠체어 시스템과 주행 시스템에 대한 안전성은 물론 효율성을 증명, 확인할 수 있었다.