Update controller/packagesrc/client.py

This commit is contained in:
elias 2025-04-03 12:12:12 +02:00
parent 65665299c2
commit cc6de35e80

View File

@ -254,6 +254,9 @@ class Commander:
""" """
return self._do('robotic_gripper status ?') return self._do('robotic_gripper status ?')
def robot_battery(self) -> int:
return self._do('robot battery ?')
def get_ip(self) -> str: def get_ip(self) -> str:
""" """
返回机甲IP 返回机甲IP