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

Car Following Logic Incorrect #227

Open
tlandle-intel opened this issue Aug 4, 2024 · 0 comments
Open

Car Following Logic Incorrect #227

tlandle-intel opened this issue Aug 4, 2024 · 0 comments

Comments

@tlandle-intel
Copy link

In the car following logic, the following is true:

Full brake occurs in following scenario:

  • If car detected to be following another car AND the distance to closest object is less than 3 meters, do not move
  • Car following flag set true when:
    • Any object is detected in front of the vehicle within radius circle of ~5 m from center of car.
      - This includes cars in the lane next to it or behind
    • AND
    • Overtake is not allowed
    • Overtake is not allowed when
      • Car is detected near an intersection
  • To summarize:
    - Cars will brake and stay braked if a car is in the lane next to them while they are approaching an intersection. This is faulty behavior for obvious reasons.

Is there any WA for this behavior?

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

No branches or pull requests

1 participant