fix drivetrain
updated motor ports and directions
This commit is contained in:
parent
8329ff34f2
commit
4c0f533822
@ -27,7 +27,7 @@ namespace globals {
|
||||
DRIVE_RPM
|
||||
};
|
||||
|
||||
Drive chassisRight(
|
||||
Drive chassisLeft(
|
||||
{-20, -17, 8},
|
||||
{12, 1, -4},
|
||||
10,
|
||||
@ -36,10 +36,10 @@ namespace globals {
|
||||
0.75
|
||||
);
|
||||
|
||||
Drive chassisLeft(
|
||||
{-20, -17, 8},
|
||||
{12, 1, -4},
|
||||
10,
|
||||
Drive chassisRight(
|
||||
{-20, 10, -9},
|
||||
{-13, -17, 12},
|
||||
21,
|
||||
2.75,
|
||||
600,
|
||||
0.75
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user