Skip to content

Releases: robotology/event-driven

master

master Pre-release
Pre-release

Choose a tag to compare

@arrenglover arrenglover released this 23 Jan 12:48
d294f50

a tag of the main branch at the point of changing the name from master -> main. Provides backwards compatibility for automated systems using the master branch

v2.1

Choose a tag to compare

@arrenglover arrenglover released this 05 Oct 14:09
f3946ed

What's Changed

Full Changelog: v2.0...v2.1

v2.0

Choose a tag to compare

@arrenglover arrenglover released this 07 Mar 15:37

What's Changed

  • event-driven-2.0 is a major update that breaks backwards compatibility with all major YARP interfaces
  • uses new communication format for a reduced file size when saved to disk
  • event classes no longer use virtual inheritance which allows bulk memory allocation
  • events can be encoded without individual timestamps, instead the packet timestamp gives < 1 ms resolution
  • restructure library files and cmake
  • move processing applications out of library and instead have API interface to the functionality
  • removed bindings and matlab
  • updated license
  • new classes for event-reading and writing through YARP

archive/esim-interpolation

Pre-release

Choose a tag to compare

Added parameters to cli arguments

archive/event-sorting

archive/event-sorting Pre-release
Pre-release

Choose a tag to compare

@arrenglover arrenglover released this 22 Jan 16:57
looping through incoming packet to check data type

v1.7

Choose a tag to compare

@arrenglover arrenglover released this 09 May 12:28
fb9b9c4

What's Changed

New Contributors

Full Changelog: v1.6...v1.7

event-driven v1.6

Choose a tag to compare

@arrenglover arrenglover released this 03 Dec 09:32
1bb1f80

What's Changed

New Contributors

Full Changelog: v1.5...v1.6

incremental release 2021

Choose a tag to compare

@arrenglover arrenglover released this 29 Jan 11:45
4dfb380

Major Changes:

  • opencv4 support
  • ATIS gen3 initial support
  • real-time python modules
  • sub-modules for bimvee and mustard linking to external repo
  • bug-fixes etc.

archive/windows

archive/windows Pre-release
Pre-release

Choose a tag to compare

@arrenglover arrenglover released this 22 Jan 16:58
Adds Windows api export symbols + small fixes for windws compilation

Python Update

Choose a tag to compare

@arrenglover arrenglover released this 27 Mar 12:23
59cc372

This release has the major updates to the python scripts for handling, importing, and exporting events. Also includes updates to the skin visualisation, vFramer for 8bit images, and vPreProcess for splitting polarities. Many bug fixes and improvements