Skip to content

Commit ecaa8ab

Browse files
committed
minor typo fix
1 parent 6597af9 commit ecaa8ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RoME.jl follows semver, with only a few case specific exceptions. Please see re
44

55
## v0.24
66

7-
- Manifolds based inertial odometry (preintegration). Replaces previous 2016-2016 generation `InertialPose3` variables and factors.
7+
- Manifolds based inertial odometry (preintegration). Replaces previous 2015-2016 generation `InertialPose3` variables and factors.
88
- Testing enhancements and fixes to restore tests for RoMEPlotting and Caesar Docs.
99
- Minor code updates for standardized usage of new PyCaesar.jl.
1010

src/factors/Pose2D.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DevNotes
2525
2626
Related
2727
28-
[`Pose3Pose3`](@ref), [`Point2Point2`](@ref), [`MutablePose2Pose2Gaussian`](@ref), [`DynPose2`](@ref), [`IMUDeltaFactor`](ref)
28+
[`Pose3Pose3`](@ref), [`Point2Point2`](@ref), [`MutablePose2Pose2Gaussian`](@ref), [`DynPose2`](@ref), [`IMUDeltaFactor`](@ref)
2929
"""
3030
Base.@kwdef struct Pose2Pose2{T <: IIF.SamplableBelief} <: IIF.AbstractManifoldMinimize
3131
Z::T = MvNormal(Diagonal([1.0; 1.0; 1.0]))

0 commit comments

Comments
 (0)