Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Releases: kylecorry31/CoordinateFrames

v0.6.3

07 Mar 18:02
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release
  • Update to latest gradle version
  • Update Geometry dependency

v0.6.2

12 Mar 17:24
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release
  • Add sources to jar

v0.6.1

19 Feb 02:00
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • Methods in TransformationMap now throw a FrameNotFoundException if the frame is not already in the map

v0.6

18 Feb 17:01
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release
  • Moved geometry package to new library
  • Updated JavaDocs

v0.5.1

11 Feb 17:31
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Fix Quaternion issues
  • Remove several unused methods in Quaternion

v0.5

09 Feb 03:33
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

This is the first release of the CoordinateFrames library for Java which is separated from the Library of Gongolierium. It provides the following functionallity:

  • Specify coordinate frames relative to the origin
  • Specify coordinate frames relative to other frames
  • Transform a point in a coordinate frame to a point relative to the origin
  • Transform a point in a coordinate frame to a point in another coordinate frame
  • Transform any 3D pose (position and quaternion)