-
Notifications
You must be signed in to change notification settings - Fork 2
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
(perception_benchmark_tool): add package #1
Conversation
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
ff7d421
to
4a7b73d
Compare
@ktro2828 Could you review this package? We've decided to exclude it from Autoware.Universe. The dependencies of If install it directly from pip with other dependencies, everything works. |
@kaancolak
What I did after building autoware and perception_benchmark_tool
dataset configuration is following
I downloaded validation_0000.tar from here |
@ktro2828 is RVIZ2 opened and just waiting? According to this log "[autoware_workflow_runner_node]: Autoware ready." autoware initialized without a problem. I am trying to investigate the problem but haven't reproduced it. |
Yes, rviz2 is opend and just waiting like this. |
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
@ktro2828 In my workstation and desktop everything works without any problem. But today I tested with my colleague's computer and faced the same problem. The cause of the problem seems to be Cyclone DDS. Autoware does not work properly with Cyclone's default settings. So many messages are dropping with the default configuration. After tuning DDS, everything worked. Did you tune your Cyclone DDS? For a better configuration file, you can use provided config file under this topic ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, It worked! LGTM
Dear @xmfcx @kaancolak , For example: here i'm printing ground_truth_objects.header.stamp = ros_time.to_msg() in publish_gt_objects What could be the issue in my case? |
Signed-off-by: Kaan Colak kcolak@leodrive.ai
Description
Resolves #565
Builds on top of #565
Related links
Tests performed
Notes for reviewers
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.