initial release of webots simulation for scout

This commit is contained in:
Ruixiang Du
2020-01-31 14:28:38 +08:00
parent 16542b008f
commit 7d4993b1e7
13 changed files with 1313 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
## 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
```