Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ I used the Xiaor Geek Jetbot as a base platform and modified it to include a wid
<!-- 0. Dependencies:
```bash

sudo apt install ros-eloquent-navigation2
sudo apt install ros-eloquent-nav2-bringup
sudo apt install ros-eloquent-navigation2 -y
sudo apt install ros-eloquent-nav2-bringup -y
sudo apt install libopus-dev -y

``` -->
1. Clone this repo and its submodules.
Expand Down Expand Up @@ -88,7 +89,7 @@ I used the Xiaor Geek Jetbot as a base platform and modified it to include a wid

5. Install pyfakewebcam so that camera frames can be modified inside a ROS2 node and then shared through webrtc:
```bash
apt-get install v4l2loopback-utils
sudo apt install v4l2loopback-utils -y
pip3 install pyfakewebcam==0.1.0
```

Expand Down