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

229 feature documentation sensor filter debug #244

Merged
merged 9 commits into from
Apr 1, 2024

Conversation

robertik10
Copy link
Collaborator

Description

Cleaned up the sensor_debug_node and changed its name to position_heading_filter_debug_node.py.
Also made the viz file more generalized and clean for better debugging.

Full documentation in markdown

Fixes #229

Type of change

Documentation
Code

Does this PR introduce a breaking change?

No

Most important changes

position_heading_filter_debug_node.py
viz.py
markdown file

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
  • I have added tests that prove my fix is effective or that my feature works (might be obsolete with CI later on)
  • New and existing unit tests pass locally with my changes (might be obsolete with CI later on)

@robertik10 robertik10 self-assigned this Mar 31, 2024
@robertik10 robertik10 linked an issue Mar 31, 2024 that may be closed by this pull request
3 tasks
Copy link

Simulation results

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

Copy link

Simulation results

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

@samuelkuehnel samuelkuehnel merged commit 3095022 into main Apr 1, 2024
3 checks passed
@samuelkuehnel samuelkuehnel deleted the 229-feature-documentation-sensor-filter-debug branch April 1, 2024 19:01
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

Successfully merging this pull request may close these issues.

[Feature]: Documentation Sensor Filter Debug
4 participants