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

145 distance of objects #160

Merged
merged 10 commits into from
Jan 31, 2024
Merged

145 distance of objects #160

merged 10 commits into from
Jan 31, 2024

Conversation

okrusch
Copy link
Collaborator

@okrusch okrusch commented Jan 13, 2024

Description

This PR introduces reconstruction of Depth-Images using LIDAR-Data and calculation of distances of bounding boxes.

Fixes # (145)

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?

There is now a distance-of-object Publisher, that publishes a list of classes and distances.

Most important changes

vision_node
lidar_distance_node

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)

@okrusch okrusch self-assigned this Jan 13, 2024
@JuliusMiller JuliusMiller requested review from JuliusMiller and removed request for JuliusMiller January 13, 2024 11:27
@MaxJa4
Copy link
Collaborator

MaxJa4 commented Jan 16, 2024

@okrusch According to the linter, there seems to be a syntax error:

code/perception/src/vision_node.py:145:54: E999 SyntaxError: '(' was never closed

Copy link

Simulation results

Metric Value
Avg. driving score 9.9e-05
Avg. route completion 6.425
Avg. infraction penalty 0.350007
Collisions with pedestrians 0.0
Collisions with vehicles 20.866
Collisions with layout 2.318
Red lights infractions 0.0
Stop sign infractions 3.478
Off-road infractions 0
Route deviations 1.159
Route timeouts 1.159
Agent blocked 0.0
Yield emergency vehicles infractions 0.0
Scenario timeouts 2.318
Min speed infractions 0.0

@MaxJa4 MaxJa4 merged commit 884da96 into main Jan 31, 2024
3 checks passed
@samuelkuehnel samuelkuehnel deleted the 145-distance-of-objects branch April 1, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants