blob: a120e52f9524059a23c390b9050dd83ddde8f282 [file] [log] [blame]
James Kuszmaul202e4382023-03-05 14:56:55 -08001 "target_map": {% include 'y2023/vision/maps/target_map.json' %},
James Kuszmaul4fe845a2023-03-26 12:57:30 -07002 "scoring_map": {% include 'y2023/constants/scoring_map.json' %},
3 "ignore_targets": {
4 "red": [4],
5 "blue": [5]
James Kuszmaul630ab1d2024-01-09 16:38:57 -08006 },
7 "wrist": {
8 "zeroing_voltage": 3.0,
9 "operating_voltage": 12.0,
10 "zeroing_profile_params": {
11 "max_velocity": 0.5,
12 "max_acceleration": 3.0
13 },
14 "default_profile_params":{
15 "max_velocity": 0.5,
16 "max_acceleration": 5.0
17 },
18 {# The range is currently duplicated from the constants.h; try to fix this. #}
19 "range": {
20 "lower_hard": -0.10,
21 "upper_hard": 4.90,
22 "lower": 0.0,
23 "upper": 4.0
24 },
25 "loop": {% include 'y2023/control_loops/superstructure/wrist/integral_wrist_plant.json' %}
James Kuszmaul4fe845a2023-03-26 12:57:30 -070026 }