Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msz-rai committed Jul 19, 2023
1 parent 0ad3a9c commit 0091dcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Binary file modified docs/Components/Sensors/LiDARSensor/img/LidarSensorProp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions docs/Components/Sensors/LiDARSensor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,16 @@ In `LidarSensor` script, the following configuration can be changed:
- `Model Preset` - allows selecting one of the built-in LiDAR models
- `Apply Gaussian Noise` - enable/disable Gaussian noise
- `Configuration` - advanced lidar configuration (in most cases no need to change)
- `Laser Array` - geometry description of lidar array
- `Horizontal Steps` - the number of laser array firings between `Min H Angle` and `Max H Angle`
- `Ray Generate Method` - method that lidar's rays are generated:
1. `Rotating Lidar Equal Range` - rays are generated for rotating lidar with equal range for all of the lasers (described with `Min Range` and `Max Range`)
2. `Rotating Lidar Different Laser Ranges` - rays are generated for rotating lidar with different ranges for the lasers (described in `Laser Array`)
3. `Hesai AT128` - rays are generated in specific way to Hesai AT128 lidar
- `Laser Array` - geometry description of lidar's array of lasers
- `Horizontal Resolution` - the horiontal resolution of laser array firings
- `Min H Angle` - minimum horizontal angle (left)
- `Max H Angle` - maximum horizontal angle (right)
- `Max Range` - maximum range of the sensor
- `Min Range` - minimum range of the sensor (applied when `Ray Generate Method` is `Rotating Lidar Equal Range`)
- `Max Range` - maximum range of the sensor (applied when `Ray Generate Method` is `Rotating Lidar Equal Range`)
- `Noise Params` - lidar noise paramteres

<img src="img/LidarSensorProp.png" width="500">
Expand Down

0 comments on commit 0091dcc

Please sign in to comment.