yiyunevin / RL-RRT-Global-Planner

A ROS package of a path-planning method based on Bidirectional RRT*, which use the intermidiate points as the global information instead of the full path.
28 stars 3 forks source link

simulation #1

Open xuquanxing opened 1 year ago

xuquanxing commented 1 year ago

Can the simulation robot use both Turtlebot3 and KUKAyoubot?

yiyunevin commented 1 year ago

Yes, you can modify the parameter "robot_radius" in .../config/base_global_planner_params.yaml depend on the size of the robot.

However, what the Global Planner focus on is to plan a trajectory before the robot start to move. The result is the position of the nodes.

If you are talking about getting the robot to the goal point, the project is done in the repository Local-Planner. It'll generate the moving command depend on the result of the Global Planner. And it can be applied on both Turtlebot3 and youBot.