Skip to content

Commit

Permalink
added rmw 'package-name'
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Staschulat (CR/ADA1.2) <jan.staschulat@de.bosch.com>
  • Loading branch information
JanStaschulat committed Mar 1, 2022
1 parent 2d80a9b commit 064ac1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
apt-get install ros-${{ matrix.ros_distribution }}-rclcpp-action
apt-get install ros-${{ matrix.ros_distribution }}-mimick-vendor
apt-get -y install ros-${{ matrix.ros_distribution }}-performance-test-fixture
- uses : ros-tooling/action-ros-ci@0.2.3
- uses : ros-tooling/action-ros-ci@0.2.4
with:
package-name: "rclc rclc_examples rclc_lifecycle rclc_parameter"
package-name: "rmw rclc rclc_examples rclc_lifecycle rclc_parameter"
vcs-repo-file-url: dependencies.repos
target-ros2-distro: ${{ matrix.ros_distribution }}
colcon-defaults: |
Expand Down
3 changes: 1 addition & 2 deletions rclc/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
<author email="william@osrfoundation.org">William Woodall</author>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>rmw</build_depend>

<build_depend>rcl</build_depend>
<build_depend>rcl_action</build_depend>
<build_depend>rcutils</build_depend>
<build_depend>rosidl_generator_c</build_depend>
<build_depend>rosidl_typesupport_c</build_depend>

<exec_depend>rmw</exec_depend>
<exec_depend>rcl</exec_depend>
<exec_depend>rcutils</exec_depend>
<exec_depend>rosidl_generator_c</exec_depend>
Expand Down

0 comments on commit 064ac1a

Please sign in to comment.