Skip to content

Understanding why you copy the joint_ids #91

@brennand

Description

@brennand

Just wondering why you have this code throughout this code:

  std::vector<uint8_t> ids(info_.joints.size(), 0);

  std::copy(joint_ids_.begin(), joint_ids_.end(), ids.begin());

As the joint_ids are assigned on the init and then not modified any where else in the code base?

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