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

78 feature filtering of sensordata #131

Merged
merged 15 commits into from
Dec 5, 2023

Conversation

robertik10
Copy link
Collaborator

@robertik10 robertik10 commented Dec 3, 2023

Description

Adds:
sensor_filter_debug.py
kalman_filter.py
kalman_filter.md
sensor_filter_debug.md

Fixes #78, #121

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Does this PR introduce a breaking change?

no

Most important changes

Kalman Filter which doesn't work yet, but does'nt break anything either

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)

Added error_publisher for both heading_error (IMU Sensor) and location_error (GPS Sensor)
Added error_publisher for both heading_error (IMU Sensor) and location_error (GPS Sensor)
Added error_publisher for both heading_error (IMU Sensor) and location_error (GPS Sensor)
Added error_publisher for both heading_error (IMU Sensor) and location_error (GPS Sensor)
doc(#78): add doc for kalman filter and sensor filter debug
bug(#121): fixed bug in pos publishing when starts in dev mode
doc(#78): add doc for kalman filter and sensor filter debug
bug(#121): fixed bug in pos publishing when starts in dev mode
Copy link

github-actions bot commented Dec 4, 2023

Simulation results

Metric Value
Avg. driving score 0.014624
Avg. route completion 0.065
Avg. infraction penalty 0.33041
Collisions with pedestrians 0.0
Collisions with vehicles 112.841
Collisions with layout 225.683
Red lights infractions 0.0
Stop sign infractions 0.0
Off-road infractions 0.002
Route deviations 0.0
Route timeouts 225.683
Agent blocked 0.0
Yield emergency vehicles infractions 0.0
Scenario timeouts 225.683
Min speed infractions 0.0

Copy link
Collaborator

@samuelkuehnel samuelkuehnel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Change command in docker-compose.yml to start the evaluation not the test run
  • Reset offset for trajectory display
  • Nice bugfix!

code/requirements.txt Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Dec 4, 2023

Simulation results

Metric Value
Avg. driving score 0.049635
Avg. route completion 0.21
Avg. infraction penalty 0.23331
Collisions with pedestrians 0.0
Collisions with vehicles 68.32
Collisions with layout 68.32
Red lights infractions 0.0
Stop sign infractions 0.0
Off-road infractions 0.01
Route deviations 0.0
Route timeouts 34.16
Agent blocked 34.16
Yield emergency vehicles infractions 0.0
Scenario timeouts 34.16
Min speed infractions 0.0

Copy link
Collaborator

@samuelkuehnel samuelkuehnel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requests from last comment are done.

@robertik10 robertik10 merged commit 72f781f into main Dec 5, 2023
3 checks passed
@robertik10 robertik10 deleted the 78-feature-filtering-of-sensordata branch December 5, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants