We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@laptou can you take a look ?
The text was updated successfully, but these errors were encountered:
It would be nice to have access to common and others messages that are included in ardupilotmega with:
pub fn get_apm_mount_status() -> mavlink::ardupilotmega::HEARTBEAT { mavlink::ardupilotmega::HEARTBEAT { custom_mode: 0, mavtype: mavlink::ardupilotmega::MavType::MAV_TYPE_QUADROTOR, autopilot: mavlink::ardupilotmega::MavAutopilot::MAV_AUTOPILOT_ARDUPILOTMEGA, base_mode: mavlink::ardupilotmega::MavModeFlag::empty(), system_status: mavlink::ardupilotmega::MavState::MAV_STATE_STANDBY, mavlink_version: 0x3, } }
Sorry, something went wrong.
Maybe is better to check the necessary includes in the xml and merge all in a big one to do the parse process.
No branches or pull requests
@laptou can you take a look ?
The text was updated successfully, but these errors were encountered: