Skip to content

Commit

Permalink
Add radar_node.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf524 committed Nov 21, 2024
1 parent 08e9711 commit 0af4cc9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions doc/perception/radar_node.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Radar Node

**Summary:** This page explains what the radar sensor does.

- [Radar offsets](#radar-offsets)
- [Radar specification](#radar-specification)
- [Radar data output for each detected point](#radar-data-output-for-each-detected-point)
- [Todo](#todo)

## Radar offsets

- x: 2
- y: 0
- z: 0.7

## Radar specification

- points per second: 1500 points generated by all lasers per second
- maximum range: 100 meters
- horizontal fov: 30 degrees
- vertical fov: 30 degrees

## Radar data output for each detected point

- x
- y
- z
- Range
- Velocity
- AzimuthAngle
- ElevationAngle

## Todo

- Discuss further processing of radar data
- Combine lidar, radar and camera data

0 comments on commit 0af4cc9

Please sign in to comment.