Abstract
The ability to explore an unknown environment and create a representation is a must-have for a fully autonomous robot. Autonomous exploration is a multifaceted problem and requires solutions to a combination of sub-problems such as Simultaneous Localization and Mapping (SLAM), path planning and following, detecting potential navigation target points and evaluating them to select a target. This study implements a frontier point based approach to identify potential navigation targets. Permanent and temporary RRT-based tree structures are used to search the existing map and detect frontier points. Permanent tree is rooted from the initial position of the robot and is never reset. Temporary trees are reset when they hit a frontier point or reach a certain number of branches. Two types of temporary trees are used, starting from the robot's current location and starting from the frontier points that lose their frontier point characteristics as the region they lie is mapped. A revenue function considering path cost, heading cost, and information gain is used to evaluate the frontier points and select a target among them.
Original language | English |
---|---|
Title of host publication | 2022 7th International Conference on Robotics and Automation Engineering, ICRAE 2022 |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 305-311 |
Number of pages | 7 |
ISBN (Electronic) | 9781665489188 |
DOIs | |
Publication status | Published - 2022 |
Event | 7th International Conference on Robotics and Automation Engineering, ICRAE 2022 - Singapore, Singapore Duration: 18 Nov 2022 → 20 Nov 2022 |
Publication series
Name | 2022 7th International Conference on Robotics and Automation Engineering, ICRAE 2022 |
---|
Conference
Conference | 7th International Conference on Robotics and Automation Engineering, ICRAE 2022 |
---|---|
Country/Territory | Singapore |
City | Singapore |
Period | 18/11/22 → 20/11/22 |
Bibliographical note
Publisher Copyright:© 2022 IEEE.
Keywords
- 2D Exploration
- Active SLAM
- Autonomous Vehicles
- Frontier Points
- RRT