-
Notifications
You must be signed in to change notification settings - Fork 0
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
Metric calculation node development #11
Comments
Similar feature related to trajectory evaluation : autowarefoundation/autoware.universe#288 |
Currently working on this issue.
The final goals are:
|
Recently added 2 separate evaluators (localization and kinematic), cleaned the code, and added basic unit tests. I am currently trying to find the best way to find proper beginning and ending times between which metrics should be collected as it should happen only when a vehicle is driving. |
Added draft of ground detection error calculation from point clouds - calculating confusion matrix. |
@djargot Have you added publishing of gt localization on the seperate topic (/tf_ground_truth or sth like that) to a branch in TierIV simulator ? |
Localization and kinematic evaluators are already merged to autoware.universe |
I created initial version of segmentation metrics (autowarefoundation/autoware.universe#1600) to calculate precision, recall, accuracy, and confusion matrix. Values are calculated both for a single point cloud as well as across whole scenario/ROS bag. I tested metrics using labeled point cloud provided by MORAI (related issue: autowarefoundation/autoware.universe#669). Example results for ground segmentation metrics for a single point cloud: |
This pull request has been automatically marked as stale because it has not had recent activity. |
Close due to stale issue |
Description
(Copied issue from https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/issues/1446)
To implement and upload to AutowreAuto repository sample ROS2 node for metric calculation. As a sample, the calculation of deviation from planned path should be calculated.
Purpose
To validate specific functionalities of AutowareAuto
Desired Behavior
Metric calculation node subscribes to ROS2 topics published by Autoware or Simulation pipeline and publishes value of calculated metric
Definition of Done
The text was updated successfully, but these errors were encountered: