Skip to content
Snippets Groups Projects
Commit 01a1dbf7 authored by beuchatp's avatar beuchatp
Browse files

Initial commit to get command_all_from_master branch started

parent d2bee2f3
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,14 @@ private slots:
void on_all_motors_off_button_clicked();
// For the buttons that command "all" client nodes
void on_all_take_off_button_clicked();
void on_all_land_button_clicked();
void on_all_enable_safe_controller_button_clicked();
void on_all_enable_custom_controller_button_clicked();
void on_all_load_safe_controller_yaml_button_clicked();
void on_all_load_custom_controller_yaml_button_clicked();
private:
Ui::MainGUIWindow *ui;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment