Revision fdb6f148 examples/meka/src/mekajointinterface.cpp

View differences:

examples/meka/src/mekajointinterface.cpp
64 64
}
65 65

  
66 66
void MekaJointInterface::store_dummy_data(int id, double timestamp){
67
    JointInterface::store_incoming_position(id, 0.0, timestamp);
67
    JointInterface::store_incoming_position(joint_target[ID_NECK_PAN]id, 0.0, timestamp);
68 68
    JointInterface::store_incoming_speed(id, 0.0, timestamp);
69 69
}
70 70

  

Also available in: Unified diff