-
Notifications
You must be signed in to change notification settings - Fork 0
/
quadrotor_poly.cfg
26 lines (20 loc) · 1.28 KB
/
quadrotor_poly.cfg
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
# analysis options
system = "quad_timed"
# boxes centered at $x_1(0) = 1.2$, $x_2(0) = 1.05$, $x_3(0) =1.5$, $x_4(0) = 2.4$, $x_5(0) = 1$, $x_6(0) = 0.1$, $x_7(0) = 0.45$.
initially = "0.5 <= pn <= 0.7 & -0.8 <= pe <= -0.6 & 0.7 <= h <= 0.9 & tau_phi==0 & tau_theta==0 & tau_psi==0 & u==0 & v==0 & w==0 & q0==0 & q1==0 & q2==0& q3==0 & t==0 & p==0 & q==0 & r==0"
#initially = "t==0 & -0.4 <= x1 <= 0.4 & -0.4 <= x2 <= 0.4 & -0.4 <= x3 <= 0.4 & -0.4 <= x4 <= 0.4 & -0.4 <= x5 <= 0.4 & -0.4 <= x6 <= 0.4 & x7==0 & x8==0 & x9==0 & x10==0 & x11==0 & x12==0 "
# forbidden = "x3 >= 1.4"
scenario = "zono"
zono.nTaylor = 10;
zono.order = 50;
# zono.order = 5;
sampling-time = 0.05
# time-horizon = 7
time-horizon = 5
iter-max = 2
output-variables = "t,h"
output-format = "GEN"
rel-err = 1.0e-12
abs-err = 1.0e-13
output-error = 0.0001
# The task is to change the height from $0$~[m] to $1$~[m] within $5$~[s]. A goal region $[0.98,1.02]$ of the height $x_3$ has to be reached within $5$~[s] and the height has to stay below $1.4$ for all times. After $1$~[s] the height should stay above $0.9$~[m]. The initial position of the quadrotor is uncertain in all directions within $[-0.4,0.4]$~[m] and also the velocity is uncertain within $[-0.4,0.4]$~[m/s] for all directions. All other values are initialized as $0$.