-
Notifications
You must be signed in to change notification settings - Fork 23
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
Mobovi TicWatch schemas #359
Conversation
I specified the UTC timestamps and doubles in ms. |
Hi @danjjl Sorry for the wait, in the future you can request a review from me or another contributor to get the ball rolling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My first remark would be that we should merge this into dev
rather than master
.
Second, the code does not compile on the ci server. Please make sure that the command ./gradlew assemble
and ./gradlew check
both succeed before we can merge these changes.
Lastly, testing the schemas locally would be appreciated.
ebadfcb
to
fda7379
Compare
@Bdegraaf1234 close to having solved all errors. Any idea what should be done to solve this last one? Still getting one which I have difficulty understanding:
|
@Bdegraaf1234 I corrected units |
@danjjl The tests are not running because of merge conflicts, can you resolve those? |
@Bdegraaf1234 should be good now |
Hi Jonathan, it seems the tests are failing again, are they passing when you run |
@Bdegraaf1234 applied a fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
commons/passive/ticwatch/ppg.avsc
Outdated
"namespace": "org.radarcns.passive.ticWatch", | ||
"type": "record", | ||
"name": "TicWatchPPG", | ||
"doc": "PPG collected using a Mobovi TicWatch.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please be a bit more descriptive in the documentation, what is PPG?
"name": "TicWatchGyroscope ", | ||
"doc": "Data from 3-axis gyroscope sensor of a Mobovi TicWatch device.", | ||
"fields": [ | ||
{ "name": "time", "type": "double", "doc": "Device timestamp in UTC (ms)." }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your question about time should probably be answered by the ticwatch docs
- type: ACCELEROMETER | ||
sample_rate: | ||
dynamic: true | ||
unit: g |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- type: GYROSCOPE | ||
sample_rate: | ||
dynamic: true | ||
unit: rad/s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be RADIAN_PER_SEC
? the tests are not complaining here yet but that will probably be the next error
Mobivi TicWatch Schemas to record:
Additionally information :