4 #include "ARMS/point.h"
5 #include "pros/imu.hpp"
27 typedef enum EncoderType { ENCODER_ADI, ENCODER_ROTATION } EncoderType_e_t;
67 extern std::shared_ptr<pros::Imu>
imu;
169 void init(
bool debug, EncoderType_e_t encoderType, std::array<int, 3> encoderPorts,
170 int expanderPort,
int imuPort,
double track_width,
171 double middle_distance,
double tpi,
double middle_tpi);
void init()
Initialize ARMS using the user defined constants Example 1:
Definition: config.h:566
This namespace deals with the odometry system.
void reset(Point point={0, 0})
double getAngleError(Point point)
double getHeading(bool radians=false)
std::shared_ptr< pros::Imu > imu
double getDistanceError(Point point)
double getMiddleEncoder()
int middleEncoderPort
Definition: odom.h:57
int rightEncoderPort
Definition: odom.h:55
int expanderPort
Definition: odom.h:54
EncoderType_e_t encoderType
Definition: odom.h:59
int imuPort
Definition: odom.h:58
int leftEncoderPort
Definition: odom.h:56