global observers' configuration files (in ${MC_OBSERVERS_RUNTIME_INSTALL_PREFIX}/etc/${ObserverType}.yaml and ${HOME}/.config/mc_rtc/observers/${ObserverType}.yaml
robot (module) based configuration files (in ${MC_OBSERVERS_RUNTIME_INSTALL_PREFIX}/${ObserverType}/${robot}.yaml and ${HOME}/.config/mc_rtc/observers/${ObserverType}/${robot}.yaml)
This also add CMake macro helpers to install those files
This PR adds:
${MC_OBSERVERS_RUNTIME_INSTALL_PREFIX}/etc/${ObserverType}.yaml
and${HOME}/.config/mc_rtc/observers/${ObserverType}.yaml
${MC_OBSERVERS_RUNTIME_INSTALL_PREFIX}/${ObserverType}/${robot}.yaml
and${HOME}/.config/mc_rtc/observers/${ObserverType}/${robot}.yaml
)This also add CMake macro helpers to install those files
ToDo: