Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
fixed worlds names
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielenava committed Mar 6, 2019
1 parent 88e6e69 commit b847cce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions worlds/icub_seesaw_world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Normally, for loading a `world`, Gazebo needs to be launched in the folder where

```
source /usr/share/gazebo/setup.sh
export GAZEBO_RESOURCE_PATH=$GAZEBO_RESOURCE_PATH:/PATH/WHERE/YOUR/WORLD/IS
export GAZEBO_RESOURCE_PATH=$GAZEBO_RESOURCE_PATH:/PATH/TO/WORLD/FOLDER
```

Furthermore, if you are working with Simulink controllers, it is necessary to sincronize Gazebo with Simulink by running Gazebo with the option `-slibgazebo_yarp_clock.so`.

Final command to run in the terminal is something like this: `gazebo -slibgazebo_yarp_clock.so nameOfYourWorld`. For seesaw demo, it is also required to start Gazebo in "pause" mode, and therefore final command will be: `gazebo -slibgazebo_yarp_clock.so icub_seesaw_world -u`.
Final command to run in the terminal is something like this: `gazebo -slibgazebo_yarp_clock.so worldFolderName/nameOfYourWorld`. For seesaw demo, it is also required to start Gazebo in "pause" mode, and therefore final command will be: `gazebo -slibgazebo_yarp_clock.so icub_seesaw_world/icub_seesaw.world -u`.


4 changes: 2 additions & 2 deletions worlds/icub_standup_world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Normally, for loading a `world`, Gazebo needs to be launched in the folder where

```
source /usr/share/gazebo/setup.sh
export GAZEBO_RESOURCE_PATH=$GAZEBO_RESOURCE_PATH:/PATH/WHERE/YOUR/WORLD/IS
export GAZEBO_RESOURCE_PATH=$GAZEBO_RESOURCE_PATH:/PATH/TO/WORLD/FOLDER
```

Furthermore, if you are working with Simulink controllers, it is necessary to sincronize Gazebo with Simulink by running Gazebo with the option `-slibgazebo_yarp_clock.so`.

Final command to run in the terminal is something like this: `gazebo -slibgazebo_yarp_clock.so nameOfYourWorld` where for iCub standup demo `nameOfYourWorld = icub_standup_world`.
Final command to run in the terminal is something like this: `gazebo -slibgazebo_yarp_clock.so worldFolderName/nameOfYourWorld` where for iCub standup demo `worldFolderName/nameOfYourWorld = icub_standup_world/icub_standup.world`.


0 comments on commit b847cce

Please sign in to comment.