Altitude did not recieved

Hi all. I have a problem with receiving altitude data from a barometer (141 command).
I try to receive data by setting MAV_CMD_SET_MESSAGE_INTERVAL and requesting a single message MAV_CMD_REQUEST_MESSAGE. But the message was not received. Also, I checked if Barometer is enabled and calibrated.

Many thanks for considering my request.

check the EK3 source for Z axis what has been enabled!

1 Like

Thanks for your answer!
I set this parameter, and got a new message:

AP: No ap_message for mavlink id (141)

141 Is the code of ALTITUDE message
https://mavlink.io/en/messages/common.html#ALTITUDE

I have been asking RFD and Aurelia and DRS systems about this messsage for a while.

see my topic here.

Thank you for your answer!
Sorry, I didn’t fully describe the problem, we want to get the data on the companion’s computer.

Maybe these are related problems, but slightly different situations

Possiblities:

  1. Check the mavlink version is up to date?
  2. Check the code and try to access Baro Alt directly from mavlink and AP.