Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename worlds (pt2) #23

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.
Loading