Skip to content
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

TODO: Script to dump trajectory of the handle and plot on the graph #279

Open
JotaroS opened this issue Dec 12, 2019 · 0 comments
Open

TODO: Script to dump trajectory of the handle and plot on the graph #279

JotaroS opened this issue Dec 12, 2019 · 0 comments
Labels

Comments

@JotaroS
Copy link
Collaborator

JotaroS commented Dec 12, 2019

The goal is to use the motion data then draw trajectory for different interaction techniques to see the raw input from the users.

requirements and todos

We already have some stdio solution, but ideally this has to be .csv for data analysis.

I propose to make some script that pipes standard logging from the framework, then convert it to .csv.

The file should look like this:

//csv header
Timestamp, x, y, theta, handle(0 or 1 for me or it)
...,...,...,

Then we make some python matplotlib to visualize this (I'm not sure having python in this project is a good thing).

@JotaroS JotaroS added good first issue Good for newcomers UIST2020 labels Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant