Structure for configuring a cartesian event. More...
#include <yarp/dev/CartesianControl.h>
Public Attributes | |
std::string | type |
The signature of the event as specified by the user. More... | |
double | motionOngoingCheckPoint |
The user specifies the motion check-point that raises a "motion-ongoing" event through this parameter which must be in the range [0,1]. More... | |
Structure for configuring a cartesian event.
Definition at line 37 of file CartesianControl.h.
double yarp::dev::CartesianEventParameters::motionOngoingCheckPoint |
The user specifies the motion check-point that raises a "motion-ongoing" event through this parameter which must be in the range [0,1].
Definition at line 56 of file CartesianControl.h.
std::string yarp::dev::CartesianEventParameters::type |
The signature of the event as specified by the user.
Available events are:
Definition at line 49 of file CartesianControl.h.