MCPcopy 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

9namespace VIO {
10
11VIO::Timestamp StereoBuffer::getEarliestTimestamp() const {
12 return earliest_timestamp_;
13}
14
15VIO::Timestamp StereoBuffer::getLatestTimestamp() const {
16 return latest_timestamp_;

Callers 1

spinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected