Update controller/packagesrc/client.py
This commit is contained in:
parent
65665299c2
commit
cc6de35e80
@ -254,6 +254,9 @@ class Commander:
|
||||
"""
|
||||
return self._do('robotic_gripper status ?')
|
||||
|
||||
def robot_battery(self) -> int:
|
||||
return self._do('robot battery ?')
|
||||
|
||||
def get_ip(self) -> str:
|
||||
"""
|
||||
返回机甲IP。
|
||||
|
Loading…
Reference in New Issue
Block a user