-
Notifications
You must be signed in to change notification settings - Fork 32
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
if I want to adapt to a new type of humanoid robot use protomotion,what should we do #46
Comments
The parameters for the first step can be obtained by loading the MJCF/URDF in IsaacGym and looking at: num_bodies = self.gym.get_asset_rigid_body_count(humanoid_asset) num_dof = self.gym.get_asset_dof_count(humanoid_asset) num_joints = self.gym.get_asset_joint_count(humanoid_asset) |
Many thanks,
|
Sorry for the delayed response. Keep in mind that this is an example, and it is not optimal in any way. |
@tesslerc @mulplue .Hello, if I want to adapt to a new type of humanoid robot (not h1) using protomotion, what should I do? and what are the main steps involved,could you please help me list the steps,many thanks!
The text was updated successfully, but these errors were encountered: