Skip to content

Commit

Permalink
humble yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid3727 committed Jul 2, 2024
1 parent 65c6d94 commit a36ab8c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/ros2-latest.list'
sudo apt update
sudo apt install -y ros-humble-desktop
sudo apt install ros-humble-desktop -y
sudo apt install python3-colcon-common-extensions -y
sudo apt install python3-rosdep -y
echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
source ~/.bashrc
source /opt/ros/humble/setup.bash
sudo rosdep init
rosdep update

- name: Install ROS 2 dependencies
run: |
Expand Down

0 comments on commit a36ab8c

Please sign in to comment.