amymcgovern / pyparrot

Python interface for Parrot Drones
MIT License
274 stars 129 forks source link

Mambo altitude sensor errors #145

Open walber000 opened 5 years ago

walber000 commented 5 years ago

Hello Amy,

I'm doing some testing with my Mambo's altitude readings. Initially it seems to be a good sensor, but I observed three cases when it shows wrong measurements:

So it seems to me that the ultrasonic sensor is not actually measuring height by sending and receiving sonic pulses. Do you know something about this? May you please test this in your own mambos and check this problem?

amymcgovern commented 5 years ago

For the first one: I have observed this in our mambos. This is happening inside the firmware and not in our software.

For the second one: the sensor is only sending data at 2Hz so it can get pretty far off if you are moving quickly.

For the third one: doesn't surprise me.

I've found the altitude to be a pretty bad sensor honestly. I try to avoid using it!

walber000 commented 5 years ago

Thank you very much for the explanation. I will use an external camera to measure the drone altitude.