Skip to content

Commit

Permalink
Merge pull request #652 from JuliaRobotics/23Q1/fix/exportPackedPrior…
Browse files Browse the repository at this point in the history
…Point3

Update ExportAPI.jl - PackedPriorPoint3
  • Loading branch information
Affie authored Mar 4, 2023
2 parents 1b1fe14 + d210bdf commit 9ef85c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "RoME"
uuid = "91fb55c2-4c03-5a59-ba21-f4ea956187b8"
keywords = ["SLAM", "state-estimation", "MM-iSAM", "MM-iSAMv2", "inference", "robotics"]
desc = "Non-Gaussian simultaneous localization and mapping"
version = "0.21.2"
version = "0.21.3"

[deps]
ApproxManifoldProducts = "9bbbb610-88a1-53cd-9763-118ce10c1f89"
Expand Down
3 changes: 2 additions & 1 deletion src/ExportAPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export
Pose3,
Point3,
PriorPoint3,
PackedPriorPoint3,

# partial Pose3
PriorPose3ZRP,
Expand Down Expand Up @@ -233,4 +234,4 @@ export
PackedPriorInertialPose3,
compare

export homography_to_coordinates, coordinates_to_homography
export homography_to_coordinates, coordinates_to_homography

0 comments on commit 9ef85c9

Please sign in to comment.