Skip to content
New issue

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

ardupilotmega is not using icarous and uavionix modules when generated #59

Open
patrickelectric opened this issue Jun 19, 2020 · 2 comments

Comments

@patrickelectric
Copy link
Member

@laptou can you take a look ?

@patrickelectric
Copy link
Member Author

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,
    }
}

@patrickelectric
Copy link
Member Author

Maybe is better to check the necessary includes in the xml and merge all in a big one to do the parse process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant