Skip to content

Commit

Permalink
Correct ranges in Zoe Sensors (nutonomy#649)
Browse files Browse the repository at this point in the history
Co-authored-by: Holger Caesar <holger.caesar@motional.com>
  • Loading branch information
holger-motional and Holger Caesar authored Aug 24, 2021
1 parent 0cd6bbd commit d71e72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-sdk/nuscenes/can_bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ Frequency: 794-973Hz

Format: `scene_0001_zoesensors.json`

- brake_sensor: \[1\] Vehicle break sensor in range \[0.375,0.411\]. High values indicate breaking.
- steering_sensor: \[1\] Vehicle steering sensor. Same as vehicle_monitor.steering.
- throttle_sensor: \[1\] Vehicle throttle sensor. Same as vehicle_monitor.throttle.
- brake_sensor: \[1\] Vehicle brake sensor in range \[0.166, 0.631\]. High values indicate braking.
- steering_sensor: \[1\] Vehicle steering sensor in range \[0.176, 0.252\].
- throttle_sensor: \[1\] Vehicle throttle sensor in range \[0.105, 0.411]\.

### Zoe Vehicle Info
Frequency: 100Hz
Expand Down

0 comments on commit d71e72d

Please sign in to comment.