mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
Fix spelling of 'mecanum'.
This commit is contained in:
parent
7fc088c10c
commit
6100848166
@ -9,7 +9,7 @@
|
||||
/**
|
||||
* @brief Drives the robot with a joystick
|
||||
*
|
||||
* Uses mechanum drive
|
||||
* Uses mecanum drive
|
||||
*/
|
||||
class Drive: public Command{
|
||||
public:
|
||||
|
@ -33,7 +33,7 @@ class DentRobot: public IterativeRobot{
|
||||
*/
|
||||
static Collector* collector;
|
||||
/**
|
||||
* @brief The 4-motor mechanum Drivetrain
|
||||
* @brief The 4-motor mecanum Drivetrain
|
||||
*/
|
||||
static Drivetrain* drivetrain;
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user