1 #ifndef _ARMS_CHASSIS_H_
2 #define _ARMS_CHASSIS_H_
4 #include "ARMS/flags.h"
5 #include "ARMS/point.h"
8 #include "pros/motors.h"
34 extern std::shared_ptr<pros::Motor_Group>
leftMotors;
35 extern std::shared_ptr<pros::Motor_Group>
rightMotors;
130 void move(std::vector<double> target,
double max,
double exit_error,
134 void move(std::vector<double> target,
double max,
double exit_error,
136 void move(std::vector<double> target,
double max,
MoveFlags = NONE);
184 void move(
double target,
double max,
double exit_error,
188 void move(
double target,
double max,
double exit_error,
241 void turn(
double target,
double max,
double exit_error,
double ap,
245 void turn(
double target,
double max,
double exit_error,
MoveFlags = NONE);
290 void turn(
Point target,
double max,
double exit_error,
double ap,
328 void tank(
double left,
double right,
bool velocity =
false);
358 void arcade(
double vertical,
double horizontal,
bool velocity =
false);
362 std::initializer_list<int8_t>
rightMotors, pros::motor_gearset_e_t gearset,
363 double slew_step,
double linear_exit_error,
double angular_exit_error,
364 double settle_thresh_linear,
double settle_thresh_angular,
void init()
Initialize ARMS using the user defined constants Example 1:
Definition: config.h:566
This namespace contains all of the functions and variables needed to control the chassis.
void arcade(double vertical, double horizontal, bool velocity=false)
move the chassis using arcade drive
void tank(double left, double right, bool velocity=false)
move the chassis using tank drive
std::shared_ptr< pros::Motor_Group > rightMotors
void setBrakeMode(pros::motor_brake_mode_e_t b)
void waitUntilFinished(double exit_error)
void move(std::vector< double > target, double max, double exit_error, double lp, double ap, MoveFlags=NONE)
std::shared_ptr< pros::Motor_Group > leftMotors
void turn(double target, double max, double exit_error, double ap, MoveFlags=NONE)
turn the chassis a target angle