MPPI-Generic icon indicating copy to clipboard operation
MPPI-Generic copied to clipboard

Fix Autorally NN Dynamics bug

Open bogidude opened this issue 6 months ago • 0 comments

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.

bogidude avatar Aug 01 '25 16:08 bogidude