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

Revision history [back]

Hi,

The problem is not related to the navigation stack. The problem is the launch_ros package, this commit fixes your issue: https://github.com/ros2/launch_ros/commit/3a309e5b7f802b2f4a36ba2bcdf91702df7fef12

Unfortunately, at the moment of writing this response, the apt installation of launch_ros still does not have this fix. What you can do is to clone the package to your workspace and build it locally. That will solve your problem.

cd ~/your_ws/src
git clone -b humble https://github.com/ros2/launch_ros.git
colcon build

Hope that solves your issue.