Skip to content

Commit

Permalink
More ci dependencies for nav2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
aosmw committed May 8, 2024
1 parent c30abd3 commit eb1488c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
run: sudo apt install ros-${{ matrix.ros_distro }}-diagnostic-updater -y
- name: Install rviz_common
run: sudo apt install ros-${{ matrix.ros_distro }}-rviz-common -y
- name: Install rviz_default_plugins
run: sudo apt install ros-${{ matrix.ros_distro }}-rviz-default-plugins -y
- name: Install ompl
run: sudo apt install ros-${{ matrix.ros_distro }}-ompl -y
- name: Install laser_geometry
run: sudo apt install ros-${{ matrix.ros_distro }}-laser_geometry -y
- name: Install cv_bridge
run: sudo apt install ros-${{ matrix.ros_distro }}-cv-bridge -y
- name: Install gazebo_ros_pkgs
run: sudo apt install ros-${{ matrix.ros_distro }}-gazebo-ros-pkgs -y
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit eb1488c

Please sign in to comment.