Disable replanning feature in ROS2 navigation2.
I am working on setting up the navigation module on my robot. In my scenario, I am want to disable the replanning feature in the navigation module. In ROS1, I am able to perform this by setting the planner frequency to 0 and this will only trigger replanning when the robot enters into recoveries behavior. However, I do not see the same settings that is available in ROS2 Navigation2 package. Can anyone share me some thoughts on how to disable replanning in navigation2?
Asked by xiangyang95 on 2023-06-20 02:10:36 UTC
Answers
You can really easily do that by adjusting the behavior tree to not have replanning or replan only on events that you care about. That's the power given to you using Nav2 based on behavior trees.
Asked by stevemacenski on 2023-06-20 14:16:02 UTC
Comments