Skip to content

Releases: loco-3d/ndcurves

Release v1.1.1

06 Jan 23:33
v1.1.1
Compare
Choose a tag to compare

Changes in v1.1.1:

  • fix virtual functions
  • fix optional dependency to pinocchio
  • primitive now accept initial value\n

v1.1.0

03 May 07:12
v1.1.0
Compare
Choose a tag to compare

Changes in v1.1.0:

  • make dependency on pinocchio not mandatory
  • fix link to Boost::serialization
  • use eigen matrix serialization from pinocchio >= 2.6.0 if available
  • export -DCURVES_WITH_PINOCCHIO_SUPPORT

Release v1.0.0

18 Mar 23:53
v1.0.0
Compare
Choose a tag to compare

Changes in v1.0.0:

  • ⚠️ library renamed from curves to ndcurves ⚠️
  • added arithmetic operations on curves

Release v0.5.2

24 Sep 16:32
v0.5.2
Compare
Choose a tag to compare

Changes in v0.5.2:

  • fix CMake for fedora

Release v0.5.1

27 Jul 10:00
v0.5.1
Compare
Choose a tag to compare

Changes in v0.5.1:

  • fix serialization versioning

Release v0.5.0

25 Jul 08:39
v0.5.0
Compare
Choose a tag to compare

Changes in v0.5.0:

  • Add piecewise::load_from_text_file
  • New curves type required by sot-talos-balance
  • Use Bezier formulation for cubic hermite
  • Check input degree before converting curve to bezier or hermite
  • remove cubic and quintic classes

Release v0.4.1

02 Apr 12:39
v0.4.1
2f38554
Compare
Choose a tag to compare

Changes since v0.4.0:

  • [CMake] fix pinocchio detection
  • [CMake] export CURVES_WITH_PINOCCHIO_SUPPORT

Release v0.4.0

30 Mar 12:01
v0.4.0
Compare
Choose a tag to compare

Changes since v0.3.3:

  • [Python] Add pickle support
  • Add serialization/curves header

Release v0.3.3

11 Mar 16:27
v0.3.3
Compare
Choose a tag to compare

Changes since v0.3.2:

  • CMake Exports

Release v0.3.2

13 Feb 13:29
v0.3.2
Compare
Choose a tag to compare

Changes since v0.3.1:

  • [Python] Fix binding of Piecewise.curve_at_index
  • Replace several critical asserts with exceptions
  • Install the header python_definitions.h in include/python
  • Add python API to retrieve bezier waypoints as 2D array
  • Add C++ and python API to retrieve the translation or rotation curve contained in a SE3 curve
  • Correctly specify the corresponding shared_pointer to all python class
  • Fix SO3 constructors when t_min == t_max
  • Correctly check and raise error when trying to use polynomial constructors from boundary condition when t_min == t_max
  • Reworking of the exposition of the abstract class in Python (fix https://gepgitlab.laas.fr/loco-3d/curves/issues/32)
  • Correctly register the shared_pointer of the base abstract classes in boost::Python