|
kinematics-dynamics
|
Responds to streaming FK messages.
#include <CartesianControlClient.hpp>
Public Member Functions | |
| void | onRead (yarp::os::Bottle &b) override |
| bool | getLastStatData (std::vector< double > &x, int *state, double *timestamp, double timeout) |
Private Attributes | |
| double | localArrivalTime |
| int | state |
| double | timestamp |
| std::vector< double > | x |
| std::mutex | mtx |