mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
16 lines
213 B
Markdown
16 lines
213 B
Markdown
## scout_webots_sim
|
|
|
|
* Install dependencies
|
|
|
|
```
|
|
$ sudo apt install ros-melodic-webots-ros
|
|
```
|
|
|
|
* Set WEBOTS_HOME variable
|
|
|
|
Add the following line to your "~/.bashrc"
|
|
|
|
```
|
|
export WEBOTS_HOME=/usr/local/webots
|
|
```
|