|
|
@@ -1296,7 +1296,7 @@ class DeviceControl(BaseClass, metaclass=SingletonType):
|
|
|
device_name=device_name,
|
|
|
value=float(value),
|
|
|
# _is_debug=_is_debug,
|
|
|
- # is_deviation=is_deviation,
|
|
|
+ is_deviation=0,
|
|
|
)
|
|
|
case "turntable_steering":
|
|
|
# 转盘舵机
|
|
|
@@ -1304,7 +1304,7 @@ class DeviceControl(BaseClass, metaclass=SingletonType):
|
|
|
device_name=device_name,
|
|
|
value=float(value),
|
|
|
# _is_debug=_is_debug,
|
|
|
- # is_deviation=is_deviation,
|
|
|
+ is_deviation=0,
|
|
|
)
|
|
|
case "turntable_position_motor":
|
|
|
# 转盘舵机
|