Skip to content

Commit cab2026

Browse files
committed
Index Chage
1 parent 03cf719 commit cab2026

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/bi_mppi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ int main() {
3838
switch (s)
3939
{
4040
case 0:
41-
param.x_init(0) = 0.5;
41+
param.x_init(0) = 1.5;
4242
break;
4343
case 1:
44-
param.x_init(0) = 1.5;
44+
param.x_init(0) = 0.5;
4545
break;
4646
case 2:
4747
param.x_init(0) = 2.5;

src/cluster_mppi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ int main() {
3333
switch (s)
3434
{
3535
case 0:
36-
param.x_init(0) = 0.5;
36+
param.x_init(0) = 1.5;
3737
break;
3838
case 1:
39-
param.x_init(0) = 1.5;
39+
param.x_init(0) = 0.5;
4040
break;
4141
case 2:
4242
param.x_init(0) = 2.5;

src/log_mppi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ int main() {
3333
switch (s)
3434
{
3535
case 0:
36-
param.x_init(0) = 0.5;
36+
param.x_init(0) = 1.5;
3737
break;
3838
case 1:
39-
param.x_init(0) = 1.5;
39+
param.x_init(0) = 0.5;
4040
break;
4141
case 2:
4242
param.x_init(0) = 2.5;

src/mppi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ int main() {
3333
switch (s)
3434
{
3535
case 0:
36-
param.x_init(0) = 0.5;
36+
param.x_init(0) = 1.5;
3737
break;
3838
case 1:
39-
param.x_init(0) = 1.5;
39+
param.x_init(0) = 0.5;
4040
break;
4141
case 2:
4242
param.x_init(0) = 2.5;

0 commit comments

Comments
 (0)