ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

ALTITUDE: support reading altitude of copter

Open Ahrovan opened this issue 8 years ago • 9 comments

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

Ahrovan avatar May 24 '17 20:05 Ahrovan

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.

amilcarlucas avatar Oct 22 '17 18:10 amilcarlucas

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

magicrub avatar Oct 22 '17 19:10 magicrub

https://mavlink.io/en/messages/common.html#ALTITUDE

IamPete1 avatar Aug 15 '21 15:08 IamPete1

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

is this issue still open i would like to work on it

aliakbarkhan avatar Mar 06 '22 12:03 aliakbarkhan

Is still open, please do.

amilcarlucas avatar Mar 07 '22 08:03 amilcarlucas

This issue is solved, the message was added here

gmazzucchi avatar Feb 24 '23 08:02 gmazzucchi

@tzarjakob although it made it to the AP MAVLink repo we don't actually send it yet.

IamPete1 avatar Feb 24 '23 22:02 IamPete1

That's true, I have made a patch for supporting this message.

gmazzucchi avatar Feb 26 '23 22:02 gmazzucchi

Oops. Didn't reference this issue on my PR: https://github.com/ArduPilot/ardupilot/pull/21652

peterbarker avatar Feb 26 '23 22:02 peterbarker