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

Test correlation induced by partials: Test Failed at testPartialRangeCrossCorrelations.jl:58

testing
upstream
potential bug
intermittent
numerical

Idea for discussion.

factors
WORK IN PROGRESS

https://github.com/JuliaRobotics/RoME.jl/blob/4204c3e89618cd45f2051040ed3f3a7684193cc4/src/factors/PriorPose2.jl#L34-L44

manifolds
potential bug
autodiff

Fix g2o parseG2oInstruction covariance on Pose3 _Originally posted by @Affie in https://github.com/JuliaRobotics/RoME.jl/issues/611#issuecomment-1220408066_

Add tests for parseG2oInstruction _Originally posted by @Affie in https://github.com/JuliaRobotics/RoME.jl/issues/611#issuecomment-1220407033_

New variable type `Pose2z`, Pose2 plus z offset, i.e. `[xyz theta]`. Includes implicit decision on naming z as vertical for world frame variables. I take that as okay, with no...

feature request
variableType

At some point we will need variable and solver support for homogeneous coordinates, e.g. `Position3h`

variableType
homogeneous coords

As per ManifoldsBase.jl. To replace prototype: https://github.com/JuliaRobotics/RoME.jl/blob/17b896c2cc531e3de6e69501f5317a5dbdc849fe/src/variables/Local_Manifold_Workaround.jl#L14-L16

EDIT: better to consolidate this effort with: - https://github.com/JuliaRobotics/SensorFeatureTracking.jl/issues/29

bug
testing