Skip to content

Releases: gbionics/liecasadi

v0.0.7

11 Mar 15:55
3bfb1e9

Choose a tag to compare

What's Changed

  • Implement adjoint transform method by @FabioBergonti in #14
  • Add from axis_angle and from_rotation_vector methods by @Giulero in #15
  • Remove setup .cfg and .py. Update pyproject. Update pypi action by @Giulero in #16
  • Update README.md by @Giulero in #17

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

16 Jan 12:01
234f242

Choose a tag to compare

What's Changed

  • Fix wrong initialization of Quaternion with a list by @Giulero in #9
  • Update tests.yml by @Giulero in #10
  • [SLERP] Return the first quaternion when the two quaternion are equal by @Giulero in #13

Full Changelog: v0.0.5...v0.0.6

v0.0.5

06 Mar 11:14
a3a1d9b

Choose a tag to compare

What's Changed

  • Add slerp and override getattr method by @Giulero in #7

Full Changelog: v0.0.4...v0.0.5

v0.0.4

21 Nov 18:30
dc549fd

Choose a tag to compare

What's Changed

  • Remove R_from_rpy(rpy) method and add from/to Euler methods by @Giulero in #6

Full Changelog: v0.0.3...v0.0.4

v0.0.3

12 Oct 12:29
5a5b60a

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

18 May 12:55
92a4b94

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Feb 16:14

Choose a tag to compare

Implementation of:

  • Quaternions operations
  • SO3 and SE3 groups
  • Dual quaternions operations [WIP]