-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
executable file
·50 lines (50 loc) · 1.58 KB
/
DESCRIPTION
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
Package: uavRmp
Type: Package
Title: UAV Mission Planner
Version: 0.7
Date: 2023-03-27
Authors@R: c(person("Chris", "Reudenbach", email = "[email protected]", role = c("cre", "aut")),
person("Marvin", "Ludwig", role = c("ctb")),
person("Sebastian", "Richter", role = c("ctb")),
person("Florian", "Detsch", role = c("ctb")),
person("Hanna", "Meyer", role = c("ctb"))
)
Encoding: UTF-8
Maintainer: Chris Reudenbach <[email protected]>
Description: The Unmanned Aerial Vehicle Mission Planner provides an easy to use work flow for planning autonomous obstacle avoiding surveys of ready to fly unmanned aerial vehicles to retrieve aerial or spot related data. It creates either intermediate flight control files for the DJI-Litchi supported series or ready to upload control files for the pixhawk-based flight controller as used in the 3DR-Solo or Yuneec series. Additionally it contains some useful tools for digitizing and data manipulation.
URL: https://github.com/gisma/uavRmp
BugReports: https://github.com/gisma/uavRmp/issues
License: GPL (>= 3) | file LICENSE
Depends:
R (>= 3.1.0)
Imports:
sp,
sf,
geosphere,
tools,
log4r,
zoo,
methods,
brew,
exifr,
link2GI,
data.table,
jsonlite,
rlist,
xfun,
terra,
concaveman,
dplyr,
spatialEco
RoxygenNote: 7.3.1
SystemRequirements: GNU make
Suggests: knitr,
rmarkdown,
markdown,
mapview,
grDevices,
stringr,
htmltools,
htmlwidgets,
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)