MPPI-Generic
MPPI-Generic copied to clipboard
Fix Base/Buffered Plant Internal Logic
Plant unit tests were failing/hanging due to a change in initialization (times were previously initialized to -1 but are now initialized to 0) so these commits update the plant logic to properly handle the new time initialization robustly.
Also removed exit(-1) lines in the base plant and replaced them with runtime exceptions for better flexibility.