Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jan 23, 2024
1 parent 6597af9 commit ecaa8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RoME.jl follows semver, with only a few case specific exceptions. Please see re

## v0.24

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

Expand Down
2 changes: 1 addition & 1 deletion src/factors/Pose2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DevNotes
Related
[`Pose3Pose3`](@ref), [`Point2Point2`](@ref), [`MutablePose2Pose2Gaussian`](@ref), [`DynPose2`](@ref), [`IMUDeltaFactor`](ref)
[`Pose3Pose3`](@ref), [`Point2Point2`](@ref), [`MutablePose2Pose2Gaussian`](@ref), [`DynPose2`](@ref), [`IMUDeltaFactor`](@ref)
"""
Base.@kwdef struct Pose2Pose2{T <: IIF.SamplableBelief} <: IIF.AbstractManifoldMinimize
Z::T = MvNormal(Diagonal([1.0; 1.0; 1.0]))
Expand Down

0 comments on commit ecaa8ab

Please sign in to comment.