Skip to content

Commit d245e9c

Browse files
committed
Remove measurement
1 parent e8ce708 commit d245e9c

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

boards/VCU/VCU_measurements.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,5 @@
9292
"type": "float32",
9393
"podUnits": "m",
9494
"displayUnits": "mm"
95-
},
96-
{
97-
"id": "levitation_max_current",
98-
"name": "Levitation Max Current",
99-
"type": "float32",
100-
"podUnits": "A",
101-
"displayUnits": "A"
10295
}
10396
]

boards/VCU/orders.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
"name": "Static Levitation Parameterized",
6464
"type": "order",
6565
"variables": [
66-
"levitation_target_height",
67-
"levitation_max_current"
66+
"levitation_target_height"
6867
]
6968
},
7069
{
@@ -74,8 +73,7 @@
7473
"variables": [
7574
"propulsion_target_speed",
7675
"propulsion_max_current",
77-
"levitation_target_height",
78-
"levitation_max_current"
76+
"levitation_target_height"
7977
]
8078
}
8179
]

0 commit comments

Comments
 (0)