53 #include <visp3/core/vpConfig.h> 54 #include <visp3/core/vpDebug.h> 55 #if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__))) // UNIX 61 #ifdef VISP_HAVE_PTU46 63 #include <visp3/robot/vpRobotPtu46.h> 78 vpCTRACE <<
"Set position in the articular frame: " << q.t();
83 vpCTRACE <<
"Set position in the articular frame: " << q.t();
88 vpCTRACE <<
"Position in the articular frame " << qm.t() ;
96 vpCTRACE <<
"Set camera frame velocity " << qdot.t() ;
105 vpCTRACE <<
"Set camera frame velocity " << qdot.t() ;
113 vpCTRACE <<
"Set articular frame velocity " << qdot.t() ;
121 vpCTRACE <<
"Set articular frame velocity " << qdot.t() ;
127 std::cout <<
"Sorry PtU46 not available ..." << std::endl;
137 vpERROR_TRACE(
"You do not have a ptu-46 robot connected to your computer...");
void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &q_dot)
void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)
Initialize the position controller.
vpRobot::vpRobotStateType setRobotState(vpRobot::vpRobotStateType newState)
Initialize the velocity controller.
Interface for the Directed Perception ptu-46 pan, tilt head .
static double rad(double deg)
Implementation of column vector and the associated operations.