-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visible and hidden OpenBikeSensor readings #72
Comments
For clarification:
|
Yes, these changes should be done, so that the Android and iOS versions behave the same when combined with an OBS |
So the key sequence might be:
? |
Problem is I will have make the changes without a chance to test (no OBS here) |
no, they should be ordered, so 0 sorry for the very late answer |
When a user presses the hardware button of the OpenBikeSensor connected to the SimRa App via Bluetooth, the following should happen:
At the nearest GPS position of the SimRa ride, a near miss incident with the incident type "Close Pass" should be created with the following description:
Please mind the line breaks after OpenBikeSensor and .
If either the right or left sensor readings are between -100cm and 150 cm (inclusive in both cases), the incident should be visible to the user and be uploaded, whether the user annotates that incident or not. Such incidents start with a key value of 2000 (,2001, 2002, ...). Their incident type is 1.
Otherwise, the incident should still be created and uploaded but not shown to the user as an incident. Such incidents start with a key value of 3000 (,3001, 3002, ...). Their incident type is -2.
The text was updated successfully, but these errors were encountered: