44 #include <visp3/core/vpTime.h> 45 #include <visp3/robot/vpVirtuose.h> 47 #if defined(VISP_HAVE_VIRTUOSE) 49 void CallBackVirtuose(VirtContext VC,
void* ptr)
56 std::cout <<
"pose: " << localPose.
t() << std::endl;
57 std::cout <<
"vel: " << vel.
t() << std::endl;
82 std::cout <<
"The end" << std::endl;
92 std::cout <<
"You should install Virtuose API to use this binary..." << std::endl;
void startPeriodicFunction()
vpPoseVector getPhysicalPosition() const
error that can be emited by ViSP classes.
void setPeriodicFunction(VirtPeriodicFunction CallBackVirt)
void setVerbose(bool mode)
VISP_EXPORT void sleepMs(double t)
void stopPeriodicFunction()
Implementation of column vector and the associated operations.
Implementation of a pose vector and operations on poses.
vpColVector getPhysicalVelocity() const
const std::string & getStringMessage(void) const
Send a reference (constant) related the error message (can be empty).