コード例 #1
0
ファイル: depth_oligarch.py プロジェクト: pi19404/robosub-1
 def __init__(self, communicator):
     BaseOligarch.__init__(self, communicator)
     self.depth_threshold = self.communicator.settings["decision"]["depth_threshold"]
コード例 #2
0
ファイル: path_oligarch.py プロジェクト: pi19404/robosub-1
 def __init__(self, communicator):
     BaseOligarch.__init__(self, communicator)
コード例 #3
0
 def __init__(self, communicator):
     BaseOligarch.__init__(self, communicator)
     self.depth_threshold = \
             self.communicator.settings["decision"]["depth_threshold"]
コード例 #4
0
 def __init__(self, communicator):
     BaseOligarch.__init__(self, communicator)