Skip to content

vc_set_cartesian_velocity() throws C21 Kinematic Error on 50mm/s speed. #153

Description

@GopalSir

When trying to translate on x-axis with target velocity of 50mm/s, aka vc_set_cartesian_velocity(50,0,0,0,0,0,is_tool_coord=True), starting from home position,

  1. The robot immediately throws kinematic error C21 after a small jerk.
  2. Same happens with pure yaw rotation of 10 deg/s. vc_set_cartesian_velocity(0,0,0,0,0,20,is_tool_coord=True).
  3. I send the command only once.

I'm sure 5 cm per second forward translation is nowhere pushing the joints to their limits, because I'm able to easily extend the arm with 2cm/s of velocity in same direction. But 5cm immediately throws errors.

bimanual_network_client.py
bimanual_network_server.py

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions