Closed rajeshAnt closed 3 months ago
Sometimes transient local QoS topics don't appear off hand in the CLI (nothing we can do about that in Nav2), but I'm sure if you did a ros2 topic info
on it you'd see it. Try publishing to it and I think you'll see it works fine - we have unit tests for this so I know it works :-) Just make sure to use the right QoS settings
Hi, thanks for your reply. I was able to make the planner selector work but I had to do the following changes.
I had to replace the parameter name to default_nav_to_pose_bt_xml
and not the default_bt_xml: "my_path/config/navigate_to_pose_w_replanning_and_recovery.xml"
. And I used the behavior tree from the Humble branch as the base and added the planner and controller selector actions.
Hi, i am new to the nav2 architecture and I am trying to use different planners at different stages of my robot navigation.
bt_navigator and planner_server parms from my nav_params.yaml file looks like this.
The navigate_to_pose_w_replanning_and_recovery.xml is
I couldn't see the planner_selector topic when I do ros2 topic list. Is there any steps that i am missing in configuring the planner selector. Thanks in advance :)