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

Is it possible to use this repo as a base to code SDF loaders in javascript? #255

Closed
addy1997 opened this issue Mar 27, 2023 · 3 comments
Closed
Labels
question Further information is requested

Comments

@addy1997
Copy link

Hi @gkjohnson ,

Your project is really interesting. I am wondering whether it is possible to code similar loader for SDF (Simulation Description Format) files. The purpose is to visualize SDF files of 3D models and objects in VR.

@gkjohnson gkjohnson added the question Further information is requested label Mar 27, 2023
@gkjohnson
Copy link
Owner

gkjohnson commented Mar 27, 2023

Of course it is possible but that would be outside the scope of this project. The SDF format is much larger and more complicated than URDF. The specification for the SDF XML format should be available on the ROS wiki somewhere if you'd like to make a loader.

@addy1997
Copy link
Author

Of course it is possible but that would be outside the scope of this project. The SDF format is much larger and more complicated than URDF. The specification for the SDF XML format should be available on the ROS wiki somewhere if you'd like to make a loader.

Yeah, thanks for your reply. While writing the URDFclasses, did you refer to any library apart from the URDF structure? I am quite curious about your approach. Sorry for the barrage of questions.

@gkjohnson
Copy link
Owner

did you refer to any library apart from the URDF structure?

No - with a well-defined format specification you shouldn't need to reference any code and the URDF spec is fairly complete. I'm not familiar with the SDF format itself so I can't say how reliable the online spec documentation might be.

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

No branches or pull requests

2 participants