|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#3
|
|||
|
|||
|
Re: Mecanum Drifting
We are using Victors
Code:
RobotDrive *m_robotDrive; m_robotDrive = new RobotDrive(1, 2, 3, 4); Code:
m_robotDrive->SetInvertedMotor(RobotDrive::kFrontRightMotor, true); m_robotDrive->SetInvertedMotor(RobotDrive::kRearRightMotor, true); |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|