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

concept for analyzing and visualizing time series #104

Open
6 of 8 tasks
floweisshardt opened this issue Dec 29, 2019 · 1 comment
Open
6 of 8 tasks

concept for analyzing and visualizing time series #104

floweisshardt opened this issue Dec 29, 2019 · 1 comment

Comments

@floweisshardt
Copy link
Owner

floweisshardt commented Dec 29, 2019

e.g. for

  • path position/velocity/acceleration/jerks profiles
  • joint position/velocity/acceleration/jerk profiles
  • battery profile
  • ...

currently the result data is limited to a single float (https://github.com/floweisshardt/atf/blob/master/atf_msgs/msg/MetricResult.msg#L4).
This could be used for plotting a time series this would need to be

recording and analyzing

  • (prefered) add an optional time series field to all span metrics (e.g. tf_length_translation) additionally to the single float. data type needs to be a list of stamped floats
  • frequency needs to be configurable in testblockset.yaml
    • none
    • either on each update step
    • fixed rate (trigger mechanism needed! interpolation needed?)
  • can be expanded with fields for
    • min/max
    • avg/std_dev

visualization

  • plot time series
@floweisshardt
Copy link
Owner Author

series are introduced in #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant