Revision c6c9fe2c examples/yarp_icub/src/icub_data_receiver.cpp
| examples/yarp_icub/src/icub_data_receiver.cpp | ||
|---|---|---|
| 57 | 57 |
} |
| 58 | 58 |
|
| 59 | 59 |
void iCubDataReceiver::store_incoming_position(int icub_id, double value, double timestamp) {
|
| 60 |
cout << "iCubDataReceiver::store_incoming_position(" << icub_id << ", " << value << "..)\n";
|
|
| 60 | 61 |
// store joint position in humotion backend |
| 61 | 62 |
if ((icub_id == iCubJointInterface::ICUB_ID_EYES_PAN) || |
| 62 | 63 |
(icub_id == iCubJointInterface::ICUB_ID_EYES_VERGENCE)) {
|
Also available in: Unified diff