ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to get the plan the robot will exactly follow

asked 2022-07-15 06:01:42 -0500

user1928 gravatar image

I am using ROS Navigation stack on a robot & I want to access the exact plan the robot will follow. I know the ~<name>/plan topic publishes the plan but the description of the same topic (in the same link) says that it is used primarily for visualization purposes. I interpreted it as "the plan published on ~<name>/plan will be the approximate plan the robot will follow & not the exact plan".

How can I access the exact plan the robot will follow?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-07-15 07:36:47 -0500

Per Edwardsson gravatar image

The exact plan the robot will follow will depend on what the local planner decides. For instance, if the local planner can avoid dynamic objects, it might make an entirely different path to follow. If the local planner only follows the global path, it will depend on if the path is valid for the kinematics of the robot. I would argue that these are approximate by nature, I'm afraid.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2022-07-15 06:01:42 -0500

Seen: 59 times

Last updated: Jul 15 '22