-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNEWS
executable file
·123 lines (71 loc) · 2.01 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
## uavRmp 0.7
new features:
* add QGIS digitizing support
* new QGC terrain following analysis
bugfixes:
* fix the overlay error of vecDraw
## uavRmp 0.6.4
new features:
* add additional terrain filter functions for QGroundcontrol planned surveys
changes:
* substitute "dji4K"" camera tag with "dji23"/"dji43" for better path planning
bugfixes:
* fix the follow terrain altitude bug in translating the Qgroundcontrol planning files
## uavRmp 0.6.3
changes:
* remove dependencies on raster
* drop heatmap of images
## uavRmp 0.6.2
changes:
* move functions to internal
* remove dependencies on rgeos, maptools and rgdal #10
## uavRmp 0.6.1
new features:
* add functions to correct wrong DJI GPS altitude
## uavRmp 0.6.0
changes:
* change DJI flag from `djip3` to `dji_csv`
* re-add DJI support
* add converter and shiny GUI for Missionplaner/Qgroundcontrol survey flightplans to lichi csv
bugfixes:
* fix several waypoint issues especially the zig zag behaviour starting and landing
## uavRmp 0.5.7
bugfixes:
* fix cran issue maptools
* fix several R 4.x problems
## uavRmp 0.5.6
bugfixes:
* fix import functionality for QGroundcontrol flight planning files
* fix wrong calculation of buffers
* add documentation for qgroundcontrol survey files
## uavRmp 0.5.5
changes:
* add sf support for vecdraw overlay
* add preliminary import functionality for QGroundcontrol flight planning files
bugfixes:
* fix some gdalUtils issues
* fix wrong cropping if launchposition is outside of task
## uavRmp 0.5.4
bugfixes:
* fix sf gdalUtils conflict
* fix NEWS and NEWS.md
## uavRmp 0.5.3
changes:
* add common GEOJSON support for flightareas
bugfixes:
* fix CRAN issues
## uavRmp 0.5.2
new features:
* add point flight mode
* add service functions
* add Agisoft scripting support
* new folder structure
bugfixes:
* fix turning of the UAV at turnpoints
* fix several small bugs
## uavrmp 0.5.1
bugfixes:
* fix non CRAN compliant examples.
* fix runtime errors
## uavRmp 0.5.0
* Initial release