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

Revision history [back]

click to hide/show revision 1
initial version

In my case it was because I was trying to launch a ROS2 launch in a terminal session that has previously ROS1 sourcing. To solve it be sure to ONLY source ROS related stuff: source /opt/ros/foxy/setup.bash, and colcon build from scratch your workspace just in case.