Update controller/packagesrc/client.py
This commit is contained in:
		@@ -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。
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user