Skip to content

Commit d3f77a8

Browse files
committed
add list of member data in omni directional lidar class
1 parent c096ca8 commit d3f77a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/3_sensor_models/3_2_lidar.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,10 @@ Finally, a function to draw the scan point is implemented as follow.
286286
```
287287

288288
### 3.2.4 Omni Directional LiDAR
289-
Omni directional LiDAR class is implemented to generate the point cloud by importing [Scan point class](#323-scan-point).
289+
Omni directional LiDAR class is implemented to generate the point cloud by importing [Scan point class](#323-scan-point). This class has the following data.
290+
291+
* List of obstacle objects
292+
* Sensor parameters object
293+
* Size of distance database at each angles
294+
* Maximum value of distance database
295+
* List of delta values list for interpolating obstacle contour

0 commit comments

Comments
 (0)