Updated set_velocity to set_target_velocity
This commit is contained in:
parent
a4799d5fa8
commit
6abf474468
|
@ -94,7 +94,7 @@ class CarlaSimulation(object):
|
||||||
|
|
||||||
vehicle.set_transform(transform)
|
vehicle.set_transform(transform)
|
||||||
if velocity is not None:
|
if velocity is not None:
|
||||||
vehicle.set_velocity(velocity)
|
vehicle.set_target_velocity(velocity)
|
||||||
|
|
||||||
if lights is not None:
|
if lights is not None:
|
||||||
vehicle.set_light_state(carla.VehicleLightState(lights))
|
vehicle.set_light_state(carla.VehicleLightState(lights))
|
||||||
|
|
Loading…
Reference in New Issue