ipa320 / araig_test_stack

Apache License 2.0
0 stars 4 forks source link

Calculator result logging #4

Closed ipa-kut closed 3 years ago

ipa-kut commented 3 years ago

Write the final result to a file (Ex: Braking distance)

Point to consider: Calculators can be used in different ways, and logging depends on each specific test. Either dictate the loggig method (never, once, continuous) as a rosparam in the config yaml OR UI could do this, since it knows the final result availability BUT UI should not be a logger.

ipa-rwu commented 3 years ago

We can have a function:

data structure:

ipa-kut commented 3 years ago

Output could be bool, true if succesfully written.

What data is this a structure of?

ipa-kut commented 3 years ago
ipa-rwu commented 3 years ago

So far I didn't figure out how to save data from rqt_multiplot automatically. I only create a function to log simple data from calculators. This log only is used internally. e4aa702

ipa-kut commented 3 years ago

Closed by https://github.com/ipa320/araig_test_stack/pull/35