mirror of
https://github.com/brendanhaines/mecanum.git
synced 2025-08-02 13:51:51 -06:00
changes channels for new wiring
This commit is contained in:
@@ -12,10 +12,10 @@ double throScale = 1;
|
||||
#define elevScale 1
|
||||
|
||||
// Wiring Parameters
|
||||
#define frontLeftChannel 4
|
||||
#define backLeftChannel 3
|
||||
#define frontLeftChannel 3
|
||||
#define backLeftChannel 2
|
||||
#define frontRightChannel 1
|
||||
#define backRightChannel 2
|
||||
#define backRightChannel 0
|
||||
|
||||
// adjust sign so that (+)*speed results in bot turning clockwise
|
||||
#define frontLeftSpeed 1.0
|
||||
|
Reference in New Issue
Block a user