-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTime-Varying-SOS_Parameters.txt
29 lines (25 loc) · 1.17 KB
/
Time-Varying-SOS_Parameters.txt
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
Parameters of Time-Varying SOS
***Illustrative Example 3 **********************
Static Obs: 1 # number of obstacles
num_pieces = 2 # number of linear pieces
num_iterations=40 # number of iterations of the heuristic
Order of risk contours: 2 # number of order of polynomials
time: ~2.2 sec
***Illustrative Example 4 **********************
Dynamic Obs: 1 # number of obstacles
num_pieces = 2 # number of linear pieces
num_iterations=20 # number of iterations of the heuristic
Order of risk contours: 4 # number of order of polynomials
time: ~6.9 sec
***Example B **********************
Dynamic Obs: 2 # number of obstacles
num_pieces = 2 # number of linear pieces
num_iterations=20 # number of iterations of the heuristic
Order of risk contours: 2 # number of order of polynomials
time: ~1.2 sec
***Example C **********************
Dynamic Obs: 3 # number of obstacles
num_pieces = 5 # number of linear pieces
num_iterations=20 # number of iterations of the heuristic
Order of risk contours: 2 # number of order of polynomials
time: ~7 sec