PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
7.75k stars 13.17k forks source link

Matek systems optical flow integration with PX4 firmware #15559

Open Chick92 opened 3 years ago

Chick92 commented 3 years ago

Hi,

I'm aware that the sensors on this board are individually supported by the PX4, however, would it be possible to integrate the board as a whole, as has been done with iNAV? It uses the MSP protocol.

http://www.mateksys.com/?portfolio=3901-l0x

http://www.mateksys.com/downloads/setup_optic%20flow_in_INAV_rev1.pdf

dagar commented 3 years ago

Yes it would be possible, and likely not too hard from what I can see. I suppose one question is if there's value in supporting yet another interface to the same sensor, but I'm not opposed to it.

If anyone with one of these devices is interested in writing a driver I'd be happy to help point them in the right direction.

pcguglielmino-zz commented 3 years ago

Hi,

I currently found myself with one of these Matek sensors and I would like to use it with my PixHawk 4 Mini. Do you think you could help point me in the right direction to write a driver @dagar?

r1b4z01d commented 2 years ago

any update? I'd be interested in being pointed in the right direction. @dagar

BA-ED commented 1 year ago

I'm also interested in this. I had a look at the serial data sent from the sensor and it's MSP v2 data. Do we have a driver for this at all?

Seeelefant commented 2 months ago

Is there any news on this topic? Actually, this https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_MSP/msp.cpp might be helpful ;-)