-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
ALTITUDE: support reading altitude of copter #6317
Comments
This fix is easy to do. This is a good first issue for a student starting to work in the codebase. Unfortunatly we do not have a label for that. |
Altitude is available in about a dozen different MAVLink packets. Adding this particular one would be good, but you can just look at others for now to get you going |
is this issue still open i would like to work on it |
Is still open, please do. |
This issue is solved, the message was added here |
@tzarjakob although it made it to the AP MAVLink repo we don't actually send it yet. |
That's true, I have made a patch for supporting this message. |
Oops. Didn't reference this issue on my PR: #21652 |
Issue details
pixhawk.ethz.ch/mavlink/#ALTITUDE contain the current system altitude and useful for use in ros (and ...). please Introduce a way to solve this problem and add reading altitude of copter.
Version
ardupilot master,Copter,pixhawk
The text was updated successfully, but these errors were encountered: