update 完成点位控制逻辑,UI可视化界面生成
This commit is contained in:
6
Model/Robot.py
Normal file
6
Model/Robot.py
Normal 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)
|
||||
Reference in New Issue
Block a user