fix fix the scrim bot because i'm an idiot
This commit is contained in:
parent
a97554390b
commit
5039666722
@ -1,9 +1,3 @@
|
|||||||
/*
|
|
||||||
This Source Code Form is subject to the terms of the Mozilla Public
|
|
||||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
||||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|||||||
@ -4,7 +4,7 @@ License, v. 2.0. If a copy of the MPL was not distributed with this
|
|||||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ary-lib/util.hpp"
|
#include "arylib/util.hpp"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
using namespace ary;
|
using namespace ary;
|
||||||
|
|||||||
@ -5,6 +5,18 @@ double JOYSTICK_TURN_SCALE = 1;
|
|||||||
|
|
||||||
double cata_active_brake_kp = 0.1;
|
double cata_active_brake_kp = 0.1;
|
||||||
|
|
||||||
|
void Drive::init_curve_sd() {
|
||||||
|
// do absolutely nothing
|
||||||
|
}
|
||||||
|
|
||||||
|
void Drive::save_r_curve_sd() {
|
||||||
|
// do absolutely nothing
|
||||||
|
}
|
||||||
|
|
||||||
|
void Drive::save_l_curve_sd() {
|
||||||
|
// do absolutely nothing
|
||||||
|
}
|
||||||
|
|
||||||
// Set curve defaults
|
// Set curve defaults
|
||||||
void Drive::set_curve_default(double left, double right) {
|
void Drive::set_curve_default(double left, double right) {
|
||||||
left_curve_scale = left;
|
left_curve_scale = left;
|
||||||
|
|||||||
@ -59,6 +59,7 @@ void opcontrol() {
|
|||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
chassis.arcade_standard(ary::SINGLE, ary::DEFAULT); // Flipped single arcade
|
chassis.arcade_standard(ary::SINGLE, ary::DEFAULT); // Flipped single arcade
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pros::delay(ary::util::DELAY_TIME);
|
pros::delay(ary::util::DELAY_TIME);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user