-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 1.13 KB
/
Copy pathDESCRIPTION
File metadata and controls
26 lines (26 loc) · 1.13 KB
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
Package: flightplanning
Type: Package
Title: UAV Flight Planning
Version: 0.8.4
Authors@R: c(
person("Caio", "Hamamura", email = "[email protected]", role = c("aut", "cre")),
person("Danilo Roberti Alves de", "Almeida", email = "[email protected]", role = c("aut")),
person("Daniel de Almeida", "Papa", email = "[email protected]", role = c("aut")),
person("Hudson Franklin Pessoa", "Veras", email = "[email protected]", role = c("aut")),
person("Evandro Orfanó", "Figueiredo", email = "[email protected]", role = c("aut")))
Description: Utility functions for creating flight plans for unmanned aerial vehicles (UAV), specially for the Litchi Hub platform. It calculates the flight and camera settings based on the camera specifications, exporting the flight plan CSV format ready to import into Litchi Hub.
Imports:
graphics,
grDevices,
methods,
rgdal,
rgeos,
sp
Depends: R (>= 3.0)
Suggests: testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
URL: https://github.com/caiohamamura/flightplanning-R
BugReports: https://github.com/caiohamamura/flightplanning-R/issues