-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,14 +32,7 @@ jobs: | |
- uses: ros-tooling/[email protected] | ||
with: | ||
required-ros-distributions: ${{ matrix.ros_distro }} | ||
|
||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get upgrade -y | ||
sudo apt-get -y install ros-${{ matrix.ros_distro }}-rtabmap-ros | ||
sudo apt-get -y remove ros-${{ matrix.ros_distro }}-rtabmap* | ||
|
||
- name: Setup ros2 workspace | ||
run: | | ||
source /opt/ros/${{ matrix.ros_distro }}/setup.bash | ||
|
@@ -61,5 +54,5 @@ jobs: | |
source /opt/ros/${{ matrix.ros_distro }}/setup.bash | ||
cd ${{github.workspace}}/ros2_ws | ||
rosdep update | ||
rosdep install --from-paths src --ignore-src -r -y | ||
rosdep install --from-paths src --ignore-src -r -y -t build_export -t test -t build -t buildtool_export -t buildtool | ||
colcon build --event-handlers console_direct+ |