#include <madgwickahrs.hh>
|
| DECLARE_SIGNAL_IN (accelerometer, dynamicgraph::Vector) |
| ax ay az in m.s-2 More...
|
|
| DECLARE_SIGNAL_IN (gyroscope, dynamicgraph::Vector) |
| gx gy gz in rad.s-1 More...
|
|
| DECLARE_SIGNAL_OUT (imu_quat, dynamicgraph::Vector) |
| Estimated orientation of IMU as a quaternion. More...
|
|
void | init (const double &dt) |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | MadgwickAHRS (const std::string &name) |
|
void | set_beta (const double &beta) |
|
void | set_imu_quat (const dynamicgraph::Vector &imu_quat) |
| Set the quaternion as [w,x,y,z]. More...
|
|
std::ostream & | displaySignalList (std::ostream &os) const |
|
| Entity (const std::string &name) |
|
virtual const std::string & | getClassName () const |
|
const std::string & | getCommandList () const |
|
virtual std::string | getDocString () const |
|
LoggerVerbosity | getLoggerVerbosityLevel () |
|
LoggerVerbosity | getLoggerVerbosityLevel () |
|
const std::string & | getName () const |
|
command::Command * | getNewStyleCommand (const std::string &cmdName) |
|
CommandMap_t | getNewStyleCommandMap () |
|
SignalBase< int > & | getSignal (const std::string &signalName) |
|
const SignalBase< int > & | getSignal (const std::string &signalName) const |
|
SignalMap | getSignalMap () const |
|
double | getStreamPrintPeriod () |
|
double | getStreamPrintPeriod () |
|
double | getTimeSample () |
|
double | getTimeSample () |
|
bool | hasSignal (const std::string &signame) const |
|
Logger & | logger () |
|
Logger const & | logger () const |
|
Logger & | logger () |
|
Logger const & | logger () const |
|
void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const std::string &lineId="") |
|
void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const std::string &lineId="") |
|
void | setLoggerVerbosityLevel (LoggerVerbosity lv) |
|
void | setLoggerVerbosityLevel (LoggerVerbosity lv) |
|
bool | setStreamPrintPeriod (double t) |
|
bool | setStreamPrintPeriod (double t) |
|
bool | setTimeSample (double t) |
|
bool | setTimeSample (double t) |
|
virtual SignalBase< int > * | test () |
|
virtual void | test2 (SignalBase< int > *) |
|
virtual std::ostream & | writeCompletionList (std::ostream &os) const |
|
virtual std::ostream & | writeGraph (std::ostream &os) const |
|
virtual | ~Entity () |
|
Definition at line 85 of file madgwickahrs.hh.
◆ EntityClassName
◆ MadgwickAHRS()
dynamicgraph::sot::MadgwickAHRS::MadgwickAHRS |
( |
const std::string & |
name | ) |
|
◆ DECLARE_SIGNAL_IN() [1/2]
◆ DECLARE_SIGNAL_IN() [2/2]
◆ DECLARE_SIGNAL_OUT()
Estimated orientation of IMU as a quaternion.
◆ display()
void dynamicgraph::sot::MadgwickAHRS::display |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ DYNAMIC_GRAPH_ENTITY_DECL()
dynamicgraph::sot::MadgwickAHRS::DYNAMIC_GRAPH_ENTITY_DECL |
( |
| ) |
|
|
private |
◆ init()
void dynamicgraph::sot::MadgwickAHRS::init |
( |
const double & |
dt | ) |
|
◆ invSqrt()
◆ madgwickAHRSupdateIMU()
◆ set_beta()
void dynamicgraph::sot::MadgwickAHRS::set_beta |
( |
const double & |
beta | ) |
|
◆ set_imu_quat()
◆ m_beta
double dynamicgraph::sot::MadgwickAHRS::m_beta |
|
protected |
◆ m_initSucceeded
bool dynamicgraph::sot::MadgwickAHRS::m_initSucceeded |
|
protected |
true if the entity has been successfully initialized
Definition at line 121 of file madgwickahrs.hh.
◆ m_q0
double dynamicgraph::sot::MadgwickAHRS::m_q0 |
|
protected |
◆ m_q1
double dynamicgraph::sot::MadgwickAHRS::m_q1 |
|
protected |
◆ m_q2
double dynamicgraph::sot::MadgwickAHRS::m_q2 |
|
protected |
◆ m_q3
double dynamicgraph::sot::MadgwickAHRS::m_q3 |
|
protected |
◆ m_sampleFreq
double dynamicgraph::sot::MadgwickAHRS::m_sampleFreq |
|
protected |
The documentation for this class was generated from the following files: