Skip to content

Commit

Permalink
Merge branch 'LinearSystemSimClampInputFix' of https://github.com/nar…
Browse files Browse the repository at this point in the history
…mstro2020/allwpilib into LinearSystemSimClampInputFix
  • Loading branch information
narmstro2020 committed Mar 31, 2024
2 parents 539aa48 + 4b31a99 commit c189dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class LinearSystemSim {
* @return An element of the current input of the plant.
*/
double GetInput(int row) const { return m_u(row); }

/**
* Sets the system state.
*
Expand Down

0 comments on commit c189dbf

Please sign in to comment.