-
Notifications
You must be signed in to change notification settings - Fork 17
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
Recording positions #9
Comments
Hi there! I added a simple example to show how to simply read positions and record a trajectory and play them back. The example is in joint space but the same principle applies to Cartesian poses. |
That's great, many thanks! |
Thanks for your great work! Now my robot is holding a extra load, how can I compensate the gravity of the load when doing teaching? Then when I am doing the impedance control, how can I change the impedance? |
You can set the load by calling |
It works, thanks so much~ |
Hi @JeanElsner, thanks for the great work!
I get
For the gripper, read_once works as expected. I installed panda_py via pip. Thank you for a hint how to call Best, |
I found my mistake: It should be:
|
Hi, regarding my first question, while |
Hi, first of all thanks for the work!
I want to record the robot pose while "teaching", is there a suggested way or examples on how to do this with panda-py?
I currenly am getting the the pose with
panda.get_robot().read_once().O_T_EE
The text was updated successfully, but these errors were encountered: