Skip to content

Commit 9abed88

Browse files
authored
Merge pull request #507 from JuliaRobotics/hotfix/4Q19/specmani
special manikde 1D
2 parents 52b44d8 + 78ed9e0 commit 9abed88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FGOSUtils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import DistributedFactorGraphs: AbstractPointParametricEst
99

1010
manikde!(pts::AbstractArray{Float64,2}, vartype::InferenceVariable) = manikde!(pts, getManifolds(vartype))
1111
manikde!(pts::AbstractArray{Float64,2}, vartype::Type{<:InferenceVariable}) = manikde!(pts, getManifolds(vartype))
12+
manikde!(pts::AbstractArray{Float64,1}, vartype::Type{ContinuousScalar}) = manikde!(reshape(pts,1,:), getManifolds(vartype))
1213

1314
"""
1415
$SIGNATURES

0 commit comments

Comments
 (0)