mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
[wpilib] Replace Speed controller comments with motor controller (NFC) (#3551)
Makes comments consistent with #3302
This commit is contained in:
@@ -60,8 +60,8 @@ class SpeedController;
|
||||
* with SetDeadband().
|
||||
*
|
||||
* RobotDrive porting guide:
|
||||
* <br>In MecanumDrive, the right side speed controllers are automatically
|
||||
* inverted, while in RobotDrive, no speed controllers are automatically
|
||||
* <br>In MecanumDrive, the right side motor controllers are automatically
|
||||
* inverted, while in RobotDrive, no motor controllers are automatically
|
||||
* inverted.
|
||||
* <br>DriveCartesian(double, double, double, double) is equivalent to
|
||||
* RobotDrive's MecanumDrive_Cartesian(double, double, double, double)
|
||||
|
||||
Reference in New Issue
Block a user