Skip to content

Commit

Permalink
Merge pull request #429 from JuliaRobotics/21Q1/test/impr
Browse files Browse the repository at this point in the history
impr test
  • Loading branch information
dehann authored Mar 28, 2021
2 parents c72bcca + e60a3f4 commit bc29a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "RoME"
uuid = "91fb55c2-4c03-5a59-ba21-f4ea956187b8"
keywords = ["SLAM", "state-estimation", "MM-iSAM", "MM-iSAMv2", "inference", "robotics"]
desc = "Non-Gaussian simultaneous localization and mapping"
version = "0.14.0"
version = "0.14.1"

[deps]
ApproxManifoldProducts = "9bbbb610-88a1-53cd-9763-118ce10c1f89"
Expand Down
2 changes: 1 addition & 1 deletion test/testpartialpose3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ estmu2mean = Statistics.mean(val[collect(DFG.getSolverData(f2).fnc.usrfnc!.parti
@show estmu1mean
@show estmu2mean
@test sum(abs.(estmu1mean - mu1[[3;1;2]]) .< [0.7; 0.1; 0.1]) == 3
@test sum(abs.(estmu2mean - mu2) .< [1.0; 1.0; 0.2] ) == 3
@test sum(abs.(estmu2mean - mu2) .< [1.0; 1.5; 0.2] ) == 3

memcheck = getVal(v2)
@test 1e-10 < norm(val - memcheck)
Expand Down

0 comments on commit bc29a5f

Please sign in to comment.