Update ref_sensors.md ()

* 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:
Muntan 2023-01-26 10:27:02 +01:00 committed by GitHub
parent 5a9f8fefe9
commit 7267ffdee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
![LidarIntensityComputation](img/lidar_intensity.jpg)