We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aaf7e commit 3d98630Copy full SHA for 3d98630
LinkerHand/core/rs485/linker_hand_o6_rs485.py
@@ -278,6 +278,9 @@ def get_state(self) -> list:
278
279
def get_state_for_pub(self) -> list:
280
return self.get_state()
281
+
282
+ def get_current_status(self) -> list:
283
+ return self.get_state()
284
285
def get_speed(self) -> list:
286
"""获取当前速度"""
@@ -379,4 +382,4 @@ def dump_status(self):
379
382
hand.fist()
380
383
time.sleep(1)
381
384
hand.relax()
- print("演示完成")
385
+ print("演示完成")
0 commit comments