Files
yq_2026_duo/wust_vision-main/tasks/utils/config.hpp
2026-03-27 03:41:42 +08:00

12 lines
584 B
C++

#pragma once
namespace wust_vision {
constexpr const char* ML_CONFIG = "config/detect_ml.yaml";
constexpr const char* OPENCV_CONFIG = "config/detect_opencv.yaml";
constexpr const char* COMMON_CONFIG = "config/common.yaml";
constexpr const char* CAMERA_CONFIG = "config/camera.yaml";
constexpr const char* AUTO_AIM_CONFIG = "config/auto_aim.yaml";
constexpr const char* AUTO_BUFF_CONFIG = "config/auto_buff.yaml";
constexpr const char* AUTO_GUIDANCE_CONFIG = "config/auto_guidance.yaml";
constexpr const char* AUTO_SNIPER_CONFIG = "config/auto_sniper.yaml";
} // namespace wust_vision