Skip to content

Commit

Permalink
Merge pull request #879 from JuliaRobotics/22Q2/docs/deprfix
Browse files Browse the repository at this point in the history
depr fix in docs for updated api
  • Loading branch information
dehann authored Apr 20, 2022
2 parents eeddbf2 + ddf9188 commit bfa8a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphsDFG/services/GraphsDFG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Example
using IncrementalInference
# canonical example graph as example
fg = generateCanonicalFG_Kaess()
fg = generateGraph_Kaess()
@show path = findShortestPathDijkstra(fg, :x1, :x3)
@show isVariable.(fg, path)
Expand Down

0 comments on commit bfa8a2a

Please sign in to comment.