Skip to content

Commit 235ad91

Browse files
committed
add normals consistency checks (fails with simple_box.stl)
1 parent aefe393 commit 235ad91

File tree

3 files changed

+170
-69
lines changed

3 files changed

+170
-69
lines changed

test/resources/collision_test_robot.urdf.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<robot name="example_robot">
44

5+
<link name="world"/>
6+
57
<!-- Base Link -->
68
<link name="base_link">
79
<inertial>
@@ -152,6 +154,11 @@
152154
</link>
153155

154156
<!-- Floating Joints -->
157+
<joint name="joint0" type="floating">
158+
<parent link="world"/>
159+
<child link="base_link"/>
160+
</joint>
161+
155162
<joint name="joint1" type="floating">
156163
<parent link="base_link"/>
157164
<child link="link1"/>

test/resources/simple_box.stl

684 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)