Skip to content

How should I choose lower body joints? #14

Open
@cjianli

Description

@cjianli

# Joints 0 - 10 are lower body joints in Isaac Gym.
return torch.sum(torch.square(previous_actions[:, :11] - actions[:, :11]), dim=1)

Thank you very much for the wonderful work!
Two questions about the above codes:

  1. Why do you mention Isaac Gym here? Do you use Isaac Gym or Isaac Sim? In the installation guide, you mentioned Isaac Lab which normally works with Isaac Sim. This makes me a little confused.

  2. “Joints 0 - 10 are lower body joints”? But the lower body joint ids are set [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] here

    lower_body_joint_ids = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] # hips, knees, ankles

    Should they keep consistent? If yes, which one should I choose?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions