mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-09 04:18:04 -05:00
* feat: Add vehicle model rendering function and pause simulation function * feat: Add support for reverse mode and related function adjustments * feat: Add reverse mode test case * feat: Limit the maximum steering angle to improve path tracking control * feat: Add a newline for improved readability in plot_arrow function * fix: Replace max/min with np.clip for steering angle limitation in pure pursuit control