Skip to content

Commit

Permalink
Merge pull request #1030 from JuliaRobotics/maint/4Q20/defaultmsglike…
Browse files Browse the repository at this point in the history
…lifalse

Update FactorGraphTypes.jl
  • Loading branch information
dehann authored Dec 4, 2020
2 parents bf1229b + 9d9a106 commit 047d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FactorGraphTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mutable struct SolverParams <: DFG.AbstractParams
isfixedlag::Bool=false,
limitfixeddown::Bool=false,
incremental::Bool=true,
useMsgLikelihoods::Bool=true,
useMsgLikelihoods::Bool=false,
upsolve::Bool=true,
downsolve::Bool=true,
drawtree::Bool=false,
Expand Down

0 comments on commit 047d30c

Please sign in to comment.