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 ({roll; yaw; pitch}).

Returns all angles (yaw, roll, pitch)

Yaw

Pitch

Roll

Auto Trait Implementations

impl Send for DCMIMU

impl Sync for DCMIMU