Skip to content

Commit 44cca56

Browse files
committed
general cleanup
1 parent b88e6eb commit 44cca56

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

src/services/FGOSUtils.jl

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -218,18 +218,21 @@ end
218218
# WIP
219219
# _getMeasurementRepresentation(::AbstractPrior, coord::AbstractVector{<:Number}) =
220220

221+
221222
"""
222223
$SIGNATURES
223224
224225
Get the ParametricPointEstimates---based on full marginal belief estimates---of a variable in the distributed factor graph.
226+
Calculate new Parametric Point Estimates for a given variable.
227+
225228
226229
DevNotes
227230
- TODO update for manifold subgroups.
228231
- TODO standardize after AMP3D
229232
230233
Related
231234
232-
[`getVariablePPE`](@ref), [`setVariablePosteriorEstimates!`](@ref), [`getVariablePPE!`](@ref)
235+
[`getVariablePPE`](@ref), [`setVariablePosteriorEstimates!`](@ref), [`getVariablePPE!`](@ref), [`setPPE!`](@ref)
233236
"""
234237
function calcPPE(
235238
var::DFGVariable,
@@ -273,21 +276,7 @@ end
273276

274277
# calcPPE(var::DFGVariable; method::Type{<:AbstractPointParametricEst}=MeanMaxPPE, solveKey::Symbol=:default) = calcPPE(var, getVariableType(var), method=method, solveKey=solveKey)
275278

276-
"""
277-
$TYPEDSIGNATURES
278-
279-
Calculate new Parametric Point Estimates for a given variable.
280-
281-
Notes
282-
- Different methods are possible, currently [`MeanMaxPPE`](@ref) `<: AbstractPointParametricEst`.
283-
284-
Aliases
285-
- `calcVariablePPE`
286279

287-
Related
288-
289-
[`setPPE!`](@ref)
290-
"""
291280
function calcPPE(
292281
dfg::AbstractDFG,
293282
label::Symbol;

0 commit comments

Comments
 (0)