You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/images/Pose2AprilTag4Corners.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ function (pat4c::CalcFactor{<:Pose2AprilTag4Corners})(X,
258
258
259
259
# @assert X isa ProductRepr "Pose2AprilTag4Corners expects measurement sample X to be a Manifolds tangent vector, not coordinate or point representation. Got X=$X"
260
260
M =getManifold(pat4c.factor.Z)
261
-
q̂ = Manifolds.compose(M, p, exp(M, getPointIdentity(M, p), X)) #for groups
261
+
q̂ = Manifolds.compose(M, p, exp(M, getPointIdentity(M), X)) #for groups
262
262
#TODO allocalte for vee! see Manifolds #412, fix for AD
0 commit comments