Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Aug 23, 2023
1 parent e8b485b commit 49d0cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* The linear time-varying differential drive controller has a similar form to the LQR, but the
* model used to compute the controller gain is the nonlinear differnetial drive model linearized
* model used to compute the controller gain is the nonlinear differential drive model linearized
* around the drivetrain's current state. We precompute gains for important places in our
* state-space, then interpolate between them with a lookup table to save computational resources.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace frc {
/**
* The linear time-varying differential drive controller has a similar form to
* the LQR, but the model used to compute the controller gain is the nonlinear
* differnetial drive model linearized around the drivetrain's current state. We
* differential drive model linearized around the drivetrain's current state. We
* precompute gains for important places in our state-space, then interpolate
* between them with a lookup table to save computational resources.
*
Expand Down

0 comments on commit 49d0cf7

Please sign in to comment.