baby bot updates

This commit is contained in:
ary 2023-10-07 22:52:44 -04:00
parent 641f91b757
commit 56879ae24e
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,9 @@
#include "main.h"
#define TRACK_WIDTH 11.5;
#define TRACK_WIDTH 11.5
#define DRIVE_RATIO 0.75
#define DRIVE_RPM 450
#define WHEEL_SIZE 2.75
namespace globals {
extern pros::Controller master;

View File

@ -22,15 +22,15 @@ namespace globals {
lemlib::Drivetrain_t chassis_odom {
&left_drive,
&right_drive,
11.5,
2.75,
450
TRACK_WIDTH,
WHEEL_SIZE,
DRIVE_RPM
};
Drive chassis(
{-20, -17, 8},
{12, 1, -4},
2,
10,
2.75,
600,
0.75