-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(landmark_parser): refactored landmark manager (#5511)
* Refactored landmark_parser Signed-off-by: Shintaro Sakoda <[email protected]> * Renamed landmark_parser to landmark_manager Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed tag_id Signed-off-by: Shintaro Sakoda <[email protected]> * Refactored ar_tag_based_localizer Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Added [[nodiscard]] Signed-off-by: Shintaro Sakoda <[email protected]> * Refactored landmark parsing and conversion Signed-off-by: Shintaro SAKODA <[email protected]> * style(pre-commit): autofix * Added namespace Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed include 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
6e60821
commit ea12d77
Showing
8 changed files
with
51 additions
and
27 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>landmark_parser</name> | ||
<name>landmark_manager</name> | ||
<version>0.0.0</version> | ||
<description>The landmark_parser package</description> | ||
<description>The landmark_manager package</description> | ||
<maintainer email="[email protected]">Shintaro Sakoda</maintainer> | ||
<maintainer email="[email protected]">Masahiro Sakamoto</maintainer> | ||
<maintainer email="[email protected]">Yamato Ando</maintainer> | ||
|
@@ -19,6 +19,7 @@ | |
<depend>geometry_msgs</depend> | ||
<depend>lanelet2_extension</depend> | ||
<depend>rclcpp</depend> | ||
<depend>tf2_eigen</depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
|
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