Skip to content

Commit b5c3fbc

Browse files
authored
Merge pull request #1815 from JuliaRobotics/24Q1/docs/fixdocstrings
fix broken outdated docstrings
2 parents 3fee901 + 703865f commit b5c3fbc

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

src/parametric/services/ConsolidateParametricRelatives.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DevNotes
1818
1919
Related:
2020
21-
[`getMeasurementParametric`](@ref), [`approxConv`](@ref), [`MutablePose2Pose2Gaussian`](@ref)
21+
[`getMeasurementParametric`](@ref), [`approxConvBelief`](@ref), [`MutablePose2Pose2Gaussian`](@ref)
2222
"""
2323
function solveFactorParameteric(
2424
dfg::AbstractDFG,

src/parametric/services/ParametricManopt.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,11 @@ function autoinitParametric!(
562562
end
563563

564564

565-
##
565+
"""
566+
$SIGNATURES
567+
568+
Batch parametric graph solve using Riemannian Levenberg Marquardt.
569+
"""
566570
solveGraphParametric(args...; kwargs...) = solve_RLM(args...; kwargs...)
567571

568572
function DFG.solveGraphParametric!(

src/services/CalcFactor.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ residual = calcFactorResidual(fg, :x1x2f1, [1.0], [0.0], [0.0])
118118
119119
Related
120120
121-
[`calcFactorResidualTemporary`](@ref), [`_evalFactorTemporary!`](@ref), [`evalFactor`](@ref), [`approxConv`](@ref)
121+
[`calcFactorResidualTemporary`](@ref), [`_evalFactorTemporary!`](@ref), [`evalFactor`](@ref), [`approxConvBelief`](@ref)
122122
"""
123123
function calcFactorResidual(
124124
dfgfct::DFGFactor,
@@ -147,7 +147,7 @@ residual = calcFactorResidualTemporary(Pose2Pose2(...), (RoME.Pose2,RoME.Pose2),
147147
148148
Related
149149
150-
[`calcFactorResidual`](@ref), [`CalcResidual`](@ref), [`_evalFactorTemporary!`](@ref), [`approxConv`](@ref), [`_buildGraphByFactorAndTypes!`](@ref)
150+
[`calcFactorResidual`](@ref), [`CalcResidual`](@ref), [`_evalFactorTemporary!`](@ref), [`approxConvBelief`](@ref), [`_buildGraphByFactorAndTypes!`](@ref)
151151
"""
152152
function calcFactorResidualTemporary(
153153
fct::AbstractRelative,

src/services/DeconvUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ Generalized deconvolution to find the predicted measurement values of the factor
168168
Inverse solve of predicted noise value and returns tuple of (newly predicted, and known "measured" noise) values.
169169
170170
Notes
171-
- Opposite operation contained in `approxConv`.
171+
- Opposite operation contained in `approxConvBelief`.
172172
- For more notes see [`solveFactorMeasurements`](@ref).
173173
174174
Related
175175
176-
[`approxConv`](@ref), `deconvSolveKey`
176+
[`approxConvBelief`](@ref), `deconvSolveKey`
177177
"""
178178
function approxDeconv(
179179
dfg::AbstractDFG,

src/services/GraphProductOperations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Notes
1111
1212
Related
1313
14-
[`approxConv`](@ref), [`proposalbeliefs!`](@ref), [`AMP.manifoldProduct`](@ref)
14+
[`approxConvBelief`](@ref), [`proposalbeliefs!`](@ref), [`AMP.manifoldProduct`](@ref)
1515
"""
1616
function propagateBelief(
1717
dfg::AbstractDFG,

src/services/TetherUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ DevNotes
114114
115115
Related:
116116
117-
[`approxConv`](@ref), [`solveFactorParameteric`](@ref), `RoME.MutablePose2Pose2Gaussian`
117+
[`approxConvBelief`](@ref), [`solveFactorParameteric`](@ref), `RoME.MutablePose2Pose2Gaussian`
118118
"""
119119
function accumulateFactorMeans(
120120
dfg::AbstractDFG,

0 commit comments

Comments
 (0)