Support new orientation sensor types 45/264345/1 accepted/tizen/6.5/unified/20211028.115556 accepted/tizen/6.5/unified/20211109.041700 accepted/tizen/unified/20210920.131502 submit/tizen/20210916.080205 submit/tizen_6.5/20211028.162501 submit/tizen_6.5/20211108.015632 submit/tizen_6.5/20211222.073549 submit/tizen_6.5/20211222.074647 tizen_6.5.m2_release
authortaemin.yeom <taemin.yeom@samsung.com>
Thu, 16 Sep 2021 07:53:04 +0000 (16:53 +0900)
committertaemin.yeom <taemin.yeom@samsung.com>
Thu, 16 Sep 2021 07:53:04 +0000 (16:53 +0900)
commit7591c7fe1e98195ad1f13038d1adbae732ab92ed
treee1214befaa6c88d856cc9bb9c1e66ac7bb2b488d
parenta402f11acc33b2c820dd8bf5c58a8b7a0f33275e
Support new orientation sensor types

- GYROSCOPE_ORIENTATION_SENSOR : based on gyroscope_rotation_vector
- GEOMAGNETIC_ORIENTATION_SENSOR : based on geomagnetic_rotration_vector

Change-Id: I604e4bb772274660be31077f30a3cdb051c9d342
Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
src/fusion-sensor/create.cpp
src/fusion-sensor/orientation/gyro_orientation_sensor.cpp [new file with mode: 0644]
src/fusion-sensor/orientation/gyro_orientation_sensor.h [new file with mode: 0644]
src/fusion-sensor/orientation/magnetic_orientation_sensor.cpp [new file with mode: 0644]
src/fusion-sensor/orientation/magnetic_orientation_sensor.h [new file with mode: 0644]