コード例 #1
0
ファイル: twist_receiver.py プロジェクト: Tesz/cwru-ros-pkg
 def send_querystatus_command(self, verbosity):
     self.outgoingUDP.sendto(packets.make_querystatus_packet(verbosity), self.address)
 def send_querystatus_command(self, verbosity):
     self.outgoingUDP.sendto(packets.make_querystatus_packet(verbosity),
                             self.address)
コード例 #3
0
ファイル: to_crio.py プロジェクト: erebuswolf/IGVC-Code
 def send_querystatus_command(self, verbosity):
     self.outgoingUDP.sendto(packets.make_querystatus_packet(verbosity), self.address)
     self.logger.debug("Send querystatus command to address %s." % str(self.address))