Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skpawar1305 authored Sep 23, 2024
1 parent 016dc71 commit 48b5343
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ The world contains apriltags, a red line to test lane follower and objects for m

## Install

1. Make sure that `colcon`, its extensions, and `vcs` are installed:
1. Install ROS2 Development tools and initialise and update rosdep:
```
sudo apt install python3-colcon-common-extensions python3-vcstool
sudo apt install -y ros-dev-tools
```
```
source /opt/ros/humble/setup.bash
sudo rosdep init
rosdep update
```
Also, rosdep is installed https://docs.ros.org/en/humble/Tutorials/Intermediate/Rosdep.html#rosdep-installation.
2. Create a new ROS2 workspace:
```
Expand Down

0 comments on commit 48b5343

Please sign in to comment.