examples/remote_exec_controller: implement ping

This commit is contained in:
Sebastien Bourdeauducq 2016-04-05 13:59:54 +08:00
parent affe4d45aa
commit 1459b393a0
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ class CameraSimulation:
self.noise_level)
return r
def ping(self):
return True
def main():
logging.basicConfig(level=logging.INFO)