Trimed whitespaces
This commit is contained in:
parent
7a3a9a3178
commit
94df1fbe9b
|
@ -321,6 +321,8 @@ void export_world() {
|
|||
.def("apply_settings", &ApplySettings, (arg("settings"), arg("seconds")=0.0))
|
||||
.def("get_weather", CONST_CALL_WITHOUT_GIL(cc::World, GetWeather))
|
||||
.def("set_weather", &cc::World::SetWeather)
|
||||
.def("get_imui_sensor_gravity", CONST_CALL_WITHOUT_GIL(cc::World, GetIMUISensorGravity))
|
||||
.def("set_imui_sensor_gravity", &cc::World::SetIMUISensorGravity, (arg("NewIMUISensorGravity")) )
|
||||
.def("get_snapshot", &cc::World::GetSnapshot)
|
||||
.def("get_actor", CONST_CALL_WITHOUT_GIL_1(cc::World, GetActor, carla::ActorId), (arg("actor_id")))
|
||||
.def("get_actors", CONST_CALL_WITHOUT_GIL(cc::World, GetActors))
|
||||
|
|
Loading…
Reference in New Issue