forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ar_tag_based_localizer): refactor pub/sub and so on (autowar…
…efoundation#5854) * Fixed ar_tag_based_localizer pub/sub Signed-off-by: Shintaro SAKODA <[email protected]> * Remove dependency on image_transport Signed-off-by: Shintaro SAKODA <[email protected]> --------- Signed-off-by: Shintaro SAKODA <[email protected]>
- Loading branch information
1 parent
2f30f78
commit 46d3bd3
Showing
7 changed files
with
50 additions
and
77 deletions.
There are no files selected for viewing
20 changes: 8 additions & 12 deletions
20
...h/tier4_localization_launch/launch/pose_twist_estimator/ar_tag_based_localizer.launch.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<group> | ||
<push-ros-namespace namespace="ar_tag_based_localizer"/> | ||
<group> | ||
<include file="$(find-pkg-share ar_tag_based_localizer)/launch/ar_tag_based_localizer.launch.xml"> | ||
<arg name="input_lanelet2_map" value="/map/vector_map"/> | ||
<arg name="input_image" value="/sensing/camera/traffic_light/image_raw"/> | ||
<arg name="input_camera_info" value="/sensing/camera/traffic_light/camera_info"/> | ||
<arg name="input_ekf_pose" value="/localization/pose_twist_fusion_filter/biased_pose_with_covariance"/> | ||
<arg name="output_image" value="/localization/pose_estimator/ar_tag_detected_image"/> | ||
<arg name="output_pose_with_covariance" value="/localization/pose_estimator/pose_with_covariance"/> | ||
<arg name="param_file" value="$(find-pkg-share ar_tag_based_localizer)/config/ar_tag_based_localizer.param.yaml"/> | ||
</include> | ||
</group> | ||
<include file="$(find-pkg-share ar_tag_based_localizer)/launch/ar_tag_based_localizer.launch.xml"> | ||
<arg name="input_lanelet2_map" value="/map/vector_map"/> | ||
<arg name="input_image" value="/sensing/camera/traffic_light/image_raw"/> | ||
<arg name="input_camera_info" value="/sensing/camera/traffic_light/camera_info"/> | ||
<arg name="input_ekf_pose" value="/localization/pose_twist_fusion_filter/biased_pose_with_covariance"/> | ||
<arg name="output_pose_with_covariance" value="/localization/pose_estimator/pose_with_covariance"/> | ||
<arg name="param_file" value="$(find-pkg-share ar_tag_based_localizer)/config/ar_tag_based_localizer.param.yaml"/> | ||
</include> | ||
</group> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters