Skip to content

Commit

Permalink
updated some info
Browse files Browse the repository at this point in the history
  • Loading branch information
falOn-Dev committed Oct 22, 2024
1 parent ecc63ca commit 71c8a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/robot/closed-loop-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ the `SimpleMotorFeedforward` class, and add it to the `setReference()` function.
arbitrary feedforward to volts, as the SparkMax expects the output of the feedforward to be in volts.

Unfortunately, the SparkMax's feedforward capabilities are limited, and require you to calculate the feedforward output
on the RoboRIO, which also provides issues for some other types of control, but those aren't super important for you to
know as a rookie.
on the RoboRIO, which means that we're limited in how fast we can run the feedforward loop.


#### What unit is K_p in?

Expand Down

0 comments on commit 71c8a74

Please sign in to comment.