Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(localization): add
lidar_marker_localizer
(#5573)
* Added lidar_marker_localizer Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * fix launch file Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * Removed subscriber_member_function.cpp Signed-off-by: Shintaro Sakoda <[email protected]> * Renamed the package and the node Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Removed pose_array_interpolator Signed-off-by: Shintaro Sakoda <[email protected]> * Removed unused files Signed-off-by: Shintaro Sakoda <[email protected]> * Removed include dir Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Renamed wrong names Signed-off-by: Shintaro Sakoda <[email protected]> * fix magic number Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * fix bug Signed-off-by: yamato-ando <Yamato ANDO> * parameterized Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * add base_covariance Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * Removed std::cerr Signed-off-by: Shintaro Sakoda <[email protected]> * Removed unused code Signed-off-by: Shintaro Sakoda <[email protected]> * Removed unnecessary publishers Signed-off-by: Shintaro Sakoda <[email protected]> * Changed to use alias Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed result_base_link_on_map Signed-off-by: Shintaro Sakoda <[email protected]> * Changed to use "using std::placeholders" Signed-off-by: Shintaro Sakoda <[email protected]> * Refactored points_callback Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed as pointed out by linter Signed-off-by: Shintaro Sakoda <[email protected]> * Refactored lidar_marker_localizer Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed const reference Signed-off-by: Shintaro Sakoda <[email protected]> * Refactor point variables Signed-off-by: Shintaro Sakoda <[email protected]> * Added detect_landmarks Signed-off-by: Shintaro Sakoda <[email protected]> * rework filering params Signed-off-by: yamato-ando <Yamato ANDO> * fix marker position Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * fix build error Signed-off-by: yamato-ando <Yamato ANDO> * fix marker position Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * update readme Signed-off-by: yamato-ando <Yamato ANDO> * style(pre-commit): autofix * Added calculate_diff_pose Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed to pass linter Signed-off-by: Shintaro Sakoda <[email protected]> * update package.xml Signed-off-by: yamato-ando <Yamato ANDO> * Fixed to use SmartPoseBuffer Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed function calculate_diff_pose to calculate_new_self_pose Signed-off-by: Shintaro Sakoda <[email protected]> * Compatible with the latest landmark_manager Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed pub_marker Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed launch Signed-off-by: Shintaro Sakoda <[email protected]> * Removed unused arg Signed-off-by: Shintaro Sakoda <[email protected]> * Removed limit_distance_from_self_pose_to_marker_from_lanelet2 Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed parse_landmarks Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed parameter type Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed typo Signed-off-by: Shintaro Sakoda <[email protected]> * rework diagnostics Signed-off-by: yamato-ando <[email protected]> * style(pre-commit): autofix * rotate covariance Signed-off-by: yamato-ando <[email protected]> * style(pre-commit): autofix * add json schema Signed-off-by: yamato-ando <[email protected]> * style(pre-commit): autofix * parameterize marker name Signed-off-by: Yamato Ando <[email protected]> * python to xml Signed-off-by: Yamato Ando <[email protected]> * update launch files Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * add debug/pose_with_covariance Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * update readme Signed-off-by: Yamato Ando <[email protected]> * update readme Signed-off-by: Yamato Ando <[email protected]> * add depend Signed-off-by: Yamato Ando <[email protected]> * add sample dataset Signed-off-by: Yamato Ando <[email protected]> * add param marker_height_from_ground Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix typo Signed-off-by: Yamato Ando <[email protected]> * add includes Signed-off-by: Yamato Ando <[email protected]> * add name to TODO comment Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * rename lidar-marker Signed-off-by: Yamato Ando <[email protected]> * modify sample dataset url Signed-off-by: Yamato Ando <[email protected]> * add flowchat to readme Signed-off-by: Yamato Ando <[email protected]> * fix callbackgroup Signed-off-by: Yamato Ando <[email protected]> * add TODO comment Signed-off-by: Yamato Ando <[email protected]> * fix throttle timer Signed-off-by: Yamato Ando <[email protected]> * delete unused valriable Signed-off-by: Yamato Ando <[email protected]> * delete unused line Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * fix the duplicated code Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * avoid division by zero Signed-off-by: Yamato Ando <[email protected]> * fix TODO comment Signed-off-by: Yamato Ando <[email protected]> * fix uncrustify failed Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * Update localization/landmark_based_localizer/lidar_marker_localizer/src/lidar_marker_localizer.cpp Co-authored-by: SakodaShintaro <[email protected]> * change lint_common Signed-off-by: Yamato Ando <[email protected]> * update CMakeLists Signed-off-by: Yamato Ando <[email protected]> * save intensity func Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix * fix build error Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * apply PointXYZIRC Signed-off-by: Yamato Ando <[email protected]> * add autoware prefix Signed-off-by: Yamato Ando <[email protected]> * componentize Signed-off-by: Yamato Ando <[email protected]> * move directory Signed-off-by: Yamato Ando <[email protected]> * use localization_util's diagnostics lib Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * applay linter Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * to pass spell-check Signed-off-by: Yamato Ando <[email protected]> * remove _ex Signed-off-by: Yamato Ando <[email protected]> * refactor Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * remove unused depend Signed-off-by: Yamato Ando <[email protected]> * update readme Signed-off-by: Yamato Ando <[email protected]> * fix typo Signed-off-by: Yamato Ando <[email protected]> * fix json Signed-off-by: Yamato Ando <[email protected]> * fix autoware prefix Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Shintaro Sakoda <[email protected]> Signed-off-by: yamato-ando <Yamato ANDO> Signed-off-by: yamato-ando <[email protected]> Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: yamato-ando <Yamato ANDO> Co-authored-by: Yamato Ando <[email protected]> Co-authored-by: yamato-ando <[email protected]>
- Loading branch information