-
Notifications
You must be signed in to change notification settings - Fork 682
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
refactor(landmark_based_localizer): refactored landmark_tf_caster #5414
refactor(landmark_based_localizer): refactored landmark_tf_caster #5414
Conversation
Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>autoware_cmake</buildtool_depend> | ||
|
||
<depend>autoware_auto_mapping_msgs</depend> | ||
<depend>eigen</depend> |
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.
<depend>eigen</depend> | |
<build_depend>eigen</build_depend> |
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5414 +/- ##
==========================================
- Coverage 14.75% 14.74% -0.02%
==========================================
Files 1661 1662 +1
Lines 115525 115612 +87
Branches 35670 35670
==========================================
Hits 17050 17050
- Misses 79231 79318 +87
Partials 19244 19244
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@SakodaShintaro In my environment, some landmarks does not appear in rviz. Do you know what is causing it? |
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
⬆️ now I understand the cause. |
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
@KYabuuchi |
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.
Description
landmark_tf_caster
node, and modified the package as a library providing parsing functions.landmark_tf_caster
tolandmark_parser
/tf_static
, but is held by each landmark_based_localizer as astd::map<std::string, geometry_msgs::msg::Pose>
.autoware_auto_mapping_msgs::msg::HADMapBin
is also performed by each landmark based localizer.~/debug/marker
Tests performed
The AR tag based localizer is confirmed to work properly.
Effects on system behavior
There is no change in the behavior on the system as a whole.
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.