Skip to content

Commit

Permalink
swtch LightDFG as default
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Feb 11, 2020
1 parent dd27dae commit 8886f29
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/IncrementalInference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ export AbstractDFG,
lsTypes,
lsfTypes,
findClosestTimestamp,
printVariable,
printFactor,

# using either dictionary or cloudgraphs
# VariableNodeData,
Expand Down Expand Up @@ -515,8 +517,9 @@ const NothingUnion{T} = Union{Nothing, T}
# regular
include("FactorGraphTypes.jl")

# const InMemDFGType = DFG.LightDFG{SolverParams} #swap out default in v0.8.0/v0.9.0?
const InMemDFGType = DFG.GraphsDFG{SolverParams} # JT TODO move to somewhere more fitting?
# JT TODO move to somewhere more fitting?
const InMemDFGType = DFG.LightDFG{SolverParams} #swap out default in v0.8.0/v0.9.0?
# const InMemDFGType = DFG.GraphsDFG{SolverParams}

include("BeliefTypes.jl")
include("AliasScalarSampling.jl")
Expand Down

1 comment on commit 8886f29

@dehann
Copy link
Member Author

@dehann dehann commented on 8886f29 Feb 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.