RobotCasserole1736 / RobotCasserole2025SwerveBase

MIT License
2 stars 0 forks source link

Smoothly transition from current pose to desired pose #21

Closed gerth2 closed 1 month ago

gerth2 commented 1 month ago

Update the path planner to only command a fixed maximum rotation at every step - the maximum delta in rotation should be constrained by a maximum rotational velocity that's configured in the class (like there's also a maximum speed).

gerth2 commented 1 month ago

Added