-
Notifications
You must be signed in to change notification settings - Fork 677
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
feat(tier4_perception_launch): add option for euclidean lidar detection model #842
Conversation
@shmpwk |
I'm currently changing centerpoint and apollo with the clustering outputs, so can you please wait for that? I will send out a PR soon. |
Thank you for checking, I will change this PR to draft until centerpoint and apollo with the clustering outputs PR.
Ok I will. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Have you finished it yet? |
@shmpwk Sorry for late. I finished. 🙏 |
0d8840e
to
570ad24
Compare
I confirmed it works with AWSIM by following command.
If we specify |
I will edit autoware_launch too. |
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
570ad24
to
82cf812
Compare
Codecov ReportBase: 11.49% // Head: 11.27% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #842 +/- ##
==========================================
- Coverage 11.49% 11.27% -0.22%
==========================================
Files 1271 1168 -103
Lines 88407 81939 -6468
Branches 23310 21011 -2299
==========================================
- Hits 10162 9242 -920
+ Misses 67472 62834 -4638
+ Partials 10773 9863 -910
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -20,7 +20,7 @@ | |||
<arg name="image_raw7" default="/image_raw7"/> | |||
<arg name="camera_info7" default="/camera_info7"/> | |||
<arg name="image_number" default="1" description="choose image raw number(0-7)"/> | |||
<arg name="lidar_detection_model" default="centerpoint" description="options: `centerpoint`, `apollo`"/> | |||
<arg name="lidar_detection_model" default="centerpoint" description="options: `centerpoint`, `apollo`, `clustering`"/> |
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.
@miursh @yukke42 @tzhong518
Can I add description of lidar_detection_model for pointpainting?
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.
@shmpwk No, It's only for camera-lidar-fusion.
@shmpwk Cloud you check launch files again? The options are only changed. |
@yukke42 Actually, there is no need to add some script thanks to the clustering namespace. |
Resolved conflict. Any other concerns for this PR? |
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.
LGTM
…in-sync chore: sync beta branch beta/v0.12.0 with tier4/main
…foundation#842) update upstream's docker directory Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Added twist2accel.param.yaml Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Description
Add euclidean lidar deteciton model option instead of apollo or centerpoint model.
This option is useful for no-cuda users since apollo and centerpoint model need cuda.
Related links
TIER IV internal link
Tests performed
Notes for reviewers
I changed the option only for lidar_based_detection.launch.xml but not for camera_lidar_fusion_based_detection.launch.xml under detection.launch.xml.
This is because camera_lidar_fusion_based_detection.launch.xml can detect objects here without apollo or centerpoint model by default.
I only check this option with logiee, so please be sure to check the other reference design.
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.