All Projects → karanchawla → Monocular-Visual-Inertial-Odometry

karanchawla / Monocular-Visual-Inertial-Odometry

Licence: MIT License
This contains the code(in development) for monocular visual odometry of a quadrotor. The visual data from the monocular camera is fused with onboard IMU to develop indoor control and navigation algorithms.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Monocular-Visual-Inertial-Odometry

DeepLIO
Deep Lidar Inertial Odometry
Stars: ✭ 46 (-34.29%)
Mutual labels:  imu, odometry
cgroupfs
Cgroupfs provides an emulated /proc/meminfo, /proc/cpuinfo... for containers
Stars: ✭ 28 (-60%)
Mutual labels:  fuse
TrackViz
Recorded tracks visualization plugin built on Unreal Engine. Airsim compatible.
Stars: ✭ 19 (-72.86%)
Mutual labels:  odometry
MPU9250
MPU-9250 SPI Library for Arduino/Teensy
Stars: ✭ 56 (-20%)
Mutual labels:  imu
procstat
Easy way to expose process internal state to filesystem using fuse.
Stars: ✭ 14 (-80%)
Mutual labels:  fuse
CodeDroneDIY
The most simple, but working, quadricopter flight controller from scratch, using Arduino Uno/Nano.
Stars: ✭ 68 (-2.86%)
Mutual labels:  imu
xwmfs
X11 Window-Manager file system based on FUSE
Stars: ✭ 21 (-70%)
Mutual labels:  fuse
ios logger
Application for camera and sensor data logging (iOS)
Stars: ✭ 60 (-14.29%)
Mutual labels:  imu
gobazel
gobazel is a tool to help golang bazel developers to map bazel's folder structure to golang's standard folder structure, through FUSE (thus only works for Linux and MacOS users).
Stars: ✭ 28 (-60%)
Mutual labels:  fuse
examples
Fuse examples
Stars: ✭ 13 (-81.43%)
Mutual labels:  fuse
imu vn 100
ROS driver for VN-100 of VectorNav Technologies
Stars: ✭ 35 (-50%)
Mutual labels:  imu
SensorFusion
A simple implementation of some complex Sensor Fusion algorithms
Stars: ✭ 101 (+44.29%)
Mutual labels:  imu
tloam
T-LOAM: Truncated Least Squares Lidar-only Odometry and Mapping in Real-Time
Stars: ✭ 164 (+134.29%)
Mutual labels:  odometry
direct lidar odometry
Direct LiDAR Odometry: Fast Localization with Dense Point Clouds
Stars: ✭ 202 (+188.57%)
Mutual labels:  odometry
IRONSIDES
Trifo Ironsides SDK
Stars: ✭ 17 (-75.71%)
Mutual labels:  imu
VINS-Mono
VINS-Mono中文注释
Stars: ✭ 149 (+112.86%)
Mutual labels:  imu
ext2py
The slowest ext2fs driver ever! (in Python)
Stars: ✭ 14 (-80%)
Mutual labels:  fuse
fuse-device-plugin
kubernetes device plugin for using /dev/fuse without privilege
Stars: ✭ 17 (-75.71%)
Mutual labels:  fuse
postgresqlfs
FUSE driver to access PostgreSQL databases as a file system
Stars: ✭ 70 (+0%)
Mutual labels:  fuse
fbind
A versatile Android mounting utility for folders, EXT4 images, LUKS/LUKS2 encrypted volumes, regular partitions and more.
Stars: ✭ 42 (-40%)
Mutual labels:  fuse

Monocular-Visual-Inertial-Odometry

This contains the code(in development) for monocular visual odometry. The aim of the project is to implement feature based tracking methods and fuse the pose estimate with IMU on a crazyflie. This repository depends on:

  1. Python 2.7
  2. CV 3+
  3. ETH Zurich ASL Dataset: http://robotics.ethz.ch/~asl-datasets/ijrr_euroc_mav_dataset/machine_hall/MH_01_easy/

To run this, edit the path in test.py to where your dataset is stored.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].