Skip to content

GSAP v2.0.0

Latest
Compare
Choose a tag to compare
@teubert teubert released this 25 Sep 23:45

Changes:

  • Refactored GSAP to operate asynchronously, including automatic thread management to perform calculations on multiple threads.
  • Added "simple" operational mode for resource constrained hardware.
  • Replaced ProgData with discrete ProgEvent and SysTraj messages
  • Created Load Estimator interface- for custom estimation of future loading
  • Implemented savepts- specified moments in a prediction to report the predicted state
  • Various bug fixes and efficiency improvements