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

Function colouredString

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

Source from the content-addressed store, hash-verified

124void signalHandler(int s) { imu_file_.close(); }
125
126string colouredString(string str, string colour, string option) { return option + colour + str + RESET; }
127
128bool createDirs(string folderPath, map<string, map<string, string>> sensor_info) {
129 path p(folderPath);

Callers 3

createDirsFunction · 0.85
sensorInfoFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected