Files
scout_ros/scout_webots_sim/README.md
2020-01-31 14:28:38 +08:00

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
```