We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d1679 commit cb82449Copy full SHA for cb82449
examples/worlds/elevator.sdf
@@ -10,6 +10,12 @@
10
11
gz topic -e -t /model/elevator/state
12
13
+ Note that when commanding the lift to the ground floor:
14
+
15
+ gz topic -t "/model/elevator/cmd" -m gz.msgs.Int32 -p "data: 0"
16
17
+ The output of the topic echo command will stop as protobuf does not
18
+ distinguish between the un-set value and zero for integer fields.
19
-->
20
<sdf version="1.6">
21
<world name="elevator_world">
0 commit comments