Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.77 KB

hardware.md

File metadata and controls

44 lines (28 loc) · 1.77 KB
description
Hardware required for VIO systems

Hardware Requirements

Camera

IMU

There are lots of IMUs available, even the embedded IMUs can be utilised (eg. We used IMU data from Pixhawk flight controller).

  • Trigger Capacities

    If your IMU can generate external trigger, it is the best thing you can have Cheers!

    If not, then you need to set-up external time-sync. This can be done with micro-controller or with software sync.

  • Other Important considerations

    • Random Walk (Important)

    • Consistent Rates

      This helps a lot for time-sync between IMU data and camera images.

References

  • Visual inertial odometry on budget!!

{% embed url="https://riccardogiubilato.github.io/visual/odometry/2017/12/12/Visual-Inertial-Odometry-On-A-Budget.html" %}