Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Open
1 change: 1 addition & 0 deletions code/agent/config/rviz_config.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Panels:
- /PointCloud23
- /PointCloud24
- /PointCloud25
- /Path1
Splitter Ratio: 0.5
Tree Height: 308
- Class: rviz/Selection
Expand Down
2 changes: 1 addition & 1 deletion code/agent/src/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def sensors(self):
'yaw': 0.0, 'width': 300, 'height': 200, 'fov': 100},
{'type': 'sensor.lidar.ray_cast', 'id': 'LIDAR',
'x': 0.7, 'y': -0.4, 'z': 1.60, 'roll': 0.0, 'pitch': 0.0,
'yaw': 0.0},
'yaw': 0.0, "channels": 1},
{'type': 'sensor.other.radar', 'id': 'RADAR',
'x': 0.7, 'y': -0.4, 'z': 1.60, 'roll': 0.0, 'pitch': 0.0,
'yaw': -45.0, 'horizontal_fov': 30, 'vertical_fov': 30},
Expand Down
2 changes: 1 addition & 1 deletion doc/06_perception/02_lidar_distance_utility.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ starting from 20cm above the ground you have to set min_z = -1.5.

The meaning of the x and y values is described by the following image:

![lidar filter](../00_assets/lidar_filter.png)
![Parameters in relation to car](../00_assets/lidar_filter.png)

### Example

Expand Down