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 Snapshot Tf Metrics #183

Open
fmessmer opened this issue Jul 2, 2021 · 1 comment
Open

Concept for Snapshot Tf Metrics #183

fmessmer opened this issue Jul 2, 2021 · 1 comment

Comments

@fmessmer
Copy link
Collaborator

fmessmer commented Jul 2, 2021

in our scenarios, we want the metrics to check the tf distances at a certain time, e.g. when putting a box to the internal storage
analyzing this distance as the minimum over the whole recording period is unreliable as we might move closer to that goal pose during some other phases of the scenario

the minimum approach only works for groundtruth.data: 0.0 - but when there is no tf frame at the goal pose this is not the case
#179 might also be a solution for the problem

@floweisshardt
Copy link
Owner

Snapshot metrics concept is already supported with mode: 0 (=SNAP) (see https://github.com/floweisshardt/atf/blob/master/atf_msgs/msg/MetricResult.msg#L1). The snapshot is triggered when a testblock is stopped.

So for the above scenario you would need to define a testblock which you call atf.stop() at the point in time when you are interessted in the tf distance.

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

No branches or pull requests

2 participants