Skip to content

vc_set_joint_velocity should take const float #26

@axbycc-mark

Description

@axbycc-mark

int vc_set_joint_velocity(fp32 speeds[7], bool is_sync = true, fp32 duration = -1.0);

This function and related commands take float array. This prevents the user from passing in a const float*. Since the API should not modify user input, it's better to take const float*

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