Skip to content

set joint speed in set_servo_angle_j #16

Description

@buckleytoby

When performing joint based motion, we have the option to specify speed in the function set_servo_angle_j:
int set_servo_angle_j(float angles[7], float speed=0, float acc=0, float mvtime=0)

However checking the source code it would appear that speed is never used, and instead last_used_joint_speed is used, which is only set through set_servo_angle

Is there a way to set joint speed (and preferably a different value for each joint) through the API?

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