Recover spaces from core_sensors

This commit is contained in:
Daniel Santos-Olivan 2020-07-30 23:02:05 +02:00 committed by bernat
parent e0430e66a1
commit a1d8e3a92f
1 changed files with 41 additions and 42 deletions

View File

@ -195,8 +195,7 @@ Different functionalities such as navigation, measurement of physical properties
<tr>
<td>RawLIDAR raycast</td>
<td><a href="../python_api#carlalidarrawmeasurement">carla.LidarRawMeasurement</a></td>
<td>A rotating LIDAR. Generates a 3D point cloud plus extra information about the raycast hitted object.</td>
<tr>
<td>A rotating LIDAR. Generates a 3D point cloud plus extra information about the raycast hitted object.</td><tr>
<td>Radar</td>
<td><a href="../python_api#carlaradarmeasurement">carla.RadarMeasurement</a></td>
<td>2D point map modelling elements in sight and their movement regarding the sensor. </td>