Driver for XSens's MTx IMU unit. More...
#include <XSensMTx.h>
Public Member Functions | |
| XSensMTx () | |
| Driver for XSens's MTx IMU unit. | |
| virtual bool | read (yarp::sig::Vector &out) |
| virtual bool | getChannels (int *nc) |
| virtual bool | open (yarp::os::Searchable &config) |
| virtual bool | calibrate (int ch, double v) |
| virtual bool | close () |
| virtual yarp::os::Stamp | getLastInputStamp () |
| bool | open (const XSensMTxParameters &par) |
Driver for XSens's MTx IMU unit.
Definition at line 51 of file XSensMTx.h.
| XSensMTx::XSensMTx | ( | ) |
Driver for XSens's MTx IMU unit.
Definition at line 128 of file XSensMTx.cpp.
{
system_resources = 0;
nchannels = 12;
}
1.7.1