@@ -40,11 +40,11 @@ function CalcFactorManopt(fct::DFGFactor, varIntLabel)
40
40
if fac_func isa ManifoldPrior
41
41
meas = _meas # already a point on M
42
42
elseif fac_func isa AbstractPrior
43
- X = get_vector (M, ϵ, _meas, DefaultOrthogonalBasis ())
43
+ X = get_vector (M, ϵ, _meas, DefaultOrthonormalBasis ())
44
44
meas = exp (M, ϵ, X) # convert to point on M
45
45
else
46
46
# its a relative factor so should be a tangent vector
47
- meas = convert (typeof (ϵ), get_vector (M, ϵ, _meas, DefaultOrthogonalBasis ()))
47
+ meas = convert (typeof (ϵ), get_vector (M, ϵ, _meas, DefaultOrthonormalBasis ()))
48
48
end
49
49
50
50
# make sure its an SMatrix
@@ -97,7 +97,7 @@ struct JacF_RLM!{CF, T}
97
97
res:: Vector{Float64}
98
98
end
99
99
100
- function JacF_RLM! (M, costF!; basis_domain:: AbstractBasis = DefaultOrthogonalBasis ())
100
+ function JacF_RLM! (M, costF!; basis_domain:: AbstractBasis = DefaultOrthonormalBasis ())
101
101
102
102
p = costF!. points
103
103
@@ -122,7 +122,7 @@ function (jacF!::JacF_RLM!)(
122
122
M:: AbstractManifold ,
123
123
J,
124
124
p;
125
- basis_domain:: AbstractBasis = DefaultOrthogonalBasis (),
125
+ basis_domain:: AbstractBasis = DefaultOrthonormalBasis (),
126
126
)
127
127
128
128
X0 = jacF!. X0
0 commit comments