mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Upgrading to 2025.1.0
This commit is contained in:
@@ -227,7 +227,7 @@ public class SwerveController
|
||||
*
|
||||
* @param angularVelocity Angular velocity in radians per second.
|
||||
*/
|
||||
public void setMaximumAngularVelocity(double angularVelocity)
|
||||
public void setMaximumChassisAngularVelocity(double angularVelocity)
|
||||
{
|
||||
config.maxAngularVelocity = angularVelocity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user