Is typo of bt_navigatornavigate_to_pose_rclcpp_node in ROS2 Galactic right ?
Hello,
I just migrated from Foxy to Galactic. While debuging why no plan is computed when I set a goal through RVIZ, I noted these suspect nodes names:
$ros2 node list
/bt_navigator
/bt_navigatornavigate_through_poses_rclcpp_node
/bt_navigatornavigate_to_pose_rclcpp_node
By analogy with the costmap nodes for example, I would have expected a separating slash or underscore, like /bt_navigator_navigate_to_pose_rclcpp_node
.
Are these node names correct, ie. are they the default ones you also get on your install ? If not, where could such a typo come from ?
Thanks,