mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Fix typos (NFC) (#5804)
This commit is contained in:
@@ -41,7 +41,7 @@ struct WPILIB_DLLEXPORT ChassisSpeeds {
|
||||
/**
|
||||
* Disretizes a continuous-time chassis speed.
|
||||
*
|
||||
* This function converts a continous-time chassis speed into a discrete-time
|
||||
* This function converts a continuous-time chassis speed into a discrete-time
|
||||
* one such that when the discrete-time chassis speed is applied for one
|
||||
* timestep, the robot moves as if the velocity components are independent
|
||||
* (i.e., the robot moves v_x * dt along the x-axis, v_y * dt along the
|
||||
@@ -69,7 +69,7 @@ struct WPILIB_DLLEXPORT ChassisSpeeds {
|
||||
/**
|
||||
* Disretizes a continuous-time chassis speed.
|
||||
*
|
||||
* This function converts a continous-time chassis speed into a discrete-time
|
||||
* This function converts a continuous-time chassis speed into a discrete-time
|
||||
* one such that when the discrete-time chassis speed is applied for one
|
||||
* timestep, the robot moves as if the velocity components are independent
|
||||
* (i.e., the robot moves v_x * dt along the x-axis, v_y * dt along the
|
||||
|
||||
Reference in New Issue
Block a user