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

Remove ObstacleMapGenerator #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

haider8645
Copy link
Collaborator

@haider8645 haider8645 commented Dec 18, 2024

The ObstacleMapGenerator was a copy of the TraversabilityMapGenerator. It only added the check whether the robot box collided with the surrounding MLS above the stepheight. Basically, it checked for collision with overhanging MLS patches based on the robot dimensions. I have moved the collision check to the TraversabilityGenerator3d.

The use of both ObstacleMapGenerator and TraversabilityGenerator3d meant that we had doubled function calls e.g. expandMap.. inflateObstacles.. etc.

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