Public Member Functions | Private Attributes | List of all members
hebi::Feedback::Imu Class Referencefinal

Inertial measurement unit feedback (accelerometers and gyros). More...

#include <feedback.hpp>

Public Member Functions

const Vector3fFieldaccelerometer () const
 Accelerometer data, in m/s^2. More...
 
const Vector3fFieldgyro () const
 Gyro data, in radians/second. More...
 
 Imu (HebiFeedbackPtr internal)
 
const QuaternionfFieldorientation () const
 On-board filtered orientation estimate. More...
 

Private Attributes

Vector3fField accelerometer_
 
Vector3fField gyro_
 
HebiFeedbackPtr const internal_
 
QuaternionfField orientation_
 

Detailed Description

Inertial measurement unit feedback (accelerometers and gyros).

Definition at line 607 of file feedback.hpp.

Constructor & Destructor Documentation

hebi::Feedback::Imu::Imu ( HebiFeedbackPtr  internal)
inline

Definition at line 611 of file feedback.hpp.

Member Function Documentation

const Vector3fField& hebi::Feedback::Imu::accelerometer ( ) const
inline

Accelerometer data, in m/s^2.

Definition at line 626 of file feedback.hpp.

const Vector3fField& hebi::Feedback::Imu::gyro ( ) const
inline

Gyro data, in radians/second.

Definition at line 628 of file feedback.hpp.

const QuaternionfField& hebi::Feedback::Imu::orientation ( ) const
inline

On-board filtered orientation estimate.

Definition at line 630 of file feedback.hpp.

Member Data Documentation

Vector3fField hebi::Feedback::Imu::accelerometer_
private

Definition at line 635 of file feedback.hpp.

Vector3fField hebi::Feedback::Imu::gyro_
private

Definition at line 636 of file feedback.hpp.

HebiFeedbackPtr const hebi::Feedback::Imu::internal_
private

Definition at line 633 of file feedback.hpp.

QuaternionfField hebi::Feedback::Imu::orientation_
private

Definition at line 637 of file feedback.hpp.


The documentation for this class was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:59