-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ROS 2 setup and dependency installation in manual.yml
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,15 +23,15 @@ jobs: | |
|
||
# Set up ROS 2 (Jazzy) | ||
- name: Set up ROS 2 | ||
uses: ros-tooling/setup-ros2@main | ||
uses: ros-tooling/setup-[email protected] | ||
with: | ||
ros-distro: jazzy | ||
|
||
# Install dependencies from requirements.txt | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get -y update | ||
sudo apt-get 0y install python3-pip | ||
sudo apt-get -y install python3-pip | ||
pip3 install -r requirements.txt | ||
# Success message | ||
|