You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to script events in ChaiScript using module.event = fun[](){}
ChaiScript events are not ordered with respect to each other and they run before the check() phase
Added access to time "t" in scripts (const qualified).
Improvements
Moved Module.h macros into a ModuleMacros.h file, which cleans up Module.h.
Added folder structure to generated project files via CMakeLists.txt
Fixes
Added a 32bit vs 64bit check for Eigen alignment issues on 32bit. Code now builds correctly in 32bit.
Breaking Changes
Renamed derivativeEqual to forwardDifference, which is more explicit to what the algorithm is being used for and allows for future algorithms to be added.