Commit Graph

144 Commits

Author SHA1 Message Date
Arthur Golubtsov
c1f6219af3 Server: Fix logging messages for copter removing 2019-11-05 21:30:46 +03:00
Arthur Golubtsov
d491a45468 Server: Update table headers 2019-11-05 21:14:17 +03:00
artem30801
576e1a52fa Feature branch - fix for removing clients from qt table (#54)
Fixed removing clients from table.
2019-11-02 00:29:06 +03:00
Arthur Golubtsov
e26f7a861a copter_table_models: Update position column check 2019-11-01 19:12:14 +03:00
Arthur Golubtsov
0b23fd6e53 Server: Modify updating table data 2019-11-01 18:53:24 +03:00
Arthur Golubtsov
1053ffe5bb Server: Update GUI 2019-11-01 17:18:29 +03:00
Arthur Golubtsov
0beb6ca69a Server: Handle new data, fix getting copter client data, remove old requests 2019-11-01 17:18:01 +03:00
Arthur Golubtsov
87a45ad157 copter_table_models: Add three new rows with git version, mode and start x y z 2019-11-01 17:16:25 +03:00
Arthur Golubtsov
5e56a82b35 Server: simplify table update 2019-10-31 15:13:03 +03:00
Arthur Golubtsov
9f536356ab Server: Update request for telemetry 2019-10-30 07:05:48 +03:00
Arthur Golubtsov
4619a340e3 Server: Add support for telemetry streaming 2019-10-30 06:41:32 +03:00
Arthur Golubtsov
1adade0bda Server: Add check for position col in table 2019-10-29 16:38:13 +03:00
Arthur Golubtsov
34999302f7 Server: Update GUI 2019-10-29 15:58:27 +03:00
Arthur Golubtsov
82a434b4ca Add ability to send folder with launch files 2019-10-29 15:54:08 +03:00
Arthur Golubtsov
585cb61673 Server: Change remove_disconnected param to False in server_config 2019-10-29 15:06:55 +03:00
Arthur Golubtsov
eb96ee4a4b Server: don't do selfcheck before takeoff until the connection problem will be solved 2019-10-29 14:31:01 +03:00
Arthur Golubtsov
caa14411d0 Server: Add reboot_all command 2019-10-23 15:51:00 +03:00
Arthur Golubtsov
dd761e7dfb Server: Fix copter removing 2019-10-23 15:51:00 +03:00
Arthur Golubtsov
c91679964c Server: Add takeoff_z command 2019-10-22 14:38:52 +03:00
Arthur Golubtsov
8b3986438b Server: Check user input for copter name 2019-10-21 10:19:16 +03:00
artem30801
eb61fd0dd8 Test and merge feature branch (#52)
* Added indication of connected/disconnected copters

* Added client removing functionality

* Option for automatically remove disconnected copters from table

* Renaming copters from QT server table on the go + some improvements
2019-10-18 22:52:25 +03:00
Arthur Golubtsov
5745daaf67 Server: Add send calibration files menu function 2019-10-16 17:10:05 +03:00
Arthur Golubtsov
01287a766e Server: Update interface 2019-10-09 18:43:30 +03:00
Arthur Golubtsov
19b4d73da3 Server: correct send start_time logic 2019-10-08 19:55:14 +03:00
Arthur Golubtsov
d81f521b75 Server: fix play_music_at_time logic 2019-10-08 18:58:41 +03:00
Arthur Golubtsov
ca4b4aa1bf Connection rewrite: update client and server connection logic (#49) 2019-10-07 20:05:39 +03:00
Arthur Golubtsov
5f0c78f725 Server: Add set_z_offset_to_ground and reset_z_offset commands 2019-10-01 02:34:07 +03:00
Arthur Golubtsov
018f4f891f Server: Fix play music checkbox checking 2019-10-01 02:19:27 +03:00
Arthur Golubtsov
f8c8c0213d Server: update chrony config 2019-09-25 16:28:30 +03:00
Arthur Golubtsov
e191db3cbe Server: Add ability to play music 2019-09-25 16:25:59 +03:00
Arthur Golubtsov
df4d7801ec Fix conditions in col_checks 2019-09-25 16:25:20 +03:00
Arthur Golubtsov
424f1cbec2 Add moving and resetting start animation position 2019-09-19 17:13:37 +03:00
Arthur Golubtsov
130ca7845f Server: Add current position request check 2019-09-19 16:03:25 +03:00
Arthur Golubtsov
da5cc5becc Server UI: Add Select All menu button and shortcut, set row size to fit headers names on start 2019-09-19 15:03:40 +03:00
Arthur Golubtsov
56fb329309 Change size adjust policy of tableView to adjust to contents, add Select All menu item 2019-09-19 15:02:13 +03:00
Arthur Golubtsov
a408b298e3 Server: Add developer menu options 2019-09-13 19:12:00 +03:00
Arthur Golubtsov
263d4081ab Server: Add calibration functions, improve buttons state behavior 2019-09-12 07:49:28 +03:00
Arthur Golubtsov
fbadc64e30 Server: Small update of user interface 2019-09-12 07:49:28 +03:00
Arthur Golubtsov
d3a8d11777 Server: Update user interface 2019-09-12 05:04:15 +03:00
Arthur Golubtsov
d32e1480e1 Server: Add get system and calibration status functions support 2019-09-12 02:39:02 +03:00
Artem30801
eceb5a7f71 Minor config changes (added ability to turn off broadcast) 2019-07-26 12:36:33 +03:00
Arthur Golubtsov
c03d0d61bd Server: add chrony example configuration file 2019-07-22 02:31:22 +03:00
Arthur Golubtsov
07d47bbfc2 Change checks type for takeoff and flip actions 2019-07-18 16:20:05 +03:00
Arthur Golubtsov
7c34cfcde5 Server: Repaired bugs with takeoff ready check, confirmation_required decorators, resume time sending 2019-07-05 18:36:48 +03:00
Arthur Golubtsov
f724e9e830 Server: Add separate check for takeoff button 2019-07-05 15:41:06 +03:00
Arthur Golubtsov
bfe705f10d Update table model and signal emitting condition 2019-07-05 14:23:36 +03:00
Artem30801
ed02db6dbf Fix for python <3.6 2019-06-25 19:23:55 +03:00
Artem30801
cd9baa6a09 Fixed sel unregister issue 2019-06-25 18:46:04 +03:00
Artem30801
d7e8e29f80 Display fix 2019-06-25 18:35:39 +03:00
Artem30801
0bbabb6363 Server now can send resume time stamp for sync, closes #33 2019-06-18 13:32:13 +03:00