Skip to content

Releases: JuliaRobotics/RoME.jl

Final Julia 0.6 Release

02 Oct 17:13
82bad93
Compare
Choose a tag to compare

This release concludes development in the Julia 0.6 ecosystem, and shifts some code elements to IIF v0.3.9.

Maintenance Release, End Julia 0.6 Life cycle

01 Oct 16:51
608dc79
Compare
Choose a tag to compare

General bug fixes and code refactoring. Only supports IncrementalInference v0.3.8.

Upstream API Change, Maintenance

08 Aug 14:28
6113ced
Compare
Choose a tag to compare
Pre-release

A rapid pre-release for forced upstream API changes, and a few new features:

  • Updating for recent hard API switch in CoordinateTransformations v0.5.0.
  • Introducing DynPose2, VelPose2velPose2, DynPose2Pose2, DynPose2VelocityPrior, and Packed* types.
  • Preliminary tests for Pose2 velocity states.

This is likely the last Julia v0.6 release. The next release should comply with 0.7, and backwards compatible with 0.6.

Maintenance and API standardization release

27 Jul 13:33
bb4d05e
Compare
Choose a tag to compare

This release standardizes the Point, Pose, and factor definitions, and improves dispatch based reuse of method definitions. Fixes included in this release are required by downstream packages also. For a more complete list of changes please see v0.1.5 milestone list. No API breakages should occur since an effort was made to maintain backwards compatibility with deprecation warnings.

Add node metadata and velocity

15 Jun 23:29
400c273
Compare
Choose a tag to compare
Pre-release

New node and factor types: DynPoint2, DynPoint2DynPoint2, VelPoint2VelPoint2, Point2Point2Velocity. Pre-release since IncrementalInference v0.3.5 is required for user node data functionality. SEveral other fixes and updates all round. Removed some older code.

Dispatch-only Without Type Registration

27 May 18:10
7777637
Compare
Choose a tag to compare

This is a maintenance release which removes the type registration requirement for packing types. Several examples and bug fixes are also included.

JuliaRobotics and Brookstone Examples

19 May 21:42
a3f9df3
Compare
Choose a tag to compare

General maintenance release, also in anticipation of larger changes with type serialization. This is the first first release since moving to JuliaRobotics organization.

General Maintenance release

05 Mar 02:11
0d2724f
Compare
Choose a tag to compare

Fix API changes from elsewhere in the Julia package ecosystem.