Revision 708960ff examples/yarp_icub/src/icub_data_receiver.cpp

View differences:

examples/yarp_icub/src/icub_data_receiver.cpp
115 115
//! \param position
116 116
//! \param timestamp
117 117
void iCubDataReceiver::store_incoming_position(int icub_id, double position, double timestamp) {
118
    cout << "iCubDataReceiver::store_incoming_position(icub=" << icub_id << ", " << position << ")\n";
118
    //cout << "iCubDataReceiver::store_incoming_position(icub=" << icub_id << ", " << position << ")\n";
119 119

  
120 120
    // store joint position in humotion backend
121 121
    if ((icub_id == iCubJointInterface::ICUB_ID_EYES_PAN) ||
......
157 157
//! \param velocity
158 158
//! \param timestamp
159 159
void iCubDataReceiver::store_incoming_velocity(int icub_id, double velocity, double timestamp) {
160
    cout << "iCubDataReceiver::store_incoming_velocity(icub=" << icub_id << ", " << velocity << ")\n";
160
    //cout << "iCubDataReceiver::store_incoming_velocity(icub=" << icub_id << ", " << velocity << ")\n";
161 161

  
162 162
    // store joint position in humotion backend
163 163
    if ((icub_id == iCubJointInterface::ICUB_ID_EYES_PAN) ||

Also available in: Unified diff