| { |
| "channels": |
| [ |
| { |
| "name": "/superstructure", |
| "type": "y2021_bot3.control_loops.superstructure.Goal", |
| "frequency": 200 |
| }, |
| { |
| "name": "/superstructure", |
| "type": "y2021_bot3.control_loops.superstructure.Status", |
| "frequency": 200 |
| }, |
| { |
| "name": "/superstructure", |
| "type": "y2021_bot3.control_loops.superstructure.Output", |
| "frequency": 200 |
| }, |
| { |
| "name": "/superstructure", |
| "type": "y2021_bot3.control_loops.superstructure.Position", |
| "frequency": 200 |
| } |
| ], |
| "applications": [ |
| { |
| "name": "drivetrain" |
| }, |
| { |
| "name": "superstructure" |
| } |
| ], |
| "imports": [ |
| "../frc971/input/robot_state_config.json", |
| "../frc971/control_loops/drivetrain/drivetrain_config.json", |
| "../frc971/autonomous/autonomous_config.json", |
| "../frc971/wpilib/wpilib_config.json" |
| ] |
| } |