Error: $ colcon build --symlink-install

I’m following the ROS 2 navigation course and I can only see the error message when I typed below.

$ colcon build --symlink-install

1 Like

Hello @wesnjazz ,

This error is happening because you are trying to compile the catkin_ws, which has been built with ROS1. You need to place the files and compile the ros2_ws instead, which is the workspace for ROS2. I’ve noticed there are some wrong indications about this in the notebook, which I’ve already modified.

Best,

1 Like