corlab / rst-rt

Real-time Robot Control Types
GNU General Public License v3.0
0 stars 2 forks source link

JointName Proposal #7

Open xwavex opened 8 years ago

xwavex commented 8 years ago

Proposed API calls

setForce(joint_names[i], torque[i]);

joints[joint_names[i]]->setForce(torque[i]);

Requirements:

xwavex commented 8 years ago

Read specific std::vector<std::string> from SRDF for a particular kinematic chain. The order in this case specifies the associated index.

I guess there is no need to include the joint names in a particular data type...

xwavex commented 8 years ago

TODO provide sequence diagram with interface definition