feat(lidar_marker_localizer): road surface lidar marker extension#11701
feat(lidar_marker_localizer): road surface lidar marker extension#11701Motsu-san wants to merge 30 commits intoautowarefoundation:mainfrom
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #11701 +/- ##
==========================================
+ Coverage 18.05% 18.68% +0.63%
==========================================
Files 1838 1869 +31
Lines 126279 127525 +1246
Branches 44164 46883 +2719
==========================================
+ Hits 22796 23827 +1031
- Misses 84517 85401 +884
+ Partials 18966 18297 -669
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
35f03fd to
a3a4921
Compare
7bf6e24 to
3d82426
Compare
|
@Motsu-san cc @KYabuuchi @TaikiYamada4 @YamatoAndo As we decided to migrate tier4 launchers into autoware_launch repository, |
3d82426 to
b2efe4f
Compare
|
@paulsohn Thank you for your notice! The conflict has been resolved. |
265b0e7 to
66c7011
Compare
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
for using PointType in both PointXYZIRC and PointXYZIRADRT Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
- Add check to skip empty ring pointclouds in detect_landmarks - Prevent unnecessary processing and possible errors when a ring has no points Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
- Enable generic processing for multiple point cloud types - Prepare for future multi-LiDAR marker localization support Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com> # Conflicts: # launch/tier4_localization_launch/launch/localization.launch.xml # launch/tier4_localization_launch/launch/pose_twist_estimator/lidar_marker_localizer.launch.xml # launch/tier4_localization_launch/launch/pose_twist_estimator/pose_twist_estimator.launch.xml
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
To indicate the contributor's affiliation Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
…ramework Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
66c7011 to
d9c9775
Compare
Description
This pull request adds and improves the Lidar Marker feature in Autoware Universe's
autoware_lidar_marker_localizerto extend the function for road surface lidar marker.Please open and merge this after the following pull-requests merged
#11574
autowarefoundation/autoware_launch#1695
Contents
Related links
How was this PR tested?
Add unit tests for new features
Verify functionality in simulation environments with in-house data
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.