Skip to content

Releases: tomstewart89/Geometry

Bugfixes

19 Feb 05:47
8f14425

Choose a tag to compare

What's Changed

Full Changelog: 2.1...2.2

Bugfix for DUE boards

08 Feb 03:28
fba03d7

Choose a tag to compare

Version 2.0

28 Aug 13:05
d423987

Choose a tag to compare

  • Add new classes for Pose, Angular Velocity, Twist and Wrench
  • Add exp, log and adjoint map functions to convert between Pose and Twist
  • Add quaternions and functions to convert them to and from rotation matrices
  • Add support for every rotation order as well as intrinsic and extrinsic rotation types for euler angles
  • Add new examples for Pose Graphs, Euler Angles and Inverse Dynamics
  • Add tests for all of the above

Fixes to Support Latest BasicLinearAlgebra version

31 Jan 14:04
d19a59e

Choose a tag to compare

  • Changed a few Range objects to Slice objects
  • Got rid of explicit float parameter for Matrix base class
  • Replaced calls to Transpose() with operator~

First release

23 May 04:03

Choose a tag to compare

1.0

Tidying up