Replies: 1 comment 1 reply
-
Still trying to figure out what the ask is above. That is currently the way to get the states from PhysX. You can also use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to get some observations for my simulation and getting the robot end effector pose through the
ObsTerm
class. I managed to get the joint position and the robot base pose using the mdp module provided functions,mdp.joint_pos_rel
andmdp.root_pos_w
. This is what I have now in my code:Using the interactive scene previous to the manager implementation I managed to get the pose like this:
def main():
extract robot entity
My question is if the way I'm trying to get the robot pose is a good way to do so, or if it is a better way to do this kind of operations. Same happens with the jacobian.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions