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

Sim zbot2 support #135

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Sim zbot2 support #135

wants to merge 22 commits into from

Conversation

alik-git
Copy link
Contributor

@alik-git alik-git commented Dec 31, 2024

run using

python sim/train.py --task=zbot2 --num_envs=4

Copy link
Collaborator

@budzianowski budzianowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good start!

foot_name = ["foot_bracket_for_5dof_leg_v9", "foot_bracket_for_5dof_leg_v9_2"]
knee_name = ["leg_top_bracket_v8_1", "leg_top_bracket_v8_1_2"]
foot_name = ["FOOT", "FOOT_1"]
knee_name = ["WJ-DP00-0002-FK-AP-020_7_8", "SJ-WK00-0023BOTTOMCASE_12_13"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update also terminate_after_contacts_on


# ----- Top-level Robot ------------------------------------------------------------
class Robot(Node):
height = 0.34
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the current starting pose in mujoco and isaac?

@alik-git
Copy link
Contributor Author

alik-git commented Jan 3, 2025

okay so I did:

  • update starting pose using mujoco viewer ✔️

still stuck on:

  • update materials in onshape? ❌

@alik-git
Copy link
Contributor Author

alik-git commented Jan 4, 2025

currently, the difference between the zeroth and zbot2 config and environments are minimal, I'm wondering if we should reactor somehow to reuse zeroth env and possibly config.

Not needed if these files will change much more soon.

image

image

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

Successfully merging this pull request may close these issues.

3 participants