File tree Expand file tree Collapse file tree 9 files changed +37
-19
lines changed
rootfs/usr/share/inputplumber/devices Expand file tree Collapse file tree 9 files changed +37
-19
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ source_devices:
45
45
name : i2c-BMI0160:00
46
46
mount_matrix :
47
47
x : [0, -1, 0]
48
- y : [0 , 0, -1 ]
49
- z : [1 , 0, 0 ]
48
+ y : [-1 , 0, 0 ]
49
+ z : [0 , 0, -1 ]
50
50
51
51
# Optional configuration for the composite device
52
52
options :
Original file line number Diff line number Diff line change @@ -44,9 +44,11 @@ source_devices:
44
44
iio :
45
45
name : i2c-BMI0160:00
46
46
mount_matrix :
47
- x : [0, -1, 0]
48
- y : [0, 0, -1]
49
- z : [1, 0, 0]
47
+ # Calculated from observed gyro output
48
+ # TODO: Verify updated matrix on actual hardware
49
+ x : [0, 1, 0]
50
+ y : [-1, 0, 0]
51
+ z : [0, 0, 1]
50
52
51
53
# Optional configuration for the composite device
52
54
options :
Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ source_devices:
43
43
- group : imu
44
44
iio :
45
45
name : i2c-BMI0160:00
46
+ mount_matrix :
47
+ # Calculated from observed gyro output
48
+ # TODO: Verify updated matrix on actual hardware
49
+ x : [0, -1, 0]
50
+ y : [1, 0, 0]
51
+ z : [0, 0, 1]
46
52
47
53
# Optional configuration for the composite device
48
54
options :
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ source_devices:
52
52
name : bmi323-imu
53
53
mount_matrix :
54
54
x : [0, -1, 0]
55
- y : [0 , 0, 1 ]
56
- z : [-1 , 0, 0 ]
55
+ y : [1 , 0, 0 ]
56
+ z : [0 , 0, 1 ]
57
57
58
58
# Optional configuration for the composite device
59
59
options :
Original file line number Diff line number Diff line change @@ -44,9 +44,11 @@ source_devices:
44
44
iio :
45
45
name : i2c-BMI0160:00
46
46
mount_matrix :
47
- x : [0, -1, 0]
48
- y : [0, 0, -1]
49
- z : [1, 0, 0]
47
+ # Calculated from observed gyro output
48
+ # TODO: Verify updated matrix on actual hardware
49
+ x : [0, 1, 0]
50
+ y : [-1, 0, 0]
51
+ z : [0, 0, 1]
50
52
51
53
# Optional configuration for the composite device
52
54
options :
Original file line number Diff line number Diff line change @@ -36,9 +36,11 @@ source_devices:
36
36
iio :
37
37
name : i2c-BMI0160:00
38
38
mount_matrix :
39
- x : [1, 0, 0]
40
- y : [0, 0, -1]
41
- z : [0, 1, 0]
39
+ # Calculated from observed gyro output
40
+ # TODO: Verify updated matrix on actual hardware
41
+ x : [-1, 0, 0]
42
+ y : [0, -1, 0]
43
+ z : [0, 0, 1]
42
44
43
45
# Optional configuration for the composite device
44
46
options :
Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ source_devices:
35
35
- group : imu
36
36
iio :
37
37
name : i2c-BMI0160:00
38
+ mount_matrix :
39
+ # Tested on 6800U
40
+ # TODO: Verify on other models
41
+ x : [-1, 0, 0]
42
+ y : [0, -1, 0]
43
+ z : [0, 0, 1]
38
44
39
45
# Optional configuration for the composite device
40
46
options :
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ source_devices:
50
50
iio :
51
51
name : bmi323-imu
52
52
mount_matrix :
53
- x : [- 1, 0, 0]
54
- y : [0, 0, -1 ]
55
- z : [0, 1, 0 ]
53
+ x : [1, 0, 0]
54
+ y : [0, -1, 0 ]
55
+ z : [0, 0, -1 ]
56
56
57
57
# Optional configuration for the composite device
58
58
options :
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ source_devices:
49
49
iio :
50
50
name : bmi323-imu
51
51
mount_matrix :
52
- x : [- 1, 0, 0]
53
- y : [0, 0, -1 ]
54
- z : [0, 1, 0 ]
52
+ x : [1, 0, 0]
53
+ y : [0, -1, 0 ]
54
+ z : [0, 0, -1 ]
55
55
56
56
# Optional configuration for the composite device
57
57
options :
You can’t perform that action at this time.
0 commit comments