Server: Add .yaml settings files for sending with launch files

This commit is contained in:
Arthur Golubtsov
2020-01-24 10:46:03 +03:00
parent 8920c1d2da
commit 96d559dbc9

View File

@@ -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()