Implementation of RRT* algorithm in Nav2 for ros2 humble. Implementation is using naive aproach to look for nearest neighbours so it is very slow with big number of nodes or big maps. It was written as a way of getting familiar with Nav2. Should not be used in any serious aplication.
- navigation2
- turtlebot3_gazebo
- export TURTLEBOT3_MODEL=waffle
- export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/opt/ros/humble/share/turtlebot3_gazebo/models
- source install/setup.bash
- ros2 launch nav2_rrtstar_planner tb3_world_demo.launch.py
- ros2 launch nav2_rrtstar_planner tb3_house_demo.launch.py