39 #ifndef _vpServoData_h_
40 #define _vpServoData_h_
42 #include <visp3/core/vpConfig.h>
44 #include <visp3/vs/vpServo.h>
57 std::ofstream velocityFile;
58 std::ofstream errorFile;
59 std::ofstream errorNormFile;
61 std::ofstream sStarFile;
62 std::ofstream vNormFile;
69 #ifndef DOXYGEN_SHOULD_SKIP_THIS
71 : velocityFile(), errorFile(), errorNormFile(), sFile(), sStarFile(), vNormFile(), cmDeg(
false)
84 vpServoData() : velocityFile(), errorFile(), errorNormFile(), sFile(), sStarFile(), vNormFile(), cmDeg(false) { ; }
111 void open(
const std::string &directory);
error that can be emitted by ViSP classes.
@ functionNotImplementedError
Function not implemented.
Save data during the task execution when using vpServo.