1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00
Commit graph

141 commits

Author SHA1 Message Date
ArnoTlse
a81050d121 Safehome : read 2021-03-22 21:47:02 +01:00
ArnoTlse
cf80f8c9ab Add Safehome tab 2021-03-02 18:43:29 +01:00
ArnoTlse
d3a48e0f56 Code Review
Correction on indentation + Mission validation
2021-02-22 14:10:52 +01:00
ArnoTlse
9745aee718 Update mission_control.js
Correction made for Jump management on save/LoadMissionFile and save/load to FC

Remain an error on Epom
2021-02-16 23:59:49 +01:00
ArnoTlse
ea6ac3ec8f First release of new mission planner
All working for saving into FC.
Remaining bug on EPROM action
2021-02-15 22:27:00 +01:00
ArnoTlse
57d06ccc79 update SendNextPoint
Update SendNextPoint to cope with New WP type
2021-01-15 19:42:15 +01:00
ArnoTlse
1169f64ade some minor bugs correction 2021-01-10 23:06:18 +01:00
ArnoTlse
5fde0022a5 Rearranging RTH selection menu 2021-01-09 22:58:17 +01:00
ArnoTlse
63e8825761 Code comment & Alert on JUMP&Set_HEAD 2021-01-07 23:14:21 +01:00
ArnoTlse
d2d770371e SaveMissionFile update
correction for SaveMissionFile for Jump and POI issue
2021-01-04 21:09:53 +01:00
ArnoTlse
5085c43b61 add Jump and Poi behavior
modification for Jump & POI
2020-12-31 17:41:40 +01:00
ArnoTlse
109cf5cdee Radio button for options (RTH, JUMP, HEAD)
modification to add RTH, JUMP, HEAD as options of Waypoints

first draft for GUI (remains saving part: XML format)
2020-12-30 23:25:00 +01:00
ArnoTlse
b8675b5dc6 Multiple following POI case
Manage multiple following POI by changing dashline style each time a new POI is set
2020-12-29 10:28:47 +01:00
ArnoTlse
5902dea6d4 Update POI on map
update for line painting taking into account POI waypoint
2020-12-28 22:56:12 +01:00
ArnoTlse
8c2d036ef3 add Table to follow mission 2020-12-27 23:10:34 +01:00
ArnoTlse
4cbcd0fa38 Mission planner gui evolution
modification of code to have more thant Waypoints in the Gui list
2020-12-27 20:58:32 +01:00
Miralem Halilovic
d53adc22b2
Merge branch 'master' into mission-planner-show-altitude-in-meters 2020-09-04 13:42:37 +02:00
Jonathan Hudson
35588c45a8 set sensible first use map zoom to avoid confusing new users 2020-06-27 08:03:03 +01:00
Miralem
36ae3ac7bf
added label that converts cm into m and shows the value 2020-06-05 20:21:19 +02:00
Alberto García Hierro
0e01133fc9 Make tab loading async safe and add a small animation
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.

Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
2020-01-21 18:19:06 +00:00
Pawel Spychalski (DzikuVx)
c4aaaf218d Fix file open dialog in mission planner 2019-11-20 10:58:46 +01:00
CSMachineCo
8c9b4d421d
Added marker for RTH and cleaned up a bit. 2019-08-14 21:04:53 -04:00
CSMachineCo
aba0e6e6d8
added real time monitoring
Added real time position icon, bread crumb trail, and real time param display
2019-08-11 14:41:50 -04:00
mirko-it
e1d92bc114 Fix for Load/Save mission not working (#783)
* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling

* fix include nwdialog and fs packages

* xml2js lib with all dependencies in a single file
2019-05-31 12:01:04 +02:00
mirko-it
3dcffdd292 Offline missions (with FC disconnected) on file (#720)
* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling
2019-04-29 17:23:32 +02:00
TedNV
e08ae3c6b4 adding support for mapproxy 2018-11-26 16:29:38 -08:00
Pawel Spychalski (DzikuVx)
655b762330 Map provider choice on mission planner page 2018-11-09 22:18:45 +01:00
Alberto García Hierro
aa47f3eba2 Make the attribution link in Missions tab open an external window
Otherwise it overrides the viewport of the configurator. The GPS
tab doesn't have this problem because it uses an intermediate
iframe to host the map.

Fixes #540
2018-07-13 11:08:14 +01:00
Konstantin Sharlaimov (DigitalEntity)
d1e31f4bdb Fix mission EEPROM load/save commands 2018-05-10 22:35:19 +10:00
Sergej Pozdnyakov
77ac570614 fix bugs, add default settings, add #381 2018-03-17 22:17:00 +03:00
Michel Pastor
82da156f98 Fix mission control closes #370 2018-03-02 22:50:55 +01:00
Konstantin Sharlaimov
47bf5bb7a9
Merge pull request #366 from shellixyz/fix_364
Fixes #364
2018-03-03 01:04:19 +10:00
Sergej Pozdnyakov
87e092cbcb new appearance of the interface, need testing 2018-03-01 20:58:37 +03:00
Michel Pastor
adc197405e Fixes #364 2018-03-01 16:30:13 +01:00
Sergej Pozdnyakov
7070bf3790 fix #354, fix 0 height/width window size, fix load empty mission from eeprom 2018-02-27 21:02:20 +03:00
Sergej Pozdnyakov
536c5488e4 Save and load mission from EEPROM, fix bugs 2018-01-28 14:21:59 +03:00
Sergej Pozdnyakov
efda795698 fix load point 2018-01-07 20:49:58 +03:00
Sergej Pozdnyakov
8dee7a6340 fix save point 2018-01-07 18:14:05 +03:00
Sergej Pozdnyakov
0b7598dabd save and load points 2018-01-05 20:05:10 +03:00
Sergej Pozdnyakov
59b303cb8a check Standalone app 2018-01-03 00:00:27 +03:00
Sergej Pozdnyakov
6cd87dbd64 add first version mission planer 2018-01-02 23:46:44 +03:00