-
Notifications
You must be signed in to change notification settings - Fork 658
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(detection): add container option #6228
feat(detection): add container option #6228
Conversation
…_container option Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6228 +/- ##
========================================
Coverage 14.38% 14.39%
========================================
Files 1906 1906
Lines 129910 129808 -102
Branches 37616 37527 -89
========================================
- Hits 18691 18686 -5
+ Misses 90207 90161 -46
+ Partials 21012 20961 -51
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
perception/lidar_centerpoint/launch/lidar_centerpoint.launch.xml
Outdated
Show resolved
Hide resolved
perception/lidar_centerpoint/launch/lidar_centerpoint.launch.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: kminoda <[email protected]>
…ointcloud_container is true Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Co-authored-by: Shunsuke Miura <[email protected]>
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
@yukkysaito @knzo25 Hi, would you review this PR? We need your approval for |
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 🙇
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
* feat(lidar_centerpoint,image_projection_based_fusion): add pointcloud_container option Signed-off-by: kminoda <[email protected]> * revert lidar_perception_model Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * fix: add options Signed-off-by: kminoda <[email protected]> * fix: fix default param Signed-off-by: kminoda <[email protected]> * update node name Signed-off-by: kminoda <[email protected]> * fix: fix IfCondition Signed-off-by: kminoda <[email protected]> * fix pointpainting namespace Signed-off-by: kminoda <[email protected]> * fix: fix launch args Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): do not launch individual container when use_pointcloud_container is true Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): fix launch condition Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): fix launch condition Signed-off-by: kminoda <[email protected]> * Update perception/lidar_centerpoint/launch/lidar_centerpoint.launch.xml Co-authored-by: Shunsuke Miura <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
* feat(lidar_centerpoint,image_projection_based_fusion): add pointcloud_container option Signed-off-by: kminoda <[email protected]> * revert lidar_perception_model Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * fix: add options Signed-off-by: kminoda <[email protected]> * fix: fix default param Signed-off-by: kminoda <[email protected]> * update node name Signed-off-by: kminoda <[email protected]> * fix: fix IfCondition Signed-off-by: kminoda <[email protected]> * fix pointpainting namespace Signed-off-by: kminoda <[email protected]> * fix: fix launch args Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): do not launch individual container when use_pointcloud_container is true Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): fix launch condition Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): fix launch condition Signed-off-by: kminoda <[email protected]> * Update perception/lidar_centerpoint/launch/lidar_centerpoint.launch.xml Co-authored-by: Shunsuke Miura <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
* feat(lidar_centerpoint,image_projection_based_fusion): add pointcloud_container option Signed-off-by: kminoda <[email protected]> * revert lidar_perception_model Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * fix: add options Signed-off-by: kminoda <[email protected]> * fix: fix default param Signed-off-by: kminoda <[email protected]> * update node name Signed-off-by: kminoda <[email protected]> * fix: fix IfCondition Signed-off-by: kminoda <[email protected]> * fix pointpainting namespace Signed-off-by: kminoda <[email protected]> * fix: fix launch args Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): do not launch individual container when use_pointcloud_container is true Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): fix launch condition Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): fix launch condition Signed-off-by: kminoda <[email protected]> * Update perception/lidar_centerpoint/launch/lidar_centerpoint.launch.xml Co-authored-by: Shunsuke Miura <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
* feat(lidar_centerpoint,image_projection_based_fusion): add pointcloud_container option Signed-off-by: kminoda <[email protected]> * revert lidar_perception_model Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * fix: add options Signed-off-by: kminoda <[email protected]> * fix: fix default param Signed-off-by: kminoda <[email protected]> * update node name Signed-off-by: kminoda <[email protected]> * fix: fix IfCondition Signed-off-by: kminoda <[email protected]> * fix pointpainting namespace Signed-off-by: kminoda <[email protected]> * fix: fix launch args Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): do not launch individual container when use_pointcloud_container is true Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): fix launch condition Signed-off-by: kminoda <[email protected]> * fix(euclidean_cluster): fix launch condition Signed-off-by: kminoda <[email protected]> * Update perception/lidar_centerpoint/launch/lidar_centerpoint.launch.xml Co-authored-by: Shunsuke Miura <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
Description
Add container option for
MUST BE MERGED WITH autowarefoundation/autoware_launch#834
Note that the
inf
values are replaced with a large value, since it somehow fails with ComposableNode launchTests performed
Confirmed that Autoware launches successfully with
and also verified that the result of
ros2 component list
is as expected.For true:
use_pointcloud_container_true.txt
and for false:
use_pointcloud_container_false.txt
Effects on system behavior
When
use_pointcloud_container = false
, no effects are expected. Whenuse_pointcloud_container = true
, internal data communication will be reduced which may results in an efficient system performance.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.