Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MIT-SPARK/Kimera-VIO-ROS
/ getEarliestTimestamp
Method
getEarliestTimestamp
src/stereo-image-buffer.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace VIO {
10
11
VIO::Timestamp StereoBuffer::getEarliestTimestamp() const {
12
return earliest_timestamp_;
13
}
14
15
VIO::Timestamp StereoBuffer::getLatestTimestamp() const {
16
return latest_timestamp_;
Callers
1
spin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected