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

192 feature finish overtake behavior #211

Merged
merged 40 commits into from
Mar 11, 2024

Conversation

JuliusMiller
Copy link
Collaborator

Description

Adjusting Acc, CollisionCheck, Overtake Behavior, motion planing for Overtaking.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Does this PR introduce a breaking change?

No

Most important changes

Overtaking behavior, integrating perception into local planning (collision check)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

samuelkuehnel and others added 30 commits January 30, 2024 14:58
…s' into 192-feature-finish-overtake-behavior
Copy link

Simulation results

Metric Value
Avg. driving score 0.643204
Avg. route completion 4.27
Avg. infraction penalty 0.214398
Collisions with pedestrians 0.0
Collisions with vehicles 7.621
Collisions with layout 1.524
Red lights infractions 0.0
Stop sign infractions 0.0
Off-road infractions 0
Route deviations 0.0
Route timeouts 0.0
Agent blocked 3.048
Yield emergency vehicles infractions 0.0
Scenario timeouts 3.048
Min speed infractions 0.0

@okrusch okrusch merged commit 7f5c521 into main Mar 11, 2024
3 checks passed
@JuliusMiller JuliusMiller deleted the 192-feature-finish-overtake-behavior branch April 1, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Finish Overtake behavior
4 participants