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):
195
195
</robot>'''
196
196
self .parse_and_compare (xml )
197
197
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
-
207
198
def test_collision_with_name (self ):
208
199
xml = '''<?xml version="1.0"?>
209
200
<robot name="test" version="1.0">
@@ -217,7 +208,6 @@ def test_collision_with_name(self):
217
208
</robot>'''
218
209
self .parse_and_compare (xml )
219
210
220
- >> >> >> > 66 fcee5 (Support name attribute for collisions (#67))
221
211
def test_version_attribute_not_enough_dots (self ):
222
212
xml = '''<?xml version="1.0"?>
223
213
<robot name="test" version="1">
You can’t perform that action at this time.
0 commit comments