Skip to content

Commit

Permalink
Merge pull request #12 from mabelzhang/mabelzhang/fix_readme
Browse files Browse the repository at this point in the history
Fix README commands missing for ROS
  • Loading branch information
quarkytale authored Oct 12, 2022
2 parents a85a029 + 2557e42 commit c25b25c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ At the moment, only source installation is supported. Use Ubuntu Focal.

1. Install necessary tools

`sudo apt install python3-vcstool python3-colcon-common-extensions git wget`
```
sudo apt install python3-vcstool python3-colcon-common-extensions python3-pip git wget
```
##### Usage
Expand Down Expand Up @@ -59,6 +61,7 @@ At the moment, only source installation is supported. Use Ubuntu Focal.
1. Install ROS dependencies
```
sudo pip3 install -U rosdep
sudo rosdep init
rosdep update
rosdep install --from-paths src --ignore-src -r -y -i
Expand All @@ -67,6 +70,7 @@ At the moment, only source installation is supported. Use Ubuntu Focal.
1. Build and install
```
source /opt/ros/galactic/setup.bash
cd ~/buoy_ws
colcon build
```
Expand Down

0 comments on commit c25b25c

Please # to comment.