Skip to content

Commit

Permalink
Fix ChoreoLib docs typo
Browse files Browse the repository at this point in the history
Fixes #484.
  • Loading branch information
calcmogul committed Jun 12, 2024
1 parent e466fa6 commit 0cc80c2
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 @@ -41,7 +41,7 @@ public class ChoreoTrajectoryState implements Interpolatable<ChoreoTrajectorySta
* @param y The Y position of the state in meters.
* @param heading The heading of the state in radians, with 0 being in the +X direction.
* @param velocityX The velocity of the state in the X direction in m/s.
* @param velocityY The velocity of the state in the X direction in m/s.
* @param velocityY The velocity of the state in the Y direction in m/s.
* @param angularVelocity The angular velocity of the state in rad/s.
*/
public ChoreoTrajectoryState(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ChoreoTrajectoryState {
* @param y The y position of the robot at this state
* @param heading The heading of the robot at this state
* @param xVel The x velocity of the robot at this state
* @param yVel The x velocity of the robot at this state
* @param yVel The y velocity of the robot at this state
* @param angularVel The angular velocity of the robot at this state
*/
ChoreoTrajectoryState(units::second_t t, units::meter_t x, units::meter_t y,
Expand Down

0 comments on commit 0cc80c2

Please sign in to comment.