RoME.jl
RoME.jl copied to clipboard
Robot Motion Estimate: Tools, Variables, and Factors for SLAM in robotics; also see Caesar.jl.
Just dumping here to do later, feel free to add: After IIFv0.21.3 https://github.com/JuliaRobotics/RoME.jl/blob/048e74f74a71b6645ac30195c4994743af17d725/test/testMultimodalRangeBearing.jl#L86
Avoid name conflict with Julia Geometry packages's `Point2` / `Point2f` etc. Same for `Point3`
Hi @Affie, i'm having doubts about this whole approach. I'm now thinking we should not be building types like SE and se at all. I think we should drastically reduce...
Manifolds and Rotations have a name conflict on Rotations. Lets give Manifolds priority
Deferring known issues seen in test from #517. Anecdotal error that occurred during local testing. This issue happens sporadically. Will harden these new tests (TDD) once the following known issues...
Lack of common framework with these factors
Hi, For comparison to the Pose2Point2BearingRange factor, I wanted to try the Pose2Point2 factor on my well-known example: ```julia ## Read Gt Input from files using CSV associationLm = CSV.File("association_lm.txt",...