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

You need to install the can_msgs package to your ros workspace.

sudo apt install ros-$ROS_DISTRO-can-msgs

source /opt/ros/$ROS_DISTRO/setup.bash

Make sure to clean up your local ros workspace (i.e. remove build/ install/ log/) before colcon build.

To see all the packages you have installed to your machine:

ls /opt/ros/$ROS_DISTRO/include/ and ls /opt/ros/$ROS_DISTRO/share.