Skip to content

Releases: ami-iit/liecasadi

v0.0.6

16 Jan 12:01
234f242
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.0.2

18 May 12:55
92a4b94
Compare
Choose a tag to compare

What's Changed

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

v0.0.1

16 Feb 16:14
Compare
Choose a tag to compare

Implementation of:

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