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

Function writeImuHeader

okvis_ros/src/dataset_convertor.cpp:162–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void writeImuHeader(shared_ptr<std::ofstream> file) {
163 *file << "#timestamp [ns],"
164 << "w_S_x [rad s^-1],"
165 << "w_S_y [rad s^-1],"
166 << "w_S_z [rad s^-1],"
167 << "a_S_x [m s^-2],"
168 << "a_S_y [m s^-2],"
169 << "a_S_z [m s^-2]" << endl;
170}
171
172void writeViconHeader(shared_ptr<std::ofstream> file) {
173 *file << "#timestamp [ns],"

Callers 1

writeCSVHeadersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected