File tree 1 file changed +11
-8
lines changed
src/systems/buoyancy_engine
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -74,16 +74,19 @@ namespace systems
74
74
// / gz sim buoyancy_engine.sdf
75
75
// / ```
76
76
// / Enter the following in a separate terminal:
77
- // / ```
78
- // / gz topic -t /model/buoyant_box/buoyancy_engine/ -m gz.msgs.Double \
79
- /// -p "data: 0.003"
80
- // / ```
77
+ /* * ```
78
+ gz topic -t /model/buoyant_box/buoyancy_engine/ -m gz.msgs.Double \
79
+ -p "data: 0.003"
80
+ ```
81
+ **/
81
82
// / to see the box float up.
82
- // / ```
83
- // / gz topic -t /model/buoyant_box/buoyancy_engine/ -m gz.msgs.Double \
84
- /// -p "data: 0.001"
85
- // / ```
83
+ /* * ```
84
+ gz topic -t /model/buoyant_box/buoyancy_engine/ -m gz.msgs.Double \
85
+ -p "data: 0.001"
86
+ ```
87
+ **/
86
88
// / to see the box go down.
89
+ // /
87
90
// / To see the current volume enter:
88
91
// / ```
89
92
// / gz topic -t /model/buoyant_box/buoyancy_engine/current_volume -e
You can’t perform that action at this time.
0 commit comments