You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DistributedFactorGraphs.jl provides a flexible factor graph API for use in the [Caesar.jl](https://github.com/JuliaRobotics/Caesar.jl) ecosystem. The package supplies:
8
+
* A standardized API for interacting with factor graphs
9
+
* Implementations of the API for in-memory and database-driven operation
10
+
* Visualization extensions to validate the underlying graph
8
11
9
12
**Note** this package is still under initial development, and will adopt parts of the functionality currently contained in [IncrementalInference.jl](http://www.github.com/JuliaRobotics/IncrementalInference.jl).
10
13
11
-
# Install
14
+
# Documentation
15
+
Please see the [documentation](http://juliarobotics.github.io/DistributedFactorGraphs.jl/latest/) and the [unit tests](https://github.com/JuliaRobotics/DistributedFactorGraphs.jl/tree/master/test) for examples on using DistributedFactorGraphs.jl.
16
+
17
+
# Installation
18
+
DistributedFactorGraphs.jl has not been registered yet, and should be installed by cloning this repository:
0 commit comments