Fix Lidar range documentation
This commit is contained in:
parent
95a8dc8c6f
commit
458072c19d
|
@ -206,7 +206,7 @@ supposed to generate this frame; `points_per_second / (FPS * channels)`.
|
|||
| Blueprint attribute | Type | Default | Description |
|
||||
| -------------------- | ---- | ------- | ----------- |
|
||||
| `channels` | int | 32 | Number of lasers |
|
||||
| `range` | float | 1000 | Maximum measurement distance in meters |
|
||||
| `range` | float | 1000 | Maximum measurement distance in centimeters |
|
||||
| `points_per_second` | int | 56000 | Points generated by all lasers per second |
|
||||
| `rotation_frequency` | float | 10.0 | Lidar rotation frequency |
|
||||
| `upper_fov` | float | 10.0 | Angle in degrees of the upper most laser |
|
||||
|
|
Loading…
Reference in New Issue