Skip to content

Commit

Permalink
Merge pull request #1845 from JuliaRobotics/24Q4/compat/v0_35_5
Browse files Browse the repository at this point in the history
compat AMP 9  DFG 25 and other
  • Loading branch information
dehann authored Nov 27, 2024
2 parents 20ebfed + b152900 commit 40ab2fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "IncrementalInference"
uuid = "904591bb-b899-562f-9e6f-b8df64c7d480"
keywords = ["MM-iSAMv2", "Bayes tree", "junction tree", "Bayes network", "variable elimination", "graphical models", "SLAM", "inference", "sum-product", "belief-propagation"]
desc = "Implements the Multimodal-iSAMv2 algorithm."
version = "0.35.4"
version = "0.35.5"

[deps]
ApproxManifoldProducts = "9bbbb610-88a1-53cd-9763-118ce10c1f89"
Expand Down Expand Up @@ -65,13 +65,13 @@ IncrInfrInterpolationsExt = "Interpolations"

[compat]
AMD = "0.5"
ApproxManifoldProducts = "0.8, 0.9"
ApproxManifoldProducts = "0.9"
BSON = "0.2, 0.3"
Combinatorics = "1.0"
DataStructures = "0.16, 0.17, 0.18"
DelimitedFiles = "1"
DifferentialEquations = "7"
DistributedFactorGraphs = "0.23, 0.24"
DistributedFactorGraphs = "0.25"
Distributions = "0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
FileIO = "1"
Expand All @@ -88,7 +88,7 @@ ManifoldDiff = "0.3"
Manifolds = "0.10"
ManifoldsBase = "0.15"
Manopt = "0.4.40, 0.5"
MetaGraphs = "0.7"
MetaGraphs = "0.7, 0.8"
Optim = "1"
OrderedCollections = "1"
PrecompileTools = "1"
Expand Down
3 changes: 1 addition & 2 deletions test/testCompareVariablesFactors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ sfg = buildSubgraph(fg, [:x0;:x1], 1) # distance=1 to include factors

#FIXME JT - this doesn't make sense to pass, it is a subgraph so should it not rather be ⊂ [subset]?
# compareDFG(fg1, fg2, by=⊂, skip=...)
@test fg.sessionLabel == sfg.sessionLabel[1:length(fg.sessionLabel)]
@test compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])
@test_broken compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])

# drawGraph(sfg)

Expand Down

0 comments on commit 40ab2fc

Please sign in to comment.