diff --git a/ros2/CMakeLists.txt b/ros2/CMakeLists.txt index 21cce64..b9f459a 100644 --- a/ros2/CMakeLists.txt +++ b/ros2/CMakeLists.txt @@ -219,4 +219,4 @@ if(BUILD_API_REFERENCE) set(CPACK_COMPONENT_EXAMPLES_DESCRIPTION "eProsima ROS2 System Handle doxygen documentation") set(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} doxygen-${PROJECT_NAME}) -endif() \ No newline at end of file +endif() diff --git a/ros2/colcon.pkg b/ros2/colcon.pkg new file mode 100644 index 0000000..bf1f29c --- /dev/null +++ b/ros2/colcon.pkg @@ -0,0 +1,5 @@ +{ + "name": "is-ros2", + "type": "ros.cmake", + "dependencies": ["xtypes", "is-core", "is-ros2-rosidl", "rclcpp"] +}