-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |