Skip to content

Start NvaCJL dictionary #1036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docs/src/dev/wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

The API derives from a set of [standard definitions for `verb`s and `Noun`s, please see the developer wiki regarding these definitions](http://github.com/JuliaRobotics/DistributedFactorGraphs.jl/wiki/Standard-Definitions-of-API-via-verbs-and-set-theory).

### NvaCJL Dictionary

TODO split
https://github.com/JuliaRobotics/IncrementalInference.jl/wiki/Tree-Based-Initialization

| Adjective | |
|-----------|----|
| Kinematic | A translate-rotate coordinate system representing motions not concerned with continuous forces or the dynamic constraints. |
| Dynamic | A expontial coordinate system representing motions governed by dynamic constraints, including realistic forces acting on a body/device |

## DistributedFactorGraphs.jl Docs

These are [more hardy developer docs](http://juliarobotics.org/DistributedFactorGraphs.jl/latest/), such as the lower level data management API etc.
Expand Down Expand Up @@ -36,10 +46,7 @@ https://github.com/JuliaRobotics/IncrementalInference.jl/wiki/Parametric-Solve-W

## Early PoC work on Tree based Initialization

https://github.com/JuliaRobotics/IncrementalInference.jl/wiki/Tree-Based-Initialization

## Variable Ordering Links

Wiki for [variable ordering links](http://github.com/JuliaRobotics/Caesar.jl/wiki/Variable-Ordering-References).


Loading