Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rmw dependencies due to EventsExecutor PR in rcl #255

Merged
merged 8 commits into from
Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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