blob: 544cf494dd53c2f8ef4b435e0326bfedaa3c822b [file] [log] [blame]
genrule(
name = "genrule_rotation",
outs = [
"rotation_plant.h",
"rotation_plant.cc",
"rotation_plant.json",
"integral_rotation_plant.h",
"integral_rotation_plant.cc",
"integral_rotation_plant.json",
],
cmd = "$(location //y2024_swerve/control_loops/python:rotation) $(OUTS)",
target_compatible_with = ["@platforms//os:linux"],
tools = [
"//y2024_swerve/control_loops/python:rotation",
],
)
filegroup(
name = "rotation_json",
srcs = ["integral_rotation_plant.json"],
visibility = ["//visibility:public"],
)