Skip to content

Commit

Permalink
Rename worlds (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBergonti committed Nov 21, 2023
1 parent 84b9ec8 commit d002a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flight-controllers-stable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export YARP_ROBOT_NAME=iRonCub-Mk1_Gazebo
```
If you have correctly configured the [iRonCub world](../models/worlds), you may run also:
```
gazebo -slibgazebo_yarp_clock.so iRonCub_Mk1_1_world1
gazebo -slibgazebo_yarp_clock.so iRonCub_Mk1_1_world
```
(world for `iRonCub-Mk1_1`).

Expand Down
3 changes: 1 addition & 2 deletions models/worlds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ export GAZEBO_RESOURCE_PATH=$GAZEBO_RESOURCE_PATH:$IRONCUB_SOFTWARE_SOURCE_DIR/m
```

Once the words are added to Gazebo resurce path, call Gazebo followed by the name of the world file, e.g. `gazebo iRonCub_Mk1_1_world1`.

Once the words are added to Gazebo resurce path, call Gazebo followed by the name of the world file, e.g. `gazebo iRonCub_Mk1_1_world`.

0 comments on commit d002a12

Please sign in to comment.