Extracting functions in utils_func.cpp from ndt_scan_matcher as a library called localization_utils #2994
Unanswered
RyuYamamoto
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I also think that it would be better to move the functions in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ndt_scan_matcher has util_func.cpp, which contains a useful functions used in this packages.
https://github.com/autowarefoundation/autoware.universe/blob/main/localization/ndt_scan_matcher/src/util_func.cpp
I have a suggestion, how about extracting these functions as a library called localization_utils?
(Path is autoware.universe/common/localization_utils)
Examples, would be perception_utils and motion_utils.
https://github.com/autowarefoundation/autoware.universe/tree/main/common/perception_utils
https://github.com/autowarefoundation/autoware.universe/tree/main/common/motion_utils
Currently, I am developing an evaluation tool for localization, and I have created and used functions similar to those in util_func.cpp, so it would be nice to use them from util_func.cpp.
(If there are util functions in ekf_localizer, I would to move to localization_utils.)
Beta Was this translation helpful? Give feedback.
All reactions