MPPI-Generic
MPPI-Generic copied to clipboard
Fix Autorally NN Dynamics bug
The amount of requested shared memory in the Autorally NN Dynamics would be set upon construction and not adjust when the model changed (like when the loadParams() method was called). We also did not have a unit test to ensure that updating the model adjusted the shared memory requests. Both are resolved with this commit.