Skip to content

Commit

Permalink
[GithubActions] Adding dq robotics installation step.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarinho authored Sep 1, 2024
1 parent 42da58e commit e09dc1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/setup_ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: install DQ Robotics Devel
run: |
sudo add-apt-repository ppa:dqrobotics-dev/development
sudo apt-get update
sudo apt-get install libdqrobotics*
- name: build and test ROS 2
if: ${{ matrix.ros_version == 2 }}
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit e09dc1b

Please sign in to comment.