This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2828 rosdep update
2929 rosdep install --from-paths ./ -i -y --rosdistro rolling \
3030 --ignore-src
31- apt-get upgrade -q -y --with-new-pkgs ros-rolling-rcl
3231 - name : Build project
3332 id : build
3433 run : |
4746 container :
4847 image : osrf/ros:rolling-desktop
4948 steps :
50- - uses : actions/checkout@v2
49+ - uses : actions/checkout@v3
5150 - name : Setup colcon workspace
5251 id : configure
5352 run : |
6564 rosdep update
6665 rosdep install --from-paths ./ -i -y --rosdistro rolling \
6766 --ignore-src
68- apt-get upgrade -q -y --with-new-pkgs ros-rolling-rcl
6967 - name : Build project
7068 id : build
7169 run : |
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ add_library(${PROJECT_NAME} SHARED
3131)
3232ament_target_dependencies(${PROJECT_NAME}
3333 angles
34- service_msgs
3534 controller_manager
3635 gazebo_dev
3736 gazebo_ros
@@ -64,8 +63,18 @@ ament_export_include_directories(
6463 include
6564)
6665
67- ament_export_dependencies(ament_cmake)
68- ament_export_dependencies(rclcpp)
66+ ament_export_dependencies(
67+ ament_cmake
68+ angles
69+ controller_manager
70+ gazebo_dev
71+ gazebo_ros
72+ hardware_interface
73+ pluginlib
74+ rclcpp
75+ yaml_cpp_vendor
76+ )
77+
6978ament_export_libraries(
7079 ${PROJECT_NAME}
7180 gazebo_hardware_plugins
Original file line number Diff line number Diff line change 1919 <buildtool_depend >ament_cmake</buildtool_depend >
2020
2121 <depend >angles</depend >
22- <depend >service_msgs</depend >
2322 <depend >gazebo_dev</depend >
2423 <depend >gazebo_ros</depend >
2524 <depend >controller_manager</depend >
You can’t perform that action at this time.
0 commit comments