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

Function writeCameraHeader

okvis_ros/src/dataset_convertor.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void writeCameraHeader(shared_ptr<std::ofstream> file) {
158 *file << "#timestamp [ns],"
159 << "filename" << endl;
160}
161
162void writeImuHeader(shared_ptr<std::ofstream> file) {
163 *file << "#timestamp [ns],"

Callers 1

writeCSVHeadersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected