Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider replacing Tesseract URDF version property with XML namespace #1059

Open
marip8 opened this issue Nov 6, 2024 · 1 comment
Open

Comments

@marip8
Copy link
Contributor

marip8 commented Nov 6, 2024

We should consider using a URDF namespace rather than a version tag for tesseract-specific URDF elements. URDF already has a version tag, so it's a bit confusing (and feels unnecessary) to specify an additional tesseract_version property.

Here's an example of what this might look like:

<robot name="my_robot" xmlns:tesseract="http://github.com/tesseract-robotics">
  ...
  <collision>
    <geometry>
      <tesseract:convex_mesh file="" convert=""/>
    </geometry>
  </collision>
  ...
</robot>
@Levi-Armstrong
Copy link
Contributor

@marip8 Do you have time to work on this? I think this might be good to get into the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants