Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pxl-th/slam.jl

Visual Simultaneous Localization and Mapping
https://github.com/pxl-th/slam.jl

computer-vision julia julia-language localization mapping odometry robotics slam stereo visual-odometry visual-slam

Last synced: 2 months ago
JSON representation

Visual Simultaneous Localization and Mapping

Awesome Lists containing this project

README

        

# SLAM.jl

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://pxl-th.github.io/SLAM.jl/dev/)

Simultaneous Localization and Mapping.

[[Video 1]](https://youtu.be/XLFdwK0FIYI)
[[Video 2]](https://youtu.be/wmPZ63hQe7U)

![KITTY 05 sequence demo](res/kitty-05.gif)

## Features

- Monocular/stereo;
- Multithreaded;
- Optical flow tracking / PnP tracking;
- Bundle-adjustment;
- Keypoints re-tracking.

## Install

```bash
]add https://github.com/pxl-th/SLAM.jl.git
```

## Usage

See [docs](https://pxl-th.github.io/SLAM.jl/dev/) for instructions
or [example/kitty/main.jl](https://github.com/pxl-th/SLAM.jl/tree/master/example/kitty/main.jl)
for a full example on how to use.