RoME.jl

Stable v0.14Stable v0.15DevCoverage
Build StatusBuild StatusCIcodecov.io

Robot Motion Estimate: A set of functions for developing front-ends for SLAM in Julia which adds transform, visualization and convenience functions to the Multi-modal iSAM backend solver. The back-end solver is implemented in IncrementalInference.jl.

Introduction

This package forms part of the Caesar.jl robot state estimate toolkit, towards robust solutions in robot navigation and mapping, which includes visualization and database interaction features. Robot style wrapper function and front-end factor graph generation functions are provided. Plot based visualization of robot belief based navigation variables is provided.

Example

IMAGE ALT TEXT HERE

Installation

You can directly install all the RoME and Multi-modal iSAM functionality in Julia 0.6+ with:

julia> Pkg.add("RoME")

If you are interested in a broader toolkit, which includes a visualizer and database interaction, please see Caesar.jl.

Examples

There are a few use cases in the examples folder, including the Victoria Park dataset. The code was recently refactored and several examples are due to appear.

Feel free to create and issue to resolve problems or if something is unclear.

Comments and Issues Welcome

Please don't hesitate to open issues or suggestions in line with JuliaRobotics code of conduct. Find the Gist here.