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

Function Tick

PythonAPI/carla/source/libcarla/World.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85
TickMethod · 0.85

Calls 2

TimeDurationFromSecondsFunction · 0.85
TickMethod · 0.45

Tested by

no test coverage detected