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

This tells us that most likely you forgot to add the serial package to your find_package(catkin COMPONENT ..) line in your CMakeLists.txt.

Without seeing your CMakeLists.txt this is a guess though.

This tells us that most likely you forgot to add the serial package to your find_package(catkin COMPONENT ..) line in your CMakeLists.txt.

See also the Catkin documentation on adding catkin library dependencies.

Without seeing your CMakeLists.txt this is a guess though.