Skip to content

Commit a293483

Browse files
authored
fixup
1 parent 540f650 commit a293483

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/test_urdf.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,6 @@ def test_link_multiple_collision(self):
195195
</robot>'''
196196
self.parse_and_compare(xml)
197197

198-
<<<<<<< HEAD
199-
=======
200-
robot = urdf.Robot(name='test', version='1.0')
201-
link = urdf.Link(name='link')
202-
link.collision = urdf.Collision(geometry=urdf.Cylinder(length=1, radius=1))
203-
link.collision = urdf.Collision(geometry=urdf.Cylinder(length=4, radius=0.5))
204-
robot.add_link(link)
205-
self.xml_and_compare(robot, xml)
206-
207198
def test_collision_with_name(self):
208199
xml = '''<?xml version="1.0"?>
209200
<robot name="test" version="1.0">
@@ -217,7 +208,6 @@ def test_collision_with_name(self):
217208
</robot>'''
218209
self.parse_and_compare(xml)
219210

220-
>>>>>>> 66fcee5 (Support name attribute for collisions (#67))
221211
def test_version_attribute_not_enough_dots(self):
222212
xml = '''<?xml version="1.0"?>
223213
<robot name="test" version="1">

0 commit comments

Comments
 (0)