Skip to content

Releases: ihmcrobotics/ihmc-realtime

1.2.6

20 May 23:35
Compare
Choose a tag to compare

Improved single threaded scheduler: reduce delay.

1.2.5 Release Notes

15 May 17:48
Compare
Choose a tag to compare

Fixes/Improvements for Barrier Scheduler

  • Fixes bug in barrier scheduler that could cause tasks to become available between context update and release which would skip the context update.
  • Adds single threaded scheduler that uses the same task API as the barrier scheduler but does run all tasks in a single thread.

v1.2.3: Barrier Scheduler

26 Mar 20:56
Compare
Choose a tag to compare

This release is a minor release that adds new utilities to IHMC Realtime for coordinating multithreaded environments, called the Barrier Scheduler. The Barrier Scheduler is not unique to RT environments but is designed in such a way to be real-time safe.

1.2.2 Release Notes

13 Feb 23:50
Compare
Choose a tag to compare
  • upgrade build scripts
  • native-library-loader 1.1 removes junit4 from main classpath