Dronecode / camera-manager

Camera Manager for interfacing cameras with the Dronecode platform
https://camera-manager.dronecode.org/en/
Apache License 2.0
63 stars 51 forks source link

Fix: do not launch CSD if specified conf file does not exists #192

Closed MatejFranceskin closed 5 years ago

MatejFranceskin commented 5 years ago

Issue #155: CSD continues to get launched even when invalid conf file passe

CSD tires to open default configuration file if no config files is specified with -c option. Currently it switched to default also if specified configuration file did not exist. With this change CSD will fail with an error message if explicitely specified config file does not exist.