Skip to content

Commit

Permalink
installing rosdep rolling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-Prasad-V committed Mar 8, 2024
1 parent c0a674c commit 87d85ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ jobs:
echo "source /opt/ros/${{ matrix.ros_distro }}/setup.bash" >> ${{github.workspace}}/.bashrc
source ${{github.workspace}}/.bashrc
cd ${{github.workspace}}/ros2
sudo apt install ros-${{ matrix.ros_distro}}-diagnostic-updater
echo "================= ROSDEP UPDATE ====================="
rosdep update --rosdistro ${{ matrix.ros_distro }}
echo "================= ROSDEP INSTALL ===================="
rosdep install -i --reinstall --from-path src --rosdistro ${{ matrix.ros_distro }} --skip-keys=librealsense2 -y
rosdep install -i --reinstall --from-path src --rosdistro ${{ matrix.ros_distro }} -r --skip-keys=librealsense2 -y
echo "================== COLCON BUILD ======================"
colcon build --cmake-args '-DBUILD_TOOLS=ON'
Expand Down

0 comments on commit 87d85ea

Please sign in to comment.