Skip to content

Commit

Permalink
Add dependency installation for ROS pkgs
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <[email protected]>
  • Loading branch information
MarcoLm993 committed Jun 28, 2024
1 parent 2c916f6 commit cfba14e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
- name: Compile bt_tools
run: |
source /opt/ros/${{ matrix.ros-distro }}/setup.bash
# Install dependencies
cd colcon_ws
colcon build --symlink-install
rosdep update && rosdep install --from-paths src --ignore-src -y
# Build and install bt_tools
colcon build --symlink-install
# Get smc_storm for testing
- name: Get smc_storm
id: get_smc_storm
Expand Down

0 comments on commit cfba14e

Please sign in to comment.