JuliaRobotics / DistributedFactorGraphs.jl

Abstraction layer for spanning factor graphs over various technologies
Apache License 2.0
22 stars 2 forks source link

Variable data level noun and adjectives #1089

Open Affie opened 2 weeks ago

Affie commented 2 weeks ago

There are 4 Variable data levels described by adjectives:

As an example, getVariable:

getVariable returns type determined by dfg container (dispatch). May only support VariableDFG as default.

VariableDFG is favoured above just Variable.