-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sensors: add new channels to support sensor fusion
Add three new channels and relative data: - SENSOR_CHAN_GAME_ROTATION_VECTOR The "game rotation vector" reports the four components x/y/z/w (quaternions) of the unit vector representing a 3D spatial rotation or orientation. - SENSOR_CHAN_GRAVITY_VECTOR The "gravity vector" reports the three axis x/y/z of the gravity vector separated from the linear acceleration components. The measurement unit is m/s^2. - SENSOR_CHAN_GBIAS_XYZ The "gbias" reports the gyroscope offset x/y/z components. The measurement unit is radians/s. Signed-off-by: Armando Visconti <[email protected]>
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters