-
Notifications
You must be signed in to change notification settings - Fork 111
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
Question about monosub parameters #10
Comments
Hi,
'grid_size': grid size is just a grid size of the 2d map at the end.
'output_size' : is just the size after applying 'resize_factor' |
Hi,
We are currently looking into navigation for our robot and came upon your code. It looks very promising and might do exactly what we need to do. The ORB SLAM works just fine but we are currently struggling to generate the 2D map. Could you elaborate a bit on the parameters used by monosub, i.e.:
scale_factor, resize_factor, cloud_max, cloud_min, free_thresh, occupied_thresh, use_local_counters, visit_thresh, grid_max, grid_min, grid_size, output_size, norm_factor_x, norm_factor_z
? Information about what they represent exactly and how they correspond to the properties of the used camera would be most helpful. Thank you!The text was updated successfully, but these errors were encountered: