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
- Host: GitHub
- URL: https://github.com/juliarobotics/romeplotting.jl
- Owner: JuliaRobotics
- License: mit
- Created: 2017-11-22T00:53:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T14:02:13.000Z (over 2 years ago)
- Last Synced: 2025-02-22T09:47:06.294Z (over 1 year ago)
- Language: Julia
- Size: 420 KB
- Stars: 2
- Watchers: 4
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
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/