Skip to main content

AttitudeEstimate

Trait AttitudeEstimate 

Source
pub trait AttitudeEstimate {
    // Required methods
    fn q(&self) -> [f32; 4];
    fn q_dot(&self) -> [f32; 4];
    fn is_healthy(&self) -> bool;
}

Required Methods§

Source

fn q(&self) -> [f32; 4]

Source

fn q_dot(&self) -> [f32; 4]

Source

fn is_healthy(&self) -> bool

Implementors§