MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / now

Method now

okvis_ros/okvis/okvis_time/src/Time.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220bool Time::isSystemTime() { return !isSimTime(); }
221
222Time Time::now() {
223 Time t;
224 okvis_walltime(t.sec, t.nsec);
225
226 return t;
227}
228
229void Time::setNow(const Time&) { throw std::runtime_error("Unimplemented function"); }
230

Callers 5

setPoseMethod · 0.80
publishImagesMethod · 0.80
publishStaticTfMethod · 0.80
mainFunction · 0.80

Calls 1

okvis_walltimeFunction · 0.85

Tested by

no test coverage detected