Type alias MultirotorState

MultirotorState: { can_arm: boolean; collision: CollisionInfo; gps_location: GeoPoint; kinematics_estimated: KinematicsState; landed_state: LandedState; rc_data: RCData; ready: boolean; ready_message: string; timestamp: number }

Type declaration