Skip to content

Releases: ifm/ifm3d

v1.6.0

15 Jul 11:58
Compare
Choose a tag to compare
v1.6.0 Pre-release
Pre-release

Changed

  • Unification of shared libraries into libifm3d, see the migration guide for details

v1.5.3

05 Apr 11:48
Compare
Choose a tag to compare

Fixed

  • Fix receiving frames with default format before PCIC p command
    has been acknowledged

v1.5.2

20 Feb 11:04
Compare
Choose a tag to compare
v1.5.2 Pre-release
Pre-release

Added

  • add O3R_RESULT_JSON, O3R_RESULT_ARRAY2D, O3R_RESULT_IMU buffer_ids

Fixed

  • Fix curl error from SWUpdate

v1.5.1

07 Feb 15:26
Compare
Choose a tag to compare
v1.5.1 Pre-release
Pre-release

Fixed

  • release pipeline

v1.5.0

07 Feb 09:57
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release

Added

  • Python 3.12 builds
  • Parsing of V3 chunks
  • Ability to access V3 chunk metadata (see Frame::Metadata)
  • Ability to access multiple chunks with the same id in a frame (see Frame::GetBuffer and Frame::GetBufferCount)
  • O3R_RESULT_JSON and O3R_RESULT_ARRAY2D chunk ids

Changes

  • Use .deb files in Dockerfile instead of building from sources
  • Increase timeout for O3R set calls up to 15s

Fixed

  • Fix installation prefix issue from tools
  • Add websocketpp third-party dependency using FetchContent_Declare

v1.4.3

28 Sep 12:25
Compare
Choose a tag to compare

Fixed

  • Docker deployment
  • Add missing deserialize module to docker containers

v1.4.2

15 Sep 14:46
Compare
Choose a tag to compare
v1.4.2 Pre-release
Pre-release

Fixed

  • Fix data grabbing from diagnostic port
  • SWUpdate fix installing O3R updates from stdin
  • Fix compatibility for O3R devices with Firmware version below 1.1.x

v1.4.1

31 Aug 14:56
Compare
Choose a tag to compare
v1.4.1 Pre-release
Pre-release

Fixed

  • O3R.resolve_config unable to resolve leaf values
  • O3R::Ports and O3R::Port now wrap internal errors in ifm3d::Error

Added

  • O3R add support for SaveInit with json pointers as arguments
  • ifm3d::Error codes are now exposed to python
  • python bindings for ifm3d logging

v1.4.0

02 Aug 13:14
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

NOTE : O3D and O3X support is currently experimental- Use at your own risk!.

Added

  • Add support for O3D3xx and O3X devices
  • Extend Ports() to return app port
  • Extend Port() to return information of given app port

Changed

  • Updated Cxxopts library to version 3.1.1 and used through FetchContent

v1.3.3

22 Jun 11:05
Compare
Choose a tag to compare

Fixed

  • Fixed the error reporting through onError callback