ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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.