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

CLI URDF Validation #2

Open
Skylion007 opened this issue Jan 8, 2022 · 2 comments
Open

CLI URDF Validation #2

Skylion007 opened this issue Jan 8, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Skylion007
Copy link
Contributor

It would be nice if the package also installed an executable script that could be used to validate URDFs (and return a non-zero exit code for unparsable URDFs). If it did this, it would make it easy to include as an automated CLI check to validate if the URDF is properly formatted.

@clemense
Copy link
Owner

clemense commented Jan 9, 2022

Sounds good! Any ideas / expectations on what should constitute an "invalid" URDF? The closest that comes to mind is the ROS specification (which could be extracted from the docs: http://wiki.ros.org/urdf/XML/robot). But e.g. should proper file names (that reference meshes) also be tested?

@Skylion007
Copy link
Contributor Author

@clemense Testing other referenced assets would be nice, but I imagine it could be done as an optional feature (behind a flag).

@clemense clemense added the enhancement New feature or request label Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants