blob: 5e11e0cc4d9a3626822415ce35deaf18c0346a67 [file] [log] [blame]
package frc971.vision;
message CameraTarget {
double percent_azimuth_off_center;
double percent_elevation_off_center;
// todo:(pschuh) add time syntax when havith more sleep
uint64_t timestamp;
};
message TargetAngle {
double target_angle;
double shooter_speed;
double shooter_angle;
};
queue TargetAngle target_angle;
queue CameraTarget targets;