Update ref_sensors.md (#6026)
* Fix a typo in setting the max brake From self._max_steer to self._max_brake * Update ref_sensors.md Spelling enconded -> encoded Co-authored-by: kykim0 <kykim144@gmail.com> Co-authored-by: bernat <bernatx@gmail.com>
This commit is contained in:
parent
5a9f8fefe9
commit
7267ffdee2
Docs
|
@ -238,7 +238,7 @@ for location in lidar_measurement:
|
|||
print(location)
|
||||
```
|
||||
|
||||
The information of the LIDAR measurement is enconded 4D points. Being the first three, the space points in xyz coordinates and the last one intensity loss during the travel. This intensity is computed by the following formula.
|
||||
The information of the LIDAR measurement is encoded 4D points. Being the first three, the space points in xyz coordinates and the last one intensity loss during the travel. This intensity is computed by the following formula.
|
||||
<br>
|
||||

|
||||
|
||||
|
|
Loading…
Reference in New Issue