You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
The SmartMotion example incorrectly uses the kVelocity control option, instead of kSmartVelocity. This makes the example pretty confusing as selecting Velocity causes the PID control to disable smart motion entirely.
The SmartMotion example incorrectly uses the
kVelocitycontrol option, instead ofkSmartVelocity. This makes the example pretty confusing as selecting Velocity causes the PID control to disable smart motion entirely.SPARK-MAX-Examples/Java/Smart Motion Example/src/main/java/frc/robot/Robot.java
Line 171 in b56d301