Skip to content

Commit

Permalink
ci: installing upstream rtabmap master from source
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jun 1, 2024
1 parent 2a511b2 commit 9b6e9d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros_distro }}
- run: |
echo -e "- git:\n local-name: rtabmap\n uri: https://github.com/introlab/rtabmap.git\n version: master" > /tmp/deps.repos
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: rtabmap_ros
target-ros2-distro: ${{ matrix.ros_distro }}
vcs-repo-file-url: /tmp/deps.repos

0 comments on commit 9b6e9d6

Please sign in to comment.