You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to get the robot to grasp an upright optical element by bracing the claw against the "lip" and moving vertically upward (with no rotation of the claw).
My understanding based on https://docs.elephantrobotics.com/docs/pdf/myCobot-en.pdf is that the coordinates of the head of the robot are encoded as [x, y, z, r_x, r_y, r_z]. In order to move vertically upward, I thought I would simply jog coordinate z, and the other coordinates would remain fixed (i.e., no rotation or lateral movement).
However, when I send jog_coord(3, 1, 1), (which should be telling it to increase it's z-axis coordinate at a speed of 1), the head rotates while it moves upward.
1000007820.mp41000007822.mp4
To Reproduce
Steps to reproduce the behavior:
Lay the robot arm out flat on the ground
Send jog_coord(3, 1, 1)
Send jog_coord(3, 0, 1)
See that the gripper rotates as the arm moves upwards.
Expected behavior
I expect the head of the joint to hold the same rotational and x-y coordinate (visually stay steady) as the arm moves up in the vertical direction.
Screenshots
Videos are attached.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
OS: Ubuntu 20.04, as comes with Raspberry Pi
Browser Firefox
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to get the robot to grasp an upright optical element by bracing the claw against the "lip" and moving vertically upward (with no rotation of the claw).
My understanding based on https://docs.elephantrobotics.com/docs/pdf/myCobot-en.pdf is that the coordinates of the head of the robot are encoded as [x, y, z, r_x, r_y, r_z]. In order to move vertically upward, I thought I would simply jog coordinate z, and the other coordinates would remain fixed (i.e., no rotation or lateral movement).
However, when I send jog_coord(3, 1, 1), (which should be telling it to increase it's z-axis coordinate at a speed of 1), the head rotates while it moves upward.
1000007820.mp4
1000007822.mp4
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the head of the joint to hold the same rotational and x-y coordinate (visually stay steady) as the arm moves up in the vertical direction.
Screenshots
Videos are attached.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: