ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.73k stars 17.18k forks source link

AC_Avoid: add support for MNT EYE depth cameras #16632

Open rmackay9 opened 3 years ago

rmackay9 commented 3 years ago

ArduPilot already supports object avoidance using the Intel RealSense 435 and 455 depth cameras. We should also add support for the MYNT EYE depth cameras.

This project involves:

rishabsingh3003 commented 3 years ago

The best way to achieve this is to probably use all the Mavlink bits from the script linked in the issue, replace the D4xx connection and filtering code with MNT EYE depth cameras. Basically the only change from the script is to retrieve the depth matrix using MNT EYE's API instead of Intel RealSense python API.

IamPete1 commented 2 years ago

@rmackay9 @rishabsingh3003 Any update?

rishabsingh3003 commented 2 years ago

@IamPete1 I never got hold of the MNT EYE cameras