Skip to content

Commit

Permalink
Add rmw dependencies due to EventsExecutor PR in rcl (#255)
Browse files Browse the repository at this point in the history
* cloning rmw repo temporary

Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>

* hardcoded rolling as distribution

Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>

* added rmw as dependency in package.xml

Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>

* added rmw as exec_depend

Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>

* added rmw 'package-name'

Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>

* reverted package-name commit

Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>

* added rmw in dependencies.repos

Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>

* added other rmw dependencies

Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>
  • Loading branch information
JanStaschulat authored Mar 2, 2022
1 parent 2381ec5 commit 4f4590f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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/[email protected].3
- uses : ros-tooling/[email protected].4
with:
package-name: "rclc rclc_examples rclc_lifecycle rclc_parameter"
vcs-repo-file-url: dependencies.repos
Expand Down
23 changes: 20 additions & 3 deletions dependencies.repos
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
- git:
local-name: rcl
uri: https://github.com/ros2/rcl.git
repositories:
ros2/rcl:
type: git
url: https://github.com/ros2/rcl.git
version: master
ros2/rmw:
type: git
url: https://github.com/ros2/rmw.git
version: master
ros2/rmw_implementation:
type: git
url: https://github.com/ros2/rmw_implementation.git
version: master
ros2/rmw_connextdds:
type: git
url: https://github.com/ros2/rmw_connextdds.git
version: master
ros2/rmw_fastrtps:
type: git
url: https://github.com/ros2/rmw_fastrtps.git
version: master

0 comments on commit 4f4590f

Please sign in to comment.