-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(landmark_based_localizer): refactored landmark_tf_caster (#5414
) * Removed landmark_tf_caster node Signed-off-by: Shintaro SAKODA <[email protected]> * Added maintainer Signed-off-by: Shintaro SAKODA <[email protected]> * style(pre-commit): autofix * Renamed to landmark_parser Signed-off-by: Shintaro SAKODA <[email protected]> * Added include<map> Signed-off-by: Shintaro SAKODA <[email protected]> * style(pre-commit): autofix * Added publish_landmark_markers Signed-off-by: Shintaro SAKODA <[email protected]> * Removed unused package.xml Signed-off-by: Shintaro Sakoda <[email protected]> * Changed from depend to build_depend Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed a local variable name Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed Marker to MarkerArray Signed-off-by: Shintaro Sakoda <[email protected]> --------- Signed-off-by: Shintaro SAKODA <[email protected]> Signed-off-by: Shintaro Sakoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
45792df
commit 64c8ac8
Showing
18 changed files
with
296 additions
and
315 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
<description>The ar_tag_based_localizer package</description> | ||
<maintainer email="[email protected]">Shintaro Sakoda</maintainer> | ||
<maintainer email="[email protected]">Masahiro Sakamoto</maintainer> | ||
<maintainer email="[email protected]">Yamato Ando</maintainer> | ||
<maintainer email="[email protected]">Kento Yabuuchi</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
@@ -15,6 +17,8 @@ | |
<depend>cv_bridge</depend> | ||
<depend>diagnostic_msgs</depend> | ||
<depend>image_transport</depend> | ||
<depend>landmark_parser</depend> | ||
<depend>lanelet2_extension</depend> | ||
<depend>rclcpp</depend> | ||
<depend>tf2_eigen</depend> | ||
<depend>tf2_geometry_msgs</depend> | ||
|
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
Oops, something went wrong.