-
Notifications
You must be signed in to change notification settings - Fork 1
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
avoid trajectories that pass really close to obstacles #75
Comments
rayvburn
added a commit
that referenced
this issue
May 28, 2022
…that pass really close to obstacles
rayvburn
added a commit
that referenced
this issue
May 29, 2022
…that pass really close to obstacles
rayvburn
added a commit
that referenced
this issue
May 30, 2022
…that pass really close to obstacles
rayvburn
added a commit
that referenced
this issue
Jun 20, 2022
…that pass really close to obstacles
rayvburn
added a commit
that referenced
this issue
Jul 17, 2022
…that pass really close to obstacles
rayvburn
added a commit
that referenced
this issue
Jul 17, 2022
…that pass really close to obstacles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Robot sometimes hooks on sharp corners even with proper footprint configuration (inscribed radius). It may be related to poor costmap resolution.
Potential solution: evaluate costs of trajectories, select safer ones. Investigate costs related to obstacle distance (maintain longer distance) and path lengths (loosen strictness).
The text was updated successfully, but these errors were encountered: