ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The behavior tree decides what to do. The default behavior tree has a spin
and backup
in the RecoveryFallback
.
What you're doing isn't changing the behavior tree, but changing what plugin is linked to what name. You're removing the plugins without removing the reference to them in the behavior tree.
You'll need to make your own behavior tree without the spin
and backup
plugins and use that in Nav2.