Skip to content

Commit

Permalink
Merge branch 'main' into 540-feature-visualization-of-radar-data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf524 authored Dec 12, 2024
2 parents 40a4595 + 52ca2a9 commit 1dd9b36
Show file tree
Hide file tree
Showing 15 changed files with 763 additions and 254 deletions.
10 changes: 7 additions & 3 deletions code/perception/launch/perception.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<launch>
<arg name="role_name" default="hero" />
<arg name="control_loop_rate" default="0.05" />
<arg name="control_loop_rate" default="0.05" />

<!-- just for Debugging/ Optimizing purposes -> Uncomment to use and see plots -->
<!-- <node pkg="perception" type="position_heading_filter_debug_node.py" name="position_heading_filter_debug_node" output="screen">
Expand Down Expand Up @@ -58,10 +58,14 @@
Image-Segmentation:
- deeplabv3_resnet101
- yolov8x-seg
- yolov8x-seg
- yolo11n-seg
- yolo11s-seg
- yolo11m-seg
- yolo11l-seg
-->

<param name="model" value="rtdetr-l" />
<param name="model" value="yolo11n-seg" />
</node>

<node pkg="perception" type="traffic_light_node.py" name="TrafficLightNode" output="screen">
Expand Down
Empty file added code/perception/src/__init__.py
Empty file.
Loading

0 comments on commit 1dd9b36

Please sign in to comment.