Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
void writeCameraHeader(shared_ptr<std::ofstream> file) {
158
*file <<
"#timestamp [ns],"
159
<<
"filename"
<< endl;
160
}
161
162
void writeImuHeader(shared_ptr<std::ofstream> file) {
163
*file <<
"#timestamp [ns],"
Callers
1
writeCSVHeaders
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected