Skip to content
vidurj edited this page May 5, 2016 · 8 revisions

Project proposal

...

Related Papers

SLAM (Simultaneous Localization and Mapping)

KinectFusion: Real-Time Dense Surface Mapping and Tracking

Description: ...

Known problems:

  • slow asymptotic

3-D mapping with an RGB-D camera

Description: ...

Known problems: ...

A fully autonomous indoor quadrotor

Description: ...

Known problems: ...

Scale-Aware Navigation of a Low-Cost Quadrocopter with a Monocular Camera

Description: ...

Known problems: ...

Camera-Based Navigation of a Low-Cost Quadrocopter

Description: ...

Known problems: ...

MAV navigation through indoor corridors using optical flow

  • paper: http://tinyurl.com/z5v7du5
  • required sensons: monochrome monocular camera, IMU
  • conference/journal: International Conference on Robotics and Automation (ICRA), 2010

Description: First, it is not a complete SLAM paper. Here authors only focus on depth estimation. Authors use monochrome 190 degrees camera to compute Pyramidal Lucas-Kanade Optical Flow. Having IMU data they compensate rotational part of the optical flow transformation and use the rest to compute “depth from motion”.

Known problems:

  • The approach relies on optical flow (Pyramidal Lucas-Kanade)
  • Since it is “depth from motion” paper, it requires textured environment.
  • The approach assumes still environment

Parallel tracking and mapping for small AR workspaces

  • paper: http://tinyurl.com/kgyaclz
  • required sensons: ?
  • conference/journal: International Symposium on Mixed and Augmented Reality (ISMAR), 2007

Description: ... Known problems: ...

SLAM (Simultaneous Localization and Mapping) Benchmarking

A Benchmark for the Evaluation of RGB-D SLAM Systems

What is done so far