Skip to content

Commit 8998740

Browse files
authored
added size to ground_plane in examples (#573)
Signed-off-by: Jenn Nguyen <[email protected]>
1 parent ddd7fcd commit 8998740

File tree

85 files changed

+1086
-1031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+1086
-1031
lines changed

examples/scripts/distributed/secondary.sdf

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<geometry>
2929
<plane>
3030
<normal>0 0 1</normal>
31+
<size>100 100</size>
3132
</plane>
3233
</geometry>
3334
</collision>

examples/scripts/distributed/standalone.sdf

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<geometry>
109109
<plane>
110110
<normal>0 0 1</normal>
111+
<size>100 100</size>
111112
</plane>
112113
</geometry>
113114
</collision>

0 commit comments

Comments
 (0)