Skip to content

Commit

Permalink
clarified performer example (#390)
Browse files Browse the repository at this point in the history
Signed-off-by: osrf <jenn@openrobotics.org>
  • Loading branch information
jennuine authored Sep 29, 2020
1 parent e179981 commit 584199e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ successfuly added.
ign gazebo levels_no_performers.sdf -v 4 --levels
```

2. In another terminal call the add performer service.
Here you will see the two vehicles, which are regular models that do not trigger level loading. They are not performers until you call the service.

2. In another terminal call the add performer service for the blue vehicle.

```
ign service -s /world/levels/level/set_performer --reqtype ignition.msgs.StringMsg --reptype ignition.msgs.Boolean --timeout 2000 --req 'data: "vehicle_blue"'
Expand Down

0 comments on commit 584199e

Please sign in to comment.