-
Notifications
You must be signed in to change notification settings - Fork 41
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
Test fixture files missing #30
Comments
The PR2 is a robot that was built by Willow Garage: https://en.wikipedia.org/wiki/Willow_Garage (it is long out of support). The If you want to find those meshes, then you should install the ROS package that contains them, i.e. Let me know if that answers your questions. I'll close this for now, but feel free to open it back up if you think there is a problem here. |
Ah, cheers! I was looking at the URDF file specification in isolation (ex: web viewers), but it looks like the portability outside of ROS has some limitations/dependencies. Perhaps an unrelated question, but are there efforts/interest in storing meshes inside of the URDF files themselves (perhaps akin to |
Not that I know of. We are having a discussion about how to extend URDF over in ros/urdfdom_headers#59 ; feel free to join in if you'd like to see extensions. |
Yes, that is indeed a pain point when loading URDF files outside ROS, as different software typically use different incompatible non-standardized solution, for example the PyBullet library stores the mesh file names as relative paths to the URDF file https://github.com/bulletphysics/bullet3/blob/6b2cae1b1d63056ef48c64b39c8db6027e897663/data/humanoid/nao.urdf#L73 . |
* Fix include order for cpplint Relates to ament/ament_lint#324 Signed-off-by: Jacob Perron <[email protected]> * Enable linter tests and fix errors Signed-off-by: Jacob Perron <[email protected]>
Some of the dependent files of the test fixtures are missing.
Ex:
test_robot.urdf
references two.dae
filesI'm unable to find the files in PR #2. I'm also unsure what the
package
scheme/protocol is, I don't see it in https://en.wikipedia.org/wiki/List_of_URI_schemes and it doesn't appear to be part of https://github.com/package-url/purl-spec as far as I can tell.The text was updated successfully, but these errors were encountered: