update 完成点位控制逻辑,UI可视化界面生成

This commit is contained in:
FrankCV2048
2024-11-30 22:46:32 +08:00
parent bde241574c
commit ef5ed6eed1
9 changed files with 369 additions and 63 deletions

6
Model/Robot.py Normal file
View File

@ -0,0 +1,6 @@
class Robot:
def __init__(self):
pass
def get_origin_position(self):
return Real_Position(0,0,0,0,0,0)