How to get the plan the robot will exactly follow
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?