Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ getSecFromFirstDetection
Method
getSecFromFirstDetection
tracking/src/track.cpp:294–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
float
295
Track::getSecFromFirstDetection(ros::Time current_time)
296
{
297
return (current_time - first_time_detected_).toSec();
298
}
299
300
float
301
Track::getSecFromLastDetection(ros::Time current_time)
Callers
4
newFrame
Method · 0.45
newFrame
Method · 0.45
newFrame
Method · 0.45
newFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected