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

insertPointCloudRays improvement #333

Open
wants to merge 6 commits into
base: devel
Choose a base branch
from
Open

insertPointCloudRays improvement #333

wants to merge 6 commits into from

Conversation

OndrejMasopust
Copy link

A parameter to specify whether the endpoint of a ray should be marked as occupied or not was added. This can be used when there is an obstacle farher than the range sensor measuring limit. The measurememnt can be then used to update the free cells while omitting the need to update some point as occupied.

An option to specify if the endpoint is occupied was added. This can be used when an obstacle is farher than the range sensor measuring limit. The ray can be used to update free nodes while not updating any node as occupied. The function is now overloaded and still accpets the old version.
.h definition and doc comment edit
@OndrejMasopust
Copy link
Author

I'll work further on the pull request so that it passes the build.

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.

1 participant