ros / urdf_parser_py

Standalone URDF parser for Python.
83 stars 48 forks source link

Support name attribute for collisions #67

Closed nlamprian closed 3 years ago

nlamprian commented 3 years ago

I added the name attribute in Collision, which interestingly enough, was only present in Visual.

jspricke commented 3 years ago

@clalancette could we get this merged? Thanks!

nlamprian commented 3 years ago

Is someone maintaining the package? If so, please review the PR. As it is, specifying a name in a collision tag appears as an error that confuses.

sloretz commented 3 years ago

Context:

Since the C++ API supports this, it seems like a good idea to me to add it to the Python API

brinij commented 3 years ago

@clalancette Could you please review this PR so it can be merged soon? That would be really helpful! Thanks!