mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 16:59:32 +00:00
Server: Add .yaml settings files for sending with launch files
This commit is contained in:
@@ -433,7 +433,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
||||
|
||||
@pyqtSlot()
|
||||
def send_launch(self):
|
||||
self.send_directory_files("Select directory with launch files", ('.launch', ), match_id=False,
|
||||
self.send_directory_files("Select directory with launch files", ('.launch', '.yaml'), match_id=False,
|
||||
client_path='/home/pi/catkin_ws/src/clever/clever/launch/') # TODO clever restart callback?
|
||||
|
||||
@pyqtSlot()
|
||||
|
||||
Reference in New Issue
Block a user