You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered: