HKUST-Aerial-Robotics / VINS-Mono

A Robust and Versatile Monocular Visual-Inertial State Estimator
GNU General Public License v3.0
5.01k stars 2.1k forks source link

Is it possible to use it on an AR Drone 2.0 #5

Open JiaoYanMoGu opened 7 years ago

JiaoYanMoGu commented 7 years ago

Is it possible to use it on AR Drone UAV by using the IMU and Camera itself ? How to make the IMU synchronized ? I'm really a noob. Thanks!

qintonguav commented 7 years ago

AR Drone itself don't have the computation ability to run VINS.

You can consider ground station. Collect the image and IMU by AR Drone, and send the data to ground PC. The transmission may be a problem.

Synchronization is designed by hardware factory, you can do nothing.

The next generation of DJI controller may have the IMU-camera synchronization ability.

JiaoYanMoGu commented 7 years ago

Sorry, I just said is wrong,What I mean is that run on a PC too。 And what kind of IMU-camera do you use ? Thanks

qintonguav commented 7 years ago

You can see our device in the video link.

Also, you can find in https://github.com/HKUST-Aerial-Robotics/VINS-Mono/blob/master/config/extrinsic_parameter_example.pdf The second one in pdf.

lrbdh commented 7 years ago

Hi, can I use other USB cameras? Because I can't get the BIUEFOX camera. @qintony Thanks!

qintonguav commented 7 years ago

yes, you can. Try to use global shutter camera with accurate time stamp for better performance.

lrbdh commented 7 years ago

OK, Thanks!

amc92 commented 6 years ago

Hi, I am also trying to run VINS in my computer with the data received from an ARDrone 2.0. Did you ever get it working properly? Thanks!!