MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / OnTick

Function OnTick

PythonAPI/carla/source/libcarla/World.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static size_t OnTick(carla::client::World &self, boost::python::object callback) {
56 return self.OnTick(MakeCallback(std::move(callback)));
57}
58
59static auto Tick(carla::client::World &world, double seconds) {
60 carla::PythonUtil::ReleaseGIL unlock;

Callers

nothing calls this directly

Calls 2

MakeCallbackFunction · 0.85
OnTickMethod · 0.80

Tested by

no test coverage detected