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

[Dense-Urban-ODD] dynamic_obstacle_avoidance can only avoid 0.5 m or less #8881

Open
3 tasks done
beyzanurkaya opened this issue Sep 16, 2024 · 0 comments
Open
3 tasks done
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)

Comments

@beyzanurkaya
Copy link
Contributor

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

The current implementation of dynamic obstacle avoidance can only handle obstacles within a 0.5-meter. Obstacles beyond this threshold are not avoided, and the EGO vehicle stops even though it has space to avoid the lane. This issue may stem from limitations in lateral avoidance calculations.

Purpose

To enhance the obstacle avoidance implementation by increasing the avoidance offset, ensuring that the EGO vehicle can navigate around more obstacles.

Possible approaches

  • Find limitation in lateral offset calculation for current avoidance.
  • Improve lateral offset implementation.

Definition of done

The dynamic obstacle avoidance system is tested and verified to avoid obstacles larger than 0.5 meters.

@beyzanurkaya beyzanurkaya self-assigned this Sep 16, 2024
@beyzanurkaya beyzanurkaya added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Sep 16, 2024
@beyzanurkaya beyzanurkaya reopened this Oct 2, 2024
@beyzanurkaya beyzanurkaya removed their assignment Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
Status: No status
Development

No branches or pull requests

1 participant