This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Can end-effectors track a pre-defined (e.g. sinusoidal) trajectory? #48
stephane-caron
started this conversation in
Inverse kinematics
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For starters, you can set the position or orientation of your end-effectors directly using the corresponding functions. Assuming for instance that you configured a left hand task in your current stance,
stance.left_hand.set_pos([0.0, 0.5, 0.8])
sets the position of the left hand manipulator in the world frame. From there, you can track a pre-defined trajectory by writing a small process that sets the end effector position at each simulation tick:You can start or stop trajectory tracking by scheduling the corresponding process:
Beta Was this translation helpful? Give feedback.
All reactions