RoME.jl icon indicating copy to clipboard operation
RoME.jl copied to clipboard

Robot Motion Estimate: Tools, Variables, and Factors for SLAM in robotics; also see Caesar.jl.

Results 48 RoME.jl issues
Sort by recently updated
recently updated
newest added

I'm having trouble figuring out how to use the IntertialPose3 type. Sorry if I am missing an obvious example. I see [/test/testInertialPose3.jl](https://github.com/JuliaRobotics/RoME.jl/blob/master/test/testInertialPose3.jl) but following that approach doesn't seem to work...

bug
needs testing
factors
inertial
needs documentation

Related: - https://github.com/JuliaRobotics/RoME.jl/issues/701#issuecomment-1778862662_ - JuliaRobotics/RoME.jl#334

testing
test all the things

```julia ┌ Error: Exception while generating log record in module DistributedFactorGraphs at /home/dehann/.julia/dev/DistributedFactorGraphs/src/services/Serialization.jl:21 │ exception = │ UndefVarError: props not defined │ Stacktrace: │ [1] macro expansion │ @ ./logging.jl:360...

bug
testing
stale

It is currently still `AbstractRelativeMinimize`

a factor can have three variables in a transform. One can be used to calibrate a transform directly in primary solve. This will be a good numerical test. See also:...

needs testing

https://github.com/JuliaRobotics/RoME.jl/pull/664#issue-1682599107 It's actually really easy, here is the link to the doc: https://julialang.github.io/PrecompileTools.jl/stable/#Package-developers:-reducing-the-cost-of-precompilation-during-development fiy @dehann

maintenance
compiling

Want to use `Manifolds.ProjectiveSpace(3)` but unsure how to consolidate with current exmap which only works on vector length up to pi. E.g. ```julia M = ProjectiveSpace(3) e0 = [0;0;0;1] [0;0;0;1]...

standardization
needs testing
manifolds
design
camera