-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Posting the way you are using small_gicp #3
Comments
I have not used small_gicp directly, but I used it's predecessor fast_gicp through the hdl_graph_slam package for testing the feasibility of localizing the robot using a tactile sensor array during my master thesis in TalTech university, Tallinn and I believe that same package was used in the robominers project later on by the researchers at TalTech, although that needs confirming. small_gicp is a rather new project, so have not directly used that yet in everyday work. Thank you for your work and sharing it with the world! |
@AndreasNagel Thanks for sharing your work! It becomes a big help for me! |
Hello. I am one of the developers at TIER IV. At TIER IV, we are developing an open source autonomous driving software, Autoware, and we are using ndt_omp in it. It works very stable, and we are grateful that it is easy to make our own changes (such as dynamic map loading and covariance estimation with scores). Recently, we have been discussing the transition to fast_gicp, and although it is still under consideration, we will also consider this small_gicp. As a first step, (it is a personal work), I have evaluated small_gicp at AWSIM Nishi-Shinjuku and obtained good results. 👍 https://tokumini.hatenablog.com/entry/2024/04/07/110000 (Sorry in Japanese) We are greatly helped by your code. Thank you for publishing such great software! |
@SakodaShintaro Thank a lot for your comment! It is a pleasure to see my packages have been used in real situations. Regarding the evaluation, I noticed that there was a bug that made termination criteria unchanged with the PCL interface. PR #15 would fix this issue and make comparison fair. |
Hello @koide3, I sincerely appreciate your contributions. I have utilized ndt_omp and fast_gicp, and I am currently delving into hdl_global_localization, direct_visual_lidar_calibration, and small_gicp. Your open-source software and scientific publications significantly enrich our research field. Thank you! |
@grischi Thanks!! |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hello @koide3, Amazing work again with the small_gicp. We have been using the hdl_graph_slam as a backbone for our lidar_s_graphs since a while now and the scan matching algorithm uses fast_gicp. I think adding small_gicp to the scan matching will further improve the performance. Thanks again for the amazing work!! |
Hi Hriday, Thanks a lot for your kind comment! I hope we can meet again at some conference :) |
Hello @koide3! small_gicp must be the amazing gift for the robotics researchers and developers. I will strongly recommend small_gicp to my coworker and friends. |
Thanks @KOKIAOKI ! |
Hi! We are a drone inspection company using small_gicp (and previously fast_gicp) both for lidar odometry as well as icp localization. Thanks for the amazing work! |
Thank you @RintoDeVries ! |
Hello. I'm a researcher in whereable.ai, an autonomous driving startup in Korea. Your work is amazing and we expect that applying your results to the SLAM framework of our system will lead to significant performance improvements. The relevant industry will make great progress through your results. We would like to thank not only you but also AIST for their support in achieving these results. |
Thank you for your comment @bpoebiapl ! |
Thanks @kennyjchen ! I've been following your works, and I'm so glad to see that my package could help you great jobs! |
Hi Dr. @koide3, I am a robot practitioner. Since of year from 2019 to now, i have learned a lot knowledge from your series excellent works, including hdl_localization, fast_gicp, interactive_slam etc, discussing with you about these repos issues on github. I'm very appreciated, and want to give my sincerest thanks to you. Also thanks Dr. @kennyjchen, i have also learned a lot knowledge from your DLO and DLIO work. I'm much appreciated. |
TL; DR: Sharing that you are using small_gicp (and related packages) helps the author receive recognition within his organization and enables continued work on this project.
Long description: The author of this package is NOT a full-time OSS developer but just a researcher who dedicates the majority of his working hours to other assignments. His time for OSS projects is limited, and to sustain his involvement, internal acknowledgment within his organization is crucial. Metrics like the number of stars and forks are often overlooked by executives, who may not grasp their significance. Conversely, stating "this package is used by A/B universities and C/D corporations" can effectively communicate its value. So, if you find this package useful for your work, we kindly ask you to leave a comment in this thread. Just saying hello to the author is appreciated. If you could share about your organization and how you use the package, that would immensely support the author.
The text was updated successfully, but these errors were encountered: