Skip to content

Commit 4810e7c

Browse files
author
ymj-123
committed
Merge branch 'develop' of https://github.com/Aceinna/python-openimu into develop
2 parents 92bc190 + 2336f96 commit 4810e7c

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

src/aceinna/setting/openimu/Compass/openimu.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,17 +214,17 @@
214214
{
215215
"type": "float",
216216
"name": "xAccel",
217-
"unit": "g"
217+
"unit": "m/s^2"
218218
},
219219
{
220220
"type": "float",
221221
"name": "yAccel",
222-
"unit": "g"
222+
"unit": "m/s^2"
223223
},
224224
{
225225
"type": "float",
226226
"name": "zAccel",
227-
"unit": "g"
227+
"unit": "m/s^2"
228228
},
229229
{
230230
"type": "float",
@@ -264,7 +264,7 @@
264264
],
265265
"graphs": [{
266266
"name": "Acceleration",
267-
"units": "g",
267+
"units": "m/s^2",
268268
"xAxis": "Time (s)",
269269
"yAxes": ["xAccel", "yAccel", "zAccel"],
270270
"colors": ["#FF0000", "#00FF00", "#0000FF"],

src/aceinna/setting/openimu/IMU/openimu.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,17 +202,17 @@
202202
{
203203
"type": "float",
204204
"name": "xAccel",
205-
"unit": "g"
205+
"unit": "m/s^2"
206206
},
207207
{
208208
"type": "float",
209209
"name": "yAccel",
210-
"unit": "g"
210+
"unit": "m/s^2"
211211
},
212212
{
213213
"type": "float",
214214
"name": "zAccel",
215-
"unit": "g"
215+
"unit": "m/s^2"
216216
},
217217
{
218218
"type": "float",
@@ -252,7 +252,7 @@
252252
],
253253
"graphs": [{
254254
"name": "Acceleration",
255-
"units": "g",
255+
"units": "m/s^2",
256256
"xAxis": "Time (s)",
257257
"yAxes": ["xAccel", "yAccel", "zAccel"],
258258
"colors": ["#FF0000", "#00FF00", "#0000FF"],

src/aceinna/setting/openimu/INS/openimu.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -833,17 +833,17 @@
833833
{
834834
"type": "float",
835835
"name": "xAccel",
836-
"unit": "g"
836+
"unit": "m/s^2"
837837
},
838838
{
839839
"type": "float",
840840
"name": "yAccel",
841-
"unit": "g"
841+
"unit": "m/s^2"
842842
},
843843
{
844844
"type": "float",
845845
"name": "zAccel",
846-
"unit": "g"
846+
"unit": "m/s^2"
847847
},
848848
{
849849
"type": "float",
@@ -883,7 +883,7 @@
883883
],
884884
"graphs": [{
885885
"name": "Acceleration",
886-
"units": "g",
886+
"units": "m/s^2",
887887
"xAxis": "Time (s)",
888888
"yAxes": ["xAccel", "yAccel", "zAccel"],
889889
"colors": ["#FF0000", "#00FF00", "#0000FF"],

src/aceinna/setting/openimu/Leveler/openimu.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,17 +266,17 @@
266266
{
267267
"type": "float",
268268
"name": "xAccel",
269-
"unit": "g"
269+
"unit": "m/s^2"
270270
},
271271
{
272272
"type": "float",
273273
"name": "yAccel",
274-
"unit": "g"
274+
"unit": "m/s^2"
275275
},
276276
{
277277
"type": "float",
278278
"name": "zAccel",
279-
"unit": "g"
279+
"unit": "m/s^2"
280280
},
281281
{
282282
"type": "float",
@@ -316,7 +316,7 @@
316316
],
317317
"graphs": [{
318318
"name": "Acceleration",
319-
"units": "g",
319+
"units": "m/s^2",
320320
"xAxis": "Time (s)",
321321
"yAxes": ["xAccel", "yAccel", "zAccel"],
322322
"colors": ["#FF0000", "#00FF00", "#0000FF"],

0 commit comments

Comments
 (0)