You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,9 @@ ______________________
7
7
* Mac and Linux backends unified to posix backend.
8
8
9
9
### Known Issues
10
-
* Windows backend -
11
-
* Raw sensor data rate might be lower than expected.
12
-
* Sometimes a Tap strap wouldn't be detected upon connection. In this case try restarting your Tap and/or the Python application. In worst case scenario re-pair your Tap.
13
-
* Spatial features are still not available for Windows backend.
14
-
* MacOS & Linux backends -
15
-
* Doesn't support multiple Tap strap connections.
16
-
* Raw sensor data is given unscaled (i.e. unitless), thereforein order to scale to physical units need to multiply by the relevant scale factor
10
+
* Doesn't support multiple Tap strap connections.
11
+
* Windows backend can only connect with a Tap that is not connected to the PC.
Also, when instantiating a ```TapInputMode``` for raw sensors mode, additional argument```sensitivity``` (list with 3 integers) is optional for example
88
+
Also, when instantiating a ```TapInputMode``` for raw sensors mode, additional arguments```sensitivity``` (list with 3 integers) and ```scaled``` are optional. When ```scaled``` is set to ```True```, the IMU values will be converted to dps and g according to the given sensitivity.
0 commit comments