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

Disable replanning feature in ROS2 navigation2.

asked 2023-06-20 02:10:36 -0500

xiangyang95 gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-20 14:16:02 -0500

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2023-06-20 02:10:36 -0500

Seen: 155 times

Last updated: Jun 20 '23