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
Hi ! I'm using Dojo to build my simulation task. I need to create an environment with atlas robot and an object (.obj file). But in your documents, you just mention how to load a urdf file or some meshes, how can I simultaneously load atlas (.urdf) and an object(.obj) into Dojo?
Thanks for your reply !
The text was updated successfully, but these errors were encountered:
There isn't a super elegant way for this, but maybe check how the mechanisms are created in DojoEnvironments. First, a URDF is parsed, then the bodies, joints, origins, are extracted from the mechanism. You could now add an object to the bodies vector, and then recreate the mechanism.
So basically copy this file and add the object somewhere before line 100: https://github.com/dojo-sim/Dojo.jl/blob/main/DojoEnvironments/src/mechanisms/atlas/mechanism.jl
Hi ! I'm using Dojo to build my simulation task. I need to create an environment with atlas robot and an object (.obj file). But in your documents, you just mention how to load a urdf file or some meshes, how can I simultaneously load atlas (.urdf) and an object(.obj) into Dojo?
Thanks for your reply !
The text was updated successfully, but these errors were encountered: