librealsense icon indicating copy to clipboard operation
librealsense copied to clipboard

Handle Accel correctly in D500

Open OhadMeir opened this issue 1 year ago • 0 comments

Tracked on [RSDEV-2127]

Moved accuracy and scale factor logic from common to device specific. Also cleaned the code from unused template and parameters.

Tried to make motion-transform use cleaner code by using polymorphism instead of parameters and ifs. The first commit is the logic change, afterwards is cleaning the code but keeping the logic.

Opening as draft until the accuracy will be tested in the lab.

OhadMeir avatar May 29 '24 19:05 OhadMeir