A Path planning and visualization tool based on ROS. Tested on Ubuntu 20.04 and ROS Noetic
- RRT*
- OMPL
- Dynamic Reconfigure
- A static tf publisher for simplicity
rosrun tf static_transform_publisher 0.0 0.0 0.0 0.0 0.0 0.0 1.0 base_link map 1000
- Starting the node
rosrun path_planning path_planning_node
-
Use rqt to configure dynamic parameters
-
Use the following service
rosservice call /input_params -- start_x start_y end_x end_y
Note that the type of the service parameters are double
Dynamic Reconfigure Parameters
- Number_of_Obstacles
- Radius_of_Obstacles
- Randomize_Obstacle_Radius
- RRTstar_Range
- Cost_Threshold
- Max_Solution_Time