Skip to content

Commit

Permalink
Merge pull request #174 from JuliaRobotics/versioning/addprjtoml
Browse files Browse the repository at this point in the history
Versioning/addprjtoml
  • Loading branch information
dehann committed May 2, 2019
2 parents 5ce9fb8 + c73d2e4 commit 3473320
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TransformUtils = "9b8138ad-1b09-5408-aa39-e87ed6d21b63"

[compat]
ApproxManifoldProducts = "0.0.3"
CoordinateTransformations = "0.5"
Distributions = "0.18"
DocStringExtensions = "0.7"
FileIO = "1.0"
Graphs = "0.10.2"
IncrementalInference = "0.5.4, 0.6"
JLD2 = "0.1"
KernelDensityEstimate = "0.5"
Optim = "0.16, 0.18"
ProgressMeter = "0.9"
Reexport = "0.2"
Rotations = "0.11"
TransformUtils = "0.2.2"
julia = "0.7, 1"

[extras]
Expand Down
6 changes: 3 additions & 3 deletions test/testManifoldsPose2Equivalent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ addFactor!(fg, [:x1], Prior(r))

stuff = IIF.localProduct(fg, :x1)

@test 0.95*N < sum( -10 .< getPoints(stuff[1])[1,:] .< 15)
@test 0.95*N < sum( -10 .< getPoints(stuff[1])[2,:] .< 15)
@test 0.90*N < sum( -10 .< getPoints(stuff[1])[1,:] .< 15)
@test 0.90*N < sum( -10 .< getPoints(stuff[1])[2,:] .< 15)

@test 0.95*N < sum(2.7 .< abs.(getPoints(stuff[1])[3,:]) .< 1.01*pi)
@test 0.90*N < sum(2.7 .< abs.(getPoints(stuff[1])[3,:]) .< 1.01*pi)


##
Expand Down

0 comments on commit 3473320

Please sign in to comment.