update main
This commit is contained in:
parent
1cbae5ced1
commit
f114e91092
@ -83,8 +83,8 @@ void opcontrol() {
|
|||||||
while (true) {
|
while (true) {
|
||||||
//chassis.arcade_standard(ary::SPLIT, e_curve_type::DEFAULT);
|
//chassis.arcade_standard(ary::SPLIT, e_curve_type::DEFAULT);
|
||||||
if (globals::master.get_digital(DIGITAL_R1)) {
|
if (globals::master.get_digital(DIGITAL_R1)) {
|
||||||
motor_tlb.move_voltage(-8500);
|
motor_tlb.move_voltage(-12000);
|
||||||
motor_trb.move_voltage(8500);
|
motor_trb.move_voltage(12000);
|
||||||
} else {
|
} else {
|
||||||
motor_tlb.move_voltage(0);
|
motor_tlb.move_voltage(0);
|
||||||
motor_trb.move_voltage(0);
|
motor_trb.move_voltage(0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user