add wust typr mpc and mutipule x
This commit is contained in:
11
wust_vision-main/tasks/utils/config.hpp
Normal file
11
wust_vision-main/tasks/utils/config.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user