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

Add ceiling filter to rtabmap-export #775

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

iportolesrb
Copy link
Contributor

Added a parameter in rtabmap-export to filter ceiling if wanted.

@matlabbe matlabbe merged commit 0ab5a8f into introlab:master Oct 29, 2021
@@ -115,6 +115,8 @@ void showUsage()
" --ymax # Maximum range on Y axis to keep nodes to export.\n"
" --zmin # Minimum range on Z axis to keep nodes to export.\n"
" --zmax # Maximum range on Z axis to keep nodes to export.\n"
" --filter_ceiling # Filter points over a custom height (dafault 2 m, 0=disabled).\n"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo 🙂

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the final version here:

" --filter_ceiling # Filter points over a custom height (default 0 m, 0=disabled).\n"
" --filter_floor # Filter points below a custom height (default 0 m, 0=disabled).\n"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whups, sorry.

I was quickly browsing to see what changed in the new version. Should have looked at the end-result 🙂

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

Successfully merging this pull request may close these issues.

None yet

3 participants