-
Notifications
You must be signed in to change notification settings - Fork 41
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
fail #3
Comments
It appears that your issue may have been resolved, but I've added some additional comments to further clarify things. The launch file I utilize for urbanNav is designed for a 2 LiDAR system, whereas for the city dataset, it is tailored for a 3 LiDAR system. As detailed in the ReadMe, should you wish to operate MA-LIO with a different number of LiDARs, certain portions of the code need to be altered in accordance with the instructions provided in the ReadMe. I appreciate your efforts in testing MA-LIO. Should you have any additional questions or concerns, please feel at ease to raise them in the issue tab. |
Thanks, I'm testing a single LiDAR. Would you be able to write a detailed description? |
If your intention is to use a single LiDAR system, modifications need to be made in both the yaml file and the code. Here are the three key changes:
I sincerely hope that these instructions will be beneficial to your project. Thank you for your ongoing engagement. |
As I've noted in the code, the
The registerCallback function has two variables. Therefore, lidar_cbk_ must have two inputs. However, since the two inputs are identical, only one LiDAR message needs to be processed. These alterations should help you adjust the code for a single LiDAR setup. |
@hr2894235132 |
Thank you for your prompt reply! First of all, thank you very much for your excellent work for me to learn. in fact, I have been doing fast-lio and voxel_Map related tests before, and I saw that the friend above tested the MA-LIO single lidar, so I want to understand the effect of the MA-LIO single lidar first. |
You're welcome! It's great to hear about your interest and experiments with fast-lio and voxel_Map. Regarding the use of MA-LIO with a single LiDAR, here are some key points to consider:
It's important to note that while MA-LIO is primarily designed for asynchronous multiple LiDAR integration, these features can still be effectively applied to a single LiDAR setup, although the overall impact might be less pronounced compared to a multi-LiDAR configuration. |
Thank you for your patient reply, it helped me a lot! I took the time to test the single lidar. |
Very good work! I can run
roslaunch ma_lio mapping_city.launch
successfully, butroslaunch ma_lio mapping_urban.launch
will fail, have you encountered this?The text was updated successfully, but these errors were encountered: