We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856c0b3 commit ff35d2dCopy full SHA for ff35d2d
src/services/DFGVariable.jl
@@ -83,7 +83,7 @@ See documentation in [Manifolds.jl on making your own](https://juliamanifolds.gi
83
84
Example:
85
```
86
-DFG.@defVariable Pose2 SpecialEuclidean(2)
+DFG.@defVariable Pose2 SpecialEuclidean(2) ProductRepr{Tuple{Vector{Float64}, Matrix{Float64}}}
87
88
"""
89
macro defVariable(structname, manifold, point_type)
0 commit comments