File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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- >> >> >> > 66 fcee5 (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">
You can’t perform that action at this time.
0 commit comments