Skip to content

Commit 0d2cebc

Browse files
committed
Positon IMU
1 parent 3e2f00c commit 0d2cebc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

boards/PCU/PCU_measurements.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@
178178
"podUnits": "km/h",
179179
"displayUnits": "km/h"
180180
},
181+
{
182+
"id": "IMU_position_m",
183+
"name": "IMU Position m",
184+
"type": "float64",
185+
"podUnits": "m",
186+
"displayUnits": "m"
187+
},
188+
181189
{
182190
"id": "cnt_encoder",
183191
"name": "Counter Encoder",

boards/PCU/packets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
"actual_current_ref",
9292
"slip_motor",
9393
"cnt_encoder",
94-
"speed_km_h_IMU"
94+
"speed_km_h_IMU",
95+
"IMU_position_m"
9596
],
9697
"id": 555,
9798
"period_type": "ms",

0 commit comments

Comments
 (0)