Skip to content

Commit

Permalink
test2 main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 authored Dec 11, 2024
1 parent 28df2d3 commit a77b71a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ jobs:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- run: sudo apt-get install -y ros-humble-pcl-*
- run: |
# Create the workspace and move the repository to src
mkdir -p ~/ros2_ws/src
mv $(ls -d * | grep -v ros2_ws) ~/ros2_ws/src
cd ~/ros2_ws
# Install and initialize rosdep
sudo apt-get update
# sudo apt-get update
# sudo apt-get install -y python3-rosdep
sudo rosdep init
rosdep update
Expand Down

0 comments on commit a77b71a

Please sign in to comment.