Skip to content

Commit

Permalink
Merge pull request #807 from JuliaRobotics/master
Browse files Browse the repository at this point in the history
v0.16.1-rc1
  • Loading branch information
dehann authored Oct 15, 2021
2 parents 8d89bad + 94fcd59 commit e8a8ce1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DistributedFactorGraphs"
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
version = "0.16.0"
version = "0.16.1"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 2 additions & 0 deletions src/services/DFGVariable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ macro defVariable(structname, manifold, point_identity)

DFG.getPointIdentity(::Type{$structname}) = $point_identity

DFG.getVariableType(::typeof($manifold)) = $structname

end)
end

Expand Down
2 changes: 2 additions & 0 deletions src/services/Serialization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ function typeModuleName(variableType::InferenceVariable)
return String(take!(io))
end

typeModuleName(varT::Type{<:InferenceVariable}) = typeModuleName(varT())

function getTypeFromSerializationModule(variableTypeString::String)
try
# split the type at last `.`
Expand Down

0 comments on commit e8a8ce1

Please sign in to comment.