Skip to content
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

How to acquire a dense map instead of feature map? #40

Open
PrePLEX23 opened this issue Aug 25, 2023 · 1 comment
Open

How to acquire a dense map instead of feature map? #40

PrePLEX23 opened this issue Aug 25, 2023 · 1 comment

Comments

@PrePLEX23
Copy link

What a wonderful job, Dr. Jiao. Thank for your work's contribution.
However, I am researching M-LOAM. The issue I meeting is that when I use the "mloam_handheld.launch" to run mloam with my custom dataset. When the bag finishs, I just find the pcd files of features and pose in /tmp, which are to sparse to evaluate the results.
Sincerely, how can I get a dense map and tum format trajectory?
Thanks!

@gogojjh
Copy link
Owner

gogojjh commented Aug 27, 2023

Hi,
Map: This is because the output map is downsample into a fixed resolution. For your case, you can change the resolution of the voxel filter and output a denser map.
TUN format: you can use this function to store the trajectory:

void SaveStatistics::saveMapStatistics(const string &map_filename,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants