blob: 3326562d13809b65557da47e49b1cf913fc14224 [file] [log] [blame]
namespace y2014.control_loops.shooter;
table Goal {
// Shot power in joules.
shot_power:double;
// Shoots as soon as this is true.
shot_requested:bool;
unload_requested:bool;
load_requested:bool;
}
root_type Goal;