Chassis class declarations.
void update()
Update the pose of the robot.
Pose getPose(bool radians=false)
Get the pose of the robot.
void init()
Initialize the odometry system.
void setSensors(lemlib::OdomSensors_t sensors, lemlib::Drivetrain_t drivetrain)
Set the sensors to be used for odometry.
void setPose(Pose pose, bool radians=false)
Set the Pose of the robot.
Struct containing constants for a drivetrain.
Definition: chassis.hpp:77
Struct containing all the sensors used for odometry.
Definition: chassis.hpp:33