mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2025-07-05 02:18:13 +02:00
Found a way to unify the hdr_output_folder so that it's set across both
the publisher and the camera_simulator with just the flag
This commit is contained in:
9
event_camera_simulator/esim_common/src/hdr.cpp
Normal file
9
event_camera_simulator/esim_common/src/hdr.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "esim/common/hdr.hpp"
|
||||
|
||||
DEFINE_string(
|
||||
hdr_output_folder,
|
||||
"/home/arno/sim_ws/out",
|
||||
"Folder in which to output the events."
|
||||
);
|
||||
|
||||
std::string hdr_output_folder = FLAGS_hdr_output_folder;
|
Reference in New Issue
Block a user