-
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
Tracer real-time for double/int/(more?) #61
Comments
For the log, the two functions adding a new line are Tracer::recordSignal and DefaultCastRegister::disp. |
Moreover, Eigen vectors are written as in column and not in row. |
Dear Maximilien, dynamic-graph/src/traces/tracer-real-time.cpp Line 266 in 0a0da89
therefore it follows the tracer format specified by dynamic-graph/src/traces/tracer.cpp Line 220 in 0a0da89
So the added information is the time. |
What I noticed:
I noticed that upon tracing a signal of type int or double the output file contains extra endline character.
For example:
Where the first column is the time and the second column is the data.
Potential Solution:
I suspect the tracer to dump an extra end line upon writing data that are not Eigen::Matrix.
I did not look at the tracer code yet.
The text was updated successfully, but these errors were encountered: