Skip to content

Commit 4f78275

Browse files
authored
Merge pull request #981 from JuliaRobotics/poc/johan_covar
Adding covar to PackedVND
2 parents 96a2225 + 643a4c9 commit 4f78275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/entities/DFGVariable.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Base.@kwdef mutable struct PackedVariableNodeData
120120
solveInProgress::Int
121121
solvedCount::Int
122122
solveKey::Symbol
123+
covar::Vector{Float64}
123124
_version::String = string(_getDFGVersion())
124125
end
125126

0 commit comments

Comments
 (0)