Skip to content

Commit a266ca4

Browse files
authored
Merge pull request #883 from JuliaRobotics/master
rc v0.18.4
2 parents 35d4307 + 1b44e72 commit a266ca4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DistributedFactorGraphs"
22
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3-
version = "0.18.3"
3+
version = "0.18.4"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -28,13 +28,13 @@ Unmarshal = "cbff2730-442d-58d7-89d1-8e530c41eb02"
2828
[compat]
2929
Colors = "0.10, 0.11, 0.12"
3030
Distributions = "0.23, 0.24, 0.25"
31-
DocStringExtensions = "0.8"
31+
DocStringExtensions = "0.8, 0.9"
3232
Graphs = "1.4"
3333
GraphPlot = "0.5.0"
3434
JSON = "0.21"
3535
JSON2 = "0.3.1"
3636
LightGraphs = "1.2, 1.3"
37-
ManifoldsBase = "0.11, 0.12"
37+
ManifoldsBase = "0.11, 0.12, 0.13"
3838
Neo4j = "2"
3939
Pkg = "1.4, 1.5"
4040
Reexport = "1"

src/GraphsDFG/services/GraphsDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Example
374374
using IncrementalInference
375375
376376
# canonical example graph as example
377-
fg = generateCanonicalFG_Kaess()
377+
fg = generateGraph_Kaess()
378378
379379
@show path = findShortestPathDijkstra(fg, :x1, :x3)
380380
@show isVariable.(fg, path)

0 commit comments

Comments
 (0)