blob: 1ae0adc59d73340fc278c5312e991655a49f1023 [file] [log] [blame]
package frc971.control_loops.drivetrain;
// Allows you to reset the state of the localizer to a specific position on the
// field.
message LocalizerControl {
float x; // X position, meters
float y; // Y position, meters
float theta; // heading, radians
};
queue LocalizerControl localizer_control;