![]() |
TalonSRX invert?
We program in C++ and I was wondering if there is a way to invert TalonSRXs in programming because out Omni drive needs both right motors to be inverted or it acts weird
|
Re: TalonSRX invert?
I wouldn't recommend inverting the speed controllers. Just make sure your math takes into account the the fact that your right motors need to rotate in the opposite direction and invert the signal you're sending it.
LeftMotor.set(1) RightMotor.set(-1) |
Re: TalonSRX invert?
Quote:
|
Re: TalonSRX invert?
Quote:
Code:
driveSystem.SetInvertedMotor(kFrontRightMotor, true);Code:
driveSystem.SetInvertedMotor(rightFrontDriveTalon, true); |
Re: TalonSRX invert?
Quote:
|
Re: TalonSRX invert?
Quote:
|
Re: TalonSRX invert?
Quote:
|
Re: TalonSRX invert?
Quote:
Code:
driveSystem.SetInvertedMotor(RobotDrive::kFrontRightMotor, true); |
Re: TalonSRX invert?
Quote:
|
| All times are GMT -5. The time now is 01:42. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi