Skip to content

Commit

Permalink
Add camera to overview diagram and adjust the vision node summary sen…
Browse files Browse the repository at this point in the history
…tence
  • Loading branch information
Antonia committed Dec 9, 2024
1 parent 18318b4 commit b506f0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified doc/assets/perception/perception_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions doc/perception/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Documentation of perception component
# Documentation of Perception

This folder contains documentation of the perception components.

In the following diagram you can see all the nodes and topics used in the perception to show how they work together.
In the following diagram you can see all the nodes and topics used in the perception, to show how they work together.

![Perception Overview](../../doc/assets/perception/perception_overview.png)

## Object Detection / Distance and Segmentation

- [Vision Node](./vision_node.md)
- The Vision Node provides an adaptive interface that is able to perform object detection and/or image segmentation on multiple cameras at the same time.
- The Vision Node provides an adaptive interface that is able to perform object detection and image segmentation on multiple cameras at the same time
(even though only one camera perceiving the front of the car is active at the moment).
- [Distance to Objects](./distance_to_objects.md)
- [Traffic Light Detection](./traffic_light_detection.md)
- [Dataset Generator](./dataset_generator.md)
Expand Down

0 comments on commit b506f0e

Please sign in to comment.