ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You never declare a dependency on serial
and you never use if in your CMakeLists.txt
.
I would recommend adding a <build_depend>serial</build_depend>
in your package.xml
, as well as adding serial
to the file of things being found in the line find_package(catkin ...
.