Skip to content

Commit 790844c

Browse files
committed
3Dvehicle discretization
1 parent 029ea93 commit 790844c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ex_3Dvehicle-RA/vehicle3D.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ const int dim_w = 0;
2626
// States
2727
const vec ss_lb = {-5.0, -5.0,-3.4};
2828
const vec ss_ub = {5.0, 5.0, 3.4};
29-
const vec ss_eta = {0.5, 0.5,0.2};
29+
const vec ss_eta = {0.5, 0.5,0.4};
3030
// Inputs
3131
const vec is_lb = {-1.0,-0.4};
3232
const vec is_ub = {4.0,0.4};
33-
const vec is_eta = {0.5, 0.1};
33+
const vec is_eta = {1, 0.2};
3434

3535
//standard deviation of each dimension
3636
const vec sigma = {sqrt(1/1.5), sqrt(1/1.5),sqrt(1/1.5)};

0 commit comments

Comments
 (0)