-
Notifications
You must be signed in to change notification settings - Fork 74
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 your are using GLIM and related packages. #19
Comments
Hello, koide-san, thank you for the wonderful work, I am interested in using GLIM for an indoor wheelchair navigation system, by the way, I am working at University of Tsukuba. |
hello,thank you for your great work. |
@robot-Yang |
@South-River |
Thank you for another great contribution to the robotics community! I'm trying to use GLIM and its related packages for my non-commercial personal project where I do LiDAR mapping of beautiful tourist places in my home country. I'll try it out with a number of LiDARs and mobile platforms, and in the future I will try to integrate into more robotics / autonomous driving projects. I also plan to share the repo amongst my community of SLAM experts in Korea. There should be many who are working in the field of robotics and autonomous driving, both in academia and industry (I will definitely mention the commercial license). EDIT: |
@changh95 |
We (the University of Canterbury, New Zealand) attempt to map orchards with RTK GNSS, Mid360, and (12!) cameras. We use forms of photogrammetry (NeRF, Gassusian Splatting) and aim to align the sub-scans (e.g., from two sides of a row) using the LiDAR map (without it, there's a tendency to drift slightly). |
@oliver-batchelor |
Hi, and thanks for sharing this project Koide-san. I work with a Norwegian reasearch institution and have tested GLIM in connection with a project we are part of, on robotized ship recycling. So far I am very impressed by both the robustness and accuracy of this system. |
Hi! I'm from Carnegie Mellon University. I'm using your software for benchmarking different Lidar-inertial SLAM systems. Great work! |
Thank you. awesome project ! |
Amazing work, I like the simplicity and easy to understand system of configuration files. |
Hi! Thank you for your great work. Among open-sourced 3D Lidar SLAM, I found that your work has the most well designed code base. The module odometry, submapping, global mapping and extension modules. All of that is very clever and make it easy to understand and extend. Currently I use Glim for outdoor robot navigation. I have added relocalization, localization to GLIM. Also I added wheel odometry factor from @TakuOkawara -san (https://github.com/TakuOkawara/full_linear_wheel_odometry_factor), and it solve the drift in the long narrow bridge (see in the video below) Here is the video GLIM with localization and wheel odometry - Cong vien Thien Van Hoc Update: Integrate GPS Factor to align map to NED frame and help correct both horizontal and vertical drift. Video: https://www.youtube.com/watch?v=neGONn7brmI |
@se7oluti0n |
This is awesome - we might try to integrate this. We did some tests on a completely flat field to see how the RTK GPS can be used effectively, and the odometry can fail since it all looks the same to the LiDAR. Though this is not our normal use case it seems like it should be useful to add for robustness anyway! (differential GPS could also help odometry too I suppose but maybe this is simpler) |
Hi! Thanks for making GLIM available! We're currently evaluating it for use with inspection robots and things looks quite promising so far. @se7oluti0n I was wondering if you plan on making your fork available, as your video looks great and we'd like to test those features, too. |
@skohlbr thanks for interested in my work. I hope I could publish some code soon. Which feature you are most interested in? |
@se7oluti0n Toss-up between relocalization and odometry integration (slight edge to relocalization as I believe the solution space might be bigger). Would be great to be able to check it out, but your call of course :) |
I'd be really keen to try wheel odometry - we'll be working on the same thing here at some point! |
@oliver-batchelor I have published the wheel odometry implementation. you can check glim, glim_ros2 repo in my page. |
TL; DR: Sharing that you are using GLIM (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.
EDIT: It would be much appreciated if you could share screenshots or videos of your results at Thirdparty results. I love to see my packages being used in the world.
Related: koide3/small_gicp#3
The text was updated successfully, but these errors were encountered: