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?