it's alive!!!!
This commit is contained in:
parent
ff425ca2b6
commit
4e6fe1b86e
@ -323,6 +323,10 @@ void Drive::set_drive_brake(pros::motor_brake_mode_e_t brake_type) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Drive::init_curve_sd() {
|
||||||
|
// do absolutely nothing
|
||||||
|
}
|
||||||
|
|
||||||
void Drive::initialize() {
|
void Drive::initialize() {
|
||||||
init_curve_sd();
|
init_curve_sd();
|
||||||
imu_calibrate();
|
imu_calibrate();
|
||||||
|
|||||||
@ -41,7 +41,7 @@ namespace globals {
|
|||||||
lemlib::TrackingWheel hroiz_tracking_wheel(&rot_horiz, WHEEL_SIZE, PLACEHOLDER_TC_OFFSET, 1);
|
lemlib::TrackingWheel hroiz_tracking_wheel(&rot_horiz, WHEEL_SIZE, PLACEHOLDER_TC_OFFSET, 1);
|
||||||
|
|
||||||
Drive chassis(
|
Drive chassis(
|
||||||
{-4,-4,-4,-4},
|
{-4,-4,-4,-3},
|
||||||
{1,1,1,1},
|
{1,1,1,1},
|
||||||
16,
|
16,
|
||||||
WHEEL_SIZE,
|
WHEEL_SIZE,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user