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

avoid trajectories that pass really close to obstacles #75

Closed
rayvburn opened this issue May 27, 2022 · 1 comment
Closed

avoid trajectories that pass really close to obstacles #75

rayvburn opened this issue May 27, 2022 · 1 comment
Labels
bug Something isn't working expedite Required for the planner article

Comments

@rayvburn
Copy link
Owner

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).

@rayvburn rayvburn added the bug Something isn't working label May 27, 2022
rayvburn added a commit that referenced this issue May 28, 2022
rayvburn added a commit that referenced this issue May 29, 2022
rayvburn added a commit that referenced this issue May 30, 2022
rayvburn added a commit that referenced this issue Jun 20, 2022
rayvburn added a commit that referenced this issue Jul 6, 2022
rayvburn added a commit that referenced this issue Jul 17, 2022
rayvburn added a commit that referenced this issue Jul 17, 2022
rayvburn added a commit that referenced this issue Sep 8, 2022
@rayvburn rayvburn reopened this Aug 3, 2023
@rayvburn rayvburn added the expedite Required for the planner article label Aug 3, 2023
@rayvburn
Copy link
Owner Author

rayvburn commented Sep 6, 2023

(Partially) Resolved in #110

Also related to #92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working expedite Required for the planner article
Projects
None yet
Development

No branches or pull requests

1 participant