mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -3,9 +3,9 @@ extra_includes:
|
||||
- wpi/hardware/motor/MotorController.hpp
|
||||
|
||||
classes:
|
||||
frc::DifferentialDrive:
|
||||
wpi::DifferentialDrive:
|
||||
ignored_bases:
|
||||
- wpi::SendableHelper<DifferentialDrive>
|
||||
- wpi::util::SendableHelper<DifferentialDrive>
|
||||
methods:
|
||||
DifferentialDrive:
|
||||
overloads:
|
||||
@@ -103,7 +103,7 @@ classes:
|
||||
* :meth:`curvatureDrive` is similar in concept to
|
||||
``RobotDrive.drive`` with the addition of a quick turn
|
||||
mode. However, it is not designed to give exactly the same response.
|
||||
frc::DifferentialDrive::WheelSpeeds:
|
||||
wpi::DifferentialDrive::WheelSpeeds:
|
||||
attributes:
|
||||
left:
|
||||
right:
|
||||
|
||||
Reference in New Issue
Block a user