From 66c8ba8830ce16c7dbedce21eebb33b7d8fb7a12 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 5 Sep 2017 14:44:27 +0200 Subject: [PATCH] Add simulation camera config --- configuration/pipeline_config/simulation.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configuration/pipeline_config/simulation.json diff --git a/configuration/pipeline_config/simulation.json b/configuration/pipeline_config/simulation.json new file mode 100644 index 0000000..988cc69 --- /dev/null +++ b/configuration/pipeline_config/simulation.json @@ -0,0 +1,4 @@ +{ + "name": "simulation", + "camera_name": "simulation" +} \ No newline at end of file