We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3258ee commit d4d94d2Copy full SHA for d4d94d2
test/test_urdf.py
@@ -244,20 +244,6 @@ def test_link_multiple_visual(self):
244
robot.add_link(link)
245
self.xml_and_compare(robot, xml)
246
247
- def test_visual_with_name(self):
248
- xml = '''<?xml version="1.0"?>
249
-<robot name="test" version="1.0">
250
- <link name="link">
251
- <visual name="alice">
252
- <geometry>
253
- <cylinder length="1" radius="1"/>
254
- </geometry>
255
- <material name="mat"/>
256
- </visual>
257
- </link>
258
-</robot>'''
259
- self.parse_and_compare(xml)
260
-
261
def test_link_multiple_collision(self):
262
xml = '''<?xml version="1.0"?>
263
<robot name="test" version="1.0">
0 commit comments