We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2f00c commit 0d2cebcCopy full SHA for 0d2cebc
boards/PCU/PCU_measurements.json
@@ -178,6 +178,14 @@
178
"podUnits": "km/h",
179
"displayUnits": "km/h"
180
},
181
+ {
182
+ "id": "IMU_position_m",
183
+ "name": "IMU Position m",
184
+ "type": "float64",
185
+ "podUnits": "m",
186
+ "displayUnits": "m"
187
+ },
188
+
189
{
190
"id": "cnt_encoder",
191
"name": "Counter Encoder",
boards/PCU/packets.json
@@ -91,7 +91,8 @@
91
"actual_current_ref",
92
"slip_motor",
93
"cnt_encoder",
94
- "speed_km_h_IMU"
+ "speed_km_h_IMU",
95
+ "IMU_position_m"
96
],
97
"id": 555,
98
"period_type": "ms",
0 commit comments