Replies: 1 comment
-
Hi @jia-xie . You can pass the joints list in the asset_cfg |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
mdp.joint_pos_rel
is one of the most common observations.And when initialing Observation Term,
mdp.joint_pos_rel
is passed in asfunc
that is later called to retrieve the observation tensor.Question
If i have a robot with a joint that is passive and does not have sensor feedback, how can I make
mdp.joint_pos_rel
only return part of the joint position instead of all the joints?Beta Was this translation helpful? Give feedback.
All reactions