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

Function writeCSVCamera

okvis_ros/src/dataset_convertor.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void writeCSVCamera(shared_ptr<std::ofstream> file, ros::Time stamp) {
277 std::stringstream ss;
278 ss << stamp.toNSec() << "," << stamp.toNSec() << ".png";
279
280 *file << ss.str() << endl;
281}
282
283void writeCSVImu(shared_ptr<std::ofstream> file, sensor_msgs::Imu::ConstPtr imu) {
284 std::ostringstream ss;

Callers 1

mainFunction · 0.85

Calls 1

toNSecMethod · 0.45

Tested by

no test coverage detected