35 #ifndef vpMocapVicon_h
36 #define vpMocapVicon_h
38 #include <visp3/core/vpConfig.h>
40 #ifdef VISP_HAVE_VICON
42 #include <visp3/sensor/vpMocap.h>
60 bool getBodiesPose(std::map<std::string, vpHomogeneousMatrix> &bodies_pose,
bool all_bodies =
false);
69 class vpMocapViconImpl;
70 vpMocapViconImpl *m_impl;
Implementation of an homogeneous matrix and operations on such kind of matrices.
virtual void setServerAddress(const std::string &serverAddr)
virtual bool getSpecificBodyPose(const std::string &body_name, vpHomogeneousMatrix &body_pose)=0
virtual void setVerbose(bool verbose)
virtual bool getBodiesPose(std::map< std::string, vpHomogeneousMatrix > &bodies_pose, bool all_bodies=false)=0