ZebraDevs / robot_controllers

Robot control infrastructure
92 stars 79 forks source link

Zero out base controller update delta time when negative #82

Closed JeffWilson7 closed 4 months ago

JeffWilson7 commented 4 months ago

Negative dt values can lead to erroneously large positive wheel velocities. In this case, zero it out so that velocities are not updated during that cycle.