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

https://github.com/juliarobotics/romeplotting.jl

2D plotting functionality for the RoME.jl package
https://github.com/juliarobotics/romeplotting.jl

Last synced: 6 months ago
JSON representation

2D plotting functionality for the RoME.jl package

Awesome Lists containing this project

README

          

# RoMEPlotting.jl

Release v0.10 | Dev | Test Coverage | Caesar Docs
--------------|-----|---------------|--------------
[![build-0-10]][CI-url] | [![build-dev]][CI-url] | [![codecov-img]][codecov-url] | [![docs][docs-shield]][caesar-docs]

2D plotting functionality for the RoME.jl package (presently only using Gadfly). This package is part of the [Caesar.jl](http://www.github.com/JuliaRobotics/Caesar.jl) suite of tools. This package contains all the plotting functions relating to the [IncrementalInference.jl](http://www.github.com/JuliaRobotics/IncrementalInference.jl) and [RoME.jl](http://www.github.com/JuliaRobotics/RoME.jl) packages.

# Installation

This is a registered package:
```
julia> ] # switch to package manager
pkg> add RoMEPlotting
```

# Usage Example

Documentation for this package will be covered in the plotting section of [Caesar.jl Docs](https://juliarobotics.org/Caesar.jl/latest/)

[CI-url]: https://github.com/JuliaRobotics/RoMEPlotting.jl/actions/workflows/ci.yml
[build-0-10]: https://github.com/JuliaRobotics/RoMEPlotting.jl/actions/workflows/ci.yml/badge.svg?branch=release%2Fv0.10
[build-dev]: https://github.com/JuliaRobotics/RoMEPlotting.jl/actions/workflows/ci.yml/badge.svg?branch=master

[codecov-url]: https://codecov.io/github/JuliaRobotics/RoMEPlotting.jl?branch=master
[codecov-img]: https://codecov.io/github/JuliaRobotics/RoMEPlotting.jl/coverage.svg?branch=master

[docs-shield]: https://img.shields.io/badge/docs-latest-blue.svg
[caesar-docs]: https://juliarobotics.org/Caesar.jl/latest/