We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The goal is to use the motion data then draw trajectory for different interaction techniques to see the raw input from the users.
We already have some stdio solution, but ideally this has to be .csv for data analysis.
.csv
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Then we make some python matplotlib to visualize this (I'm not sure having python in this project is a good thing).
The text was updated successfully, but these errors were encountered: