Skip to content

Commit

Permalink
Install vcs-tool
Browse files Browse the repository at this point in the history
Signed-off-by: Juancams <[email protected]>
  • Loading branch information
Juancams committed Oct 7, 2024
1 parent 0e8bf51 commit 5605997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jazzy_devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install rosdep
- name: Install rosdep, vcstool
run: |
sudo apt update && sudo apt install -y curl
sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(. /etc/os-release && echo $UBUNTU_CODENAME) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null
sudo apt update
sudo apt install -y python3-rosdep
sudo apt install -y python3-vcstool
- name: Setup ROS 2 environment
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 5605997

Please sign in to comment.