ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
CMakeLists.txt
:
find_package(rosidl_default_generatorss REQUIRED)
should be right under the #find_dependencies
section and before rosidl_generate_interfaces(${PROJECT_NAME} "msg/Num.msg" "srv/AddThreeInts.srv"
. It should not be at the last line.