update 坐标系转换

This commit is contained in:
root
2024-08-27 09:49:51 +08:00
parent 173ae711b4
commit b70cbc4092
3 changed files with 8 additions and 15 deletions

View File

@ -7,6 +7,9 @@ class Error_Code(Enum):
class VisionError_Code(Enum):
CAMERA_SUCCESS = 200
class TraceError_Code(Enum):
Trace_SUCCESS = 300