Skip to content
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

jog_coord does not behave as I thought it would #71

Closed
michelle-aa-robotics-photonics opened this issue Jun 28, 2024 · 1 comment
Closed

Comments

@michelle-aa-robotics-photonics

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:

  1. Lay the robot arm out flat on the ground
  2. Send jog_coord(3, 1, 1)
  3. Send jog_coord(3, 0, 1)
  4. 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.

@anla-xu
Copy link
Collaborator

anla-xu commented Sep 3, 2024

Please use myStudio to upgrade the atom firmware to the latest version 7.0-beta and try again

@anla-xu anla-xu closed this as completed Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants