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

Function writeViconHeader

okvis_ros/src/dataset_convertor.cpp:172–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void writeViconHeader(shared_ptr<std::ofstream> file) {
173 *file << "#timestamp [ns],"
174 << "p_S_x [m],"
175 << "p_S_y [m],"
176 << "p_S_z [m],"
177 << "R_S_w []"
178 << "R_S_x [],"
179 << "R_S_y [],"
180 << "R_S_z []" << endl;
181}
182
183void writeCSVHeaders(map<string, shared_ptr<std::ofstream>>& files, // NOLINT
184 const map<string, map<string, string>>& sensor_info) { // NOLINT

Callers 1

writeCSVHeadersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected