From 78ddba6bf40c0405b72ee3adf2fef259a3c7852f Mon Sep 17 00:00:00 2001 From: nsubiron Date: Tue, 26 Mar 2019 19:33:59 +0100 Subject: [PATCH] Add missing methods to Python API Reference --- Docs/python_api.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Docs/python_api.md b/Docs/python_api.md index 6548f6290..73a50679d 100644 --- a/Docs/python_api.md +++ b/Docs/python_api.md @@ -114,20 +114,25 @@ - `get_location()` - `get_transform()` - `get_velocity()` +- `get_angular_velocity()` - `get_acceleration()` - `set_location(location)` - `set_transform(transform)` +- `set_velocity(vector)` +- `set_angular_velocity(vector)` +- `add_impulse(vector)` - `set_simulate_physics(enabled=True)` - `destroy()` +- `__str__()` ## `carla.Vehicle(carla.Actor)` - `bounding_box` - `apply_control(vehicle_control)` - `get_control()` -- `set_autopilot(enabled=True)` - `get_physics_control()` - `apply_physics_control(vehicle_physics_control)` +- `set_autopilot(enabled=True)` - `get_speed_limit()` - `get_traffic_light_state()` - `is_at_traffic_light()`