disable active brake in opcontrol
This commit is contained in:
parent
1eb0b35133
commit
b8926f3587
@ -63,6 +63,7 @@ void autonomous() {
|
|||||||
|
|
||||||
void opcontrol() {
|
void opcontrol() {
|
||||||
chassis.set_drive_brake(MOTOR_BRAKE_COAST);
|
chassis.set_drive_brake(MOTOR_BRAKE_COAST);
|
||||||
|
chassis.set_active_brake(0);
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
//chassis.arcade_standard(ary::SdPLIT, ary::DEFAULT);
|
//chassis.arcade_standard(ary::SdPLIT, ary::DEFAULT);
|
||||||
@ -78,4 +79,5 @@ void opcontrol() {
|
|||||||
}
|
}
|
||||||
pros::delay(ary::util::DELAY_TIME);
|
pros::delay(ary::util::DELAY_TIME);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user