Skip to content

Commit

Permalink
Typo fix in Metrics Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeckerAC committed Nov 12, 2023
1 parent ad39faf commit 3522896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/metrics_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Returns a dictionary where the keys are the frame number, and the values are the

- <a name="get_vehicle_control"></a>__<font color="#7fb800">get_vehicle_control</font>__(<font color="#00a6ed">__self__</font>, <font color="#00a6ed">__vehicle_id__</font>, <font color="#00a6ed">__frame__</font>)
Returns the control of a vehicle at a given frame. The `manual_gear_shift` attribute will always be False.
- __Return —__ [carla.VehicleCotnrol](https://carla.readthedocs.io/en/latest/python_api/#carlavehiclecontrol)
- __Return —__ [carla.VehicleControl](https://carla.readthedocs.io/en/latest/python_api/#carlavehiclecontrol)
- __Parameters__
- `vehicle_id` (_int_) — `id` of the vehicle.
- `frame` (_int_) — Frame number.
Expand Down

0 comments on commit 3522896

Please sign in to comment.