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