Struct dcmimu::DCMIMU[][src]

pub struct DCMIMU { /* fields omitted */ }

Methods

impl DCMIMU
[src]

New

Updates DCMIMU states with gyro (x, y, z), accel (x, y, z), and dt (seconds) and returns current estimations and current gyroscope biases({roll; yaw; pitch}, {gbx, gby, gbz}). Angles are in rad, biases are in rad/s.

Returns all angles (yaw, roll, pitch)

Returns current yaw estimation.

Returns current pitch estimation.

Returns current roll estimation.

Returns current value of gyro biases.

Auto Trait Implementations

impl Send for DCMIMU

impl Sync for DCMIMU