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

Fixing bug causing sbpl plan being offset to robot origin #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phil0stine
Copy link

SBPL operates in discretized grid space, but the plan returned by sbpl_lattice_planner is in real space and should start at the robot's current pose. The discretization offset between the robot's current pose and the discretized pose was enough to cause a small offset to the robot origin in the plan, which can cause navigation problems when in close proximity to obstacles.

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