Skip to content

Commit

Permalink
Merge pull request #404 from JuliaRobotics/hotfix/accumulateDLF
Browse files Browse the repository at this point in the history
Fix accumulateDiscreteLocalFrame!
  • Loading branch information
Affie committed Feb 9, 2021
2 parents 565f962 + 6e6af8a commit 799916f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OdometryUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ accumulateDiscreteLocalFrame!(dfg::AbstractDFG,
dt::Float64=1.0;
Fk = SE2([0;0;-DX[3]]),
Gk = Matrix{Float64}(LinearAlgebra.I, 3,3),
Phik = SE2(DX) ) = accumulateDiscreteLocalFrame!(getFactor(dfg, fctlbl),DX, Qc, dt; Fk=Fk, Gk=Gk, Phik=Phik)
Phik = SE2(DX) ) = accumulateDiscreteLocalFrame!(getFactorFunction(dfg, fctlbl),DX, Qc, dt; Fk=Fk, Gk=Gk, Phik=Phik)

"""
$SIGNATURES
Expand Down

0 comments on commit 799916f

Please sign in to comment.