Skip to content

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

@GopalSir

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions