Commit Graph

61 Commits (1bbc834a80de99a2c442148b3293831d940c16e2)

Author SHA1 Message Date
ArnoTlse bc4abc1661 Waypoint OOP version 3.2
correction on MWP file loading. When MWP tag is absent, it trigger an empty map without WP.
It has been corrected now
3 years ago
ArnoTlse 325a01d417 Waypoint OOP version 3.1
Add possibility to Jump -1 + change Text on the line to indicate that it is an infinite loop

Correction of Bug on Saving to FC & EPROM

Correction of bug when Non-Geo options is added => Icon of the selected WP was not in Red anymore
3 years ago
ArnoTlse bbc0b014c8 Waypoint OOP Version 3.0
Correction on a bug found when you add a non-geo options and when you want to move next WP. Before correction, Next WP was then disappearing and the line was frozen, unless you add a new WP after.

Thus, modification done on Add/remove Non-Geo point to force Cleaning and Redraw of the WP icon and lines
3 years ago
ArnoTlse 049ff85016 Waypoint OOP version 2.8 3 years ago
ArnoTlse 4ddbc9a823 Waypoint OOP version 2.5 3 years ago
ArnoTlse 5f357cc34d waypoint OOP version 2.2
Add confirm pop-up when user want to delete WP with Non-Geo options attached. Accepting to remove this WP will remove the Attached Non-Geo options in the mission.
3 years ago
ArnoTlse 188399d7d9 Waypoint OOP version 2.1
correction of Non-sensitive case on the call of background-image: url(../images/icons/cf_icon_MP_loadFile_grey.svg);

Add Alert message on action aiming at removing a Jump target WP. Need to remove first the Jump defintion prior to remove the target WP.
3 years ago
ArnoTlse 2426cac5bb Waypoint OOP version 2.0
Correction of PH_TIME to POSHOLD_TIME to be compliant with XSD specification.

Increase of Font size for text on line for Jump and Set_HEAD.

Renaming of safeHome.js to safehome.js to be compliant to Case-Sensitive check for Blob.
4 years ago
ArnoTlse 0a8d4f81cf Waypoint OOP version 1.9 4 years ago
ArnoTlse 3265158791 waypoint OOP version 1.8 4 years ago
ArnoTlse 7e75ceef39 Waypoint OOP version 1.6 4 years ago
ArnoTlse 949e511d28 Waypoint OOP version 1.5 4 years ago
ArnoTlse 26f21b2880 waypoint OOP version 1.4 4 years ago
ArnoTlse 84de6011c9 Waypoint OOP version 1.3 4 years ago
ArnoTlse 739caeb49b Waypoint OOP version 1.2 4 years ago
ArnoTlse 69dd99a476 Waypoint OOP version 1.2 4 years ago
ArnoTlse 65fa753b98 Waypoint OOP version 1.1 4 years ago
ArnoTlse 525943baf1 Waypoint OOP migration 1.0 4 years ago
ArnoTlse ef5c999428 Waypoint Class 4 years ago
ArnoTlse 3f0208e96a Safehome : panel open/close 4 years ago
ArnoTlse a81050d121 Safehome : read 4 years ago
ArnoTlse cf80f8c9ab Add Safehome tab 4 years ago
ArnoTlse d3a48e0f56 Code Review
Correction on indentation + Mission validation
4 years ago
ArnoTlse 9745aee718 Update mission_control.js
Correction made for Jump management on save/LoadMissionFile and save/load to FC

Remain an error on Epom
4 years ago
ArnoTlse ea6ac3ec8f First release of new mission planner
All working for saving into FC.
Remaining bug on EPROM action
4 years ago
ArnoTlse 57d06ccc79 update SendNextPoint
Update SendNextPoint to cope with New WP type
4 years ago
ArnoTlse 1169f64ade some minor bugs correction 4 years ago
ArnoTlse 5fde0022a5 Rearranging RTH selection menu 4 years ago
ArnoTlse 63e8825761 Code comment & Alert on JUMP&Set_HEAD 4 years ago
ArnoTlse d2d770371e SaveMissionFile update
correction for SaveMissionFile for Jump and POI issue
4 years ago
ArnoTlse 5085c43b61 add Jump and Poi behavior
modification for Jump & POI
4 years ago
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)
4 years ago
ArnoTlse b8675b5dc6 Multiple following POI case
Manage multiple following POI by changing dashline style each time a new POI is set
4 years ago
ArnoTlse 5902dea6d4 Update POI on map
update for line painting taking into account POI waypoint
4 years ago
ArnoTlse 8c2d036ef3 add Table to follow mission 4 years ago
ArnoTlse 4cbcd0fa38 Mission planner gui evolution
modification of code to have more thant Waypoints in the Gui list
4 years ago
Miralem Halilovic d53adc22b2
Merge branch 'master' into mission-planner-show-altitude-in-meters 4 years ago
Jonathan Hudson 35588c45a8 set sensible first use map zoom to avoid confusing new users 4 years ago
Miralem 36ae3ac7bf
added label that converts cm into m and shows the value 4 years ago
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.
5 years ago
Pawel Spychalski (DzikuVx) c4aaaf218d Fix file open dialog in mission planner 5 years ago
CSMachineCo 8c9b4d421d
Added marker for RTH and cleaned up a bit. 5 years ago
CSMachineCo aba0e6e6d8
added real time monitoring
Added real time position icon, bread crumb trail, and real time param display
5 years ago
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
5 years ago
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
5 years ago
TedNV e08ae3c6b4 adding support for mapproxy 6 years ago
Pawel Spychalski (DzikuVx) 655b762330 Map provider choice on mission planner page 6 years ago
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
6 years ago
Konstantin Sharlaimov (DigitalEntity) d1e31f4bdb Fix mission EEPROM load/save commands 6 years ago
Sergej Pozdnyakov 77ac570614 fix bugs, add default settings, add #381 7 years ago