Skip to content

Commit

Permalink
[Spinal][GA][WIP] add rosdep install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Nov 3, 2024
1 parent 2d747ab commit ba39e40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/spinal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
mkdir -p ~/catkin_ws/src
ln -s $GITHUB_WORKSPACE ~/catkin_ws/src/jsk_aerial_robot
cd ~/catkin_ws
# rosdep install --from-paths src --ignore-src -r -s
# rosdep install --from-paths src --ignore-src -r -y
rosdep install -y -r --from-paths src --ignore-src --rosdistro noetic
- name: Build ROS Package
run: |
source /opt/ros/$ROS_DISTRO/setup.bash
Expand Down

0 comments on commit ba39e40

Please sign in to comment.