| 57 | } |
| 58 | |
| 59 | static auto Tick(carla::client::World &world, double seconds) { |
| 60 | carla::PythonUtil::ReleaseGIL unlock; |
| 61 | return world.Tick(TimeDurationFromSeconds(seconds)); |
| 62 | } |
| 63 | |
| 64 | static auto GetActorsById(carla::client::World &self, const boost::python::list &actor_ids) { |
| 65 | std::vector<carla::ActorId> ids{ |