-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.73 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(plot,coverage.stat)
S3method(plot,navigation)
S3method(plot,navigation.stat)
S3method(plot,nees.stat)
S3method(plot,trajectory)
S3method(print,trajectory)
export(X_ellips2ned)
export(X_ned2ellips)
export(compute_coverage)
export(compute_mean_orientation_err)
export(compute_mean_position_err)
export(compute_nees)
export(make_sensor)
export(make_timing)
export(make_trajectory)
export(navigation)
export(plot_imu_err_with_cov)
export(plot_nav_states_with_cov)
import(parallel)
import(pbmcapply)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,sourceCpp)
importFrom(RcppArmadillo,armadillo_set_seed)
importFrom(expm,"%^%")
importFrom(expm,expm)
importFrom(grDevices,hcl)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,grid)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(leaflet,addMarkers)
importFrom(leaflet,addPolylines)
importFrom(leaflet,addTiles)
importFrom(leaflet,leaflet)
importFrom(magrittr,"%>%")
importFrom(magrittr,mod)
importFrom(plotly,add_markers)
importFrom(plotly,add_trace)
importFrom(plotly,plot_ly)
importFrom(rbenchmark,benchmark)
importFrom(simts,AR1)
importFrom(simts,DR)
importFrom(simts,GM)
importFrom(simts,QN)
importFrom(simts,RW)
importFrom(simts,WN)
importFrom(simts,gen_gts)
importFrom(stats,approx)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,spline)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
useDynLib(navigation, .registration = TRUE)