Revision 6e23ab1a examples/yarp_icub/src/icub_jointinterface.cpp
examples/yarp_icub/src/icub_jointinterface.cpp | ||
---|---|---|
315 | 315 |
//! \param id of joint |
316 | 316 |
//! \param float value of position |
317 | 317 |
//! \param double timestamp |
318 |
void iCubJointInterface::store_incoming_position(int id, double value, double timestamp){ |
|
318 |
/*void iCubJointInterface::store_incoming_position(int id, double value, double timestamp){
|
|
319 | 319 |
//store joint based on id: |
320 | 320 |
switch(id){ |
321 | 321 |
default: |
... | ... | |
368 | 368 |
} |
369 | 369 |
|
370 | 370 |
|
371 |
} |
|
371 |
}*/
|
|
372 | 372 |
|
373 | 373 |
void iCubJointInterface::set_joint_enable_state(int e, bool enable) { |
374 | 374 |
int icub_jointid = -1; |
Also available in: Unified diff