mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Merge branch 'master' of https://github.com/OSURoboticsClub/Rover_2017_2018
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from PyQt5 import QtCore, QtWidgets, QtGui
|
||||
|
||||
import logging
|
||||
|
||||
import rospy
|
||||
|
||||
class WaypointsCoordinator(QtCore.QThread):
|
||||
|
||||
|
||||
|
||||
def connect_signals_and_slots(self):
|
||||
self.
|
||||
Reference in New Issue
Block a user