Skip to content

Commit

Permalink
Merge pull request #231 from JuliaRobotics/docs/newiifdec2018
Browse files Browse the repository at this point in the history
Docs/newiifdec2018
  • Loading branch information
dehann authored Dec 11, 2018
2 parents c355b10 + 939ff0f commit 8828d30
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
julia 0.7 1.1
RoME 0.2.2
IncrementalInference 0.4.4
IncrementalInference 0.4.6
Graphs 0.10.1
KernelDensityEstimate 0.4.1
Distributions 0.16.0
Expand All @@ -10,7 +10,7 @@ CoordinateTransformations 0.5.0
JLD2
JSON 0.18.0
FileIO 1.0.0
NLsolve 2.1.0 3.0.0
NLsolve 3.0.0
LCMCore 0.4.0
DataStructures 0.9.0
ProgressMeter 0.6.0
Expand Down
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Documenter, Caesar
import IncrementalInference: fmcmc!, localProduct, productpartials!, prodmultiplefullpartials, prodmultipleonefullpartials, setfreeze!
import IncrementalInference: cliqGibbs, downMsgPassingRecursive, packFromLocalPotentials!, treeProductDwn, updateFGBT!, upGibbsCliqueDensity

using KernelDensityEstimatePlotting
using RoMEPlotting
Expand Down
16 changes: 16 additions & 0 deletions docs/src/func_ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,44 @@ addFactor!
allnums
approxConv
batchSolve!
childCliqs
cliqGibbs
convert2packedfunctionnode
decodefg
doautoinit!
downMsgPassingRecursive
dwnMsg
emptyFactorGraph
encodefg
fifoFreeze!
findRelatedFromPotential
fmcmc!
getCurrentWorkspaceFactors
getCurrentWorkspaceVariables
getKDE
getVertKDE
initializeNode!
landmarks
loadjld
localProduct
ls
lsf
lsRear
manualinit!
packFromLocalPotentials!
printgraphmax
productpartials!
prodmultiplefullpartials
prodmultipleonefullpartials
savejld
setDwnMsg!
setfreeze!
setUpMsg!
subgraphFromVerts
treeProductDwn
treeProductUp
updateFGBT!
upGibbsCliqueDensity
upMsg
writeGraphPdf
```

0 comments on commit 8828d30

Please sign in to comment.