Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
#include <visp3/vs/vpServoData.h>
Public Member Functions | |
vpServoData () | |
virtual | ~vpServoData () |
void | setCmDeg () |
void | setMeterRad () |
void | save (const vpServo &task) |
void | open (const char *baseDirectory) |
void | close () |
void | empty () |
void | push () |
void | display (vpImage< unsigned char > &I) |
Save data during the task execution.
Definition at line 57 of file vpServoData.h.
|
inline |
Definition at line 87 of file vpServoData.h.
|
inlinevirtual |
Definition at line 88 of file vpServoData.h.
void vpServoData::close | ( | ) |
Definition at line 97 of file vpServoData.cpp.
void vpServoData::display | ( | vpImage< unsigned char > & | I | ) |
void vpServoData::empty | ( | ) |
void vpServoData::open | ( | const char * | baseDirectory | ) |
Definition at line 51 of file vpServoData.cpp.
References vpIoTools::checkDirectory(), vpIoTools::makeDirectory(), and vpERROR_TRACE.
void vpServoData::push | ( | ) |
void vpServoData::save | ( | const vpServo & | task | ) |
Definition at line 78 of file vpServoData.cpp.
References vpMath::deg(), vpServo::getError(), vpServo::q_dot, vpServo::s, vpServo::sStar, vpColVector::sumSquare(), and vpColVector::t().
void vpServoData::setCmDeg | ( | ) |
velocity output in cm and deg
Definition at line 76 of file vpServoData.cpp.
void vpServoData::setMeterRad | ( | ) |
velocity output in meter and deg (default)
Definition at line 77 of file vpServoData.cpp.