diff --git a/agbot/experiments/commands_perception_noise.txt b/agbot/experiments/commands_perception_noise.txt index 97af1d495e7b8da4488007c76edb39c7cc467940..334ddaf310330afdfc0ad7d636992839cdc16b9c 100644 --- a/agbot/experiments/commands_perception_noise.txt +++ b/agbot/experiments/commands_perception_noise.txt @@ -3,26 +3,21 @@ # # For heading -python main.py agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_00.json -python main.py agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_01.json -python main.py agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_10.json -python main.py agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_50.json -python main.py agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading1_00.json -python main.py agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading2_00.json - -# For heading (deg) -python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0.json -python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg1.json -python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg5.json -python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg20.json -python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg45.json -python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg90.json +python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0_0.json +python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0_1.json +python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg1_0.json +python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg2_5.json +python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg5_0.json +python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg10_0.json +python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg25_0.json +python main.py agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg45_0.json # For pose python main.py agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_00__heading0_00.json python main.py agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_01__heading0_00.json +python main.py agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_05__heading0_00.json python main.py agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_10__heading0_00.json +python main.py agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_25__heading0_00.json python main.py agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_50__heading0_00.json python main.py agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose1_00__heading0_00.json python main.py agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose2_00__heading0_00.json - diff --git a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading1_00.json b/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading1_00.json deleted file mode 100644 index 4f6c266ad6a640f377f4ce604c9d05edf3961567..0000000000000000000000000000000000000000 --- a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading1_00.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "vertex": [ - "cropfollow/pn=[0.00:1.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" - ], - "edge": [], - "variables": [ - "x", - "y", - "theta", - "c1_y", - "c2_y", - "c3_y", - "c4_y" - ], - "guards": [], - "initialSet": [ - [ - 0.0, - -0.1, - -0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ], - [ - 0.0, - 0.1, - 0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", - "timeHorizon": 15, - "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00" -} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading2_00.json b/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading2_00.json deleted file mode 100644 index 1bb9756200570c24399d988a30856e09c09f646a..0000000000000000000000000000000000000000 --- a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading2_00.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "vertex": [ - "cropfollow/pn=[0.00:2.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" - ], - "edge": [], - "variables": [ - "x", - "y", - "theta", - "c1_y", - "c2_y", - "c3_y", - "c4_y" - ], - "guards": [], - "initialSet": [ - [ - 0.0, - -0.1, - -0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ], - [ - 0.0, - 0.1, - 0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", - "timeHorizon": 15, - "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00" -} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0.json deleted file mode 100644 index ebc5ee46982546234df5f2e496722977fc846474..0000000000000000000000000000000000000000 --- a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "vertex": [ - "cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" - ], - "edge": [], - "variables": [ - "x", - "y", - "theta", - "c1_y", - "c2_y", - "c3_y", - "c4_y" - ], - "guards": [], - "initialSet": [ - [ - 0.0, - -0.1, - -0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ], - [ - 0.0, - 0.1, - 0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", - "timeHorizon": 15, - "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0" -} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_00.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0_0.json similarity index 85% rename from agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_00.json rename to agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0_0.json index 8ba40b07a685224c54cbe84a5997241a56e0dfdf..f1c50713ed381fd4b69c85d2f3dd320bb3c64225 100644 --- a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_00.json +++ b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0_0.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[0.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ @@ -36,5 +36,5 @@ "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", "timeHorizon": 15, "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00" + "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0_0" } \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_01.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0_1.json similarity index 85% rename from agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_01.json rename to agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0_1.json index 842d2cfa837b600069f16d51c2a6c7a51ce56c3b..59a007c4eba3ef360ef74503e8386b553a7f4f01 100644 --- a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_01.json +++ b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg0_1.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[0.00:0.01]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[0.000:0.002]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ @@ -36,5 +36,5 @@ "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", "timeHorizon": 15, "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01" + "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0_1" } \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg1.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg1.json deleted file mode 100644 index 20f756ff61c09737185cb00c02dae0f0f1887c7b..0000000000000000000000000000000000000000 --- a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg1.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "vertex": [ - "cropfollow/pn=[0.00:0.02]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" - ], - "edge": [], - "variables": [ - "x", - "y", - "theta", - "c1_y", - "c2_y", - "c3_y", - "c4_y" - ], - "guards": [], - "initialSet": [ - [ - 0.0, - -0.1, - -0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ], - [ - 0.0, - 0.1, - 0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", - "timeHorizon": 15, - "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1" -} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg10_0.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg10_0.json new file mode 100644 index 0000000000000000000000000000000000000000..5b095e250755746c46e0171b7313e34c8c856283 --- /dev/null +++ b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg10_0.json @@ -0,0 +1,40 @@ +{ + "vertex": [ + "cropfollow/pn=[0.000:0.175]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + ], + "edge": [], + "variables": [ + "x", + "y", + "theta", + "c1_y", + "c2_y", + "c3_y", + "c4_y" + ], + "guards": [], + "initialSet": [ + [ + 0.0, + -0.1, + -0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.1, + 0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", + "timeHorizon": 15, + "directory": "agbot/cropfollow", + "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0" +} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_10.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg1_0.json similarity index 85% rename from agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_10.json rename to agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg1_0.json index 9e7fc3da1bbaa57fdd6182b1137a2acbde3138d3..89be9432dfc7f079eddf2d710ce4201b86fd65cf 100644 --- a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_10.json +++ b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg1_0.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[0.00:0.10]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[0.000:0.017]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ @@ -36,5 +36,5 @@ "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", "timeHorizon": 15, "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10" + "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1_0" } \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg20.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg20.json deleted file mode 100644 index c7334aaba0d71cbaa6d49ce77d56f3c4c88d0d92..0000000000000000000000000000000000000000 --- a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg20.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "vertex": [ - "cropfollow/pn=[0.00:0.35]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" - ], - "edge": [], - "variables": [ - "x", - "y", - "theta", - "c1_y", - "c2_y", - "c3_y", - "c4_y" - ], - "guards": [], - "initialSet": [ - [ - 0.0, - -0.1, - -0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ], - [ - 0.0, - 0.1, - 0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", - "timeHorizon": 15, - "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg20" -} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg25_0.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg25_0.json new file mode 100644 index 0000000000000000000000000000000000000000..ba3fc6c01fc56fc13d5f3429c0e5a7188557ced6 --- /dev/null +++ b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg25_0.json @@ -0,0 +1,40 @@ +{ + "vertex": [ + "cropfollow/pn=[0.000:0.436]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + ], + "edge": [], + "variables": [ + "x", + "y", + "theta", + "c1_y", + "c2_y", + "c3_y", + "c4_y" + ], + "guards": [], + "initialSet": [ + [ + 0.0, + -0.1, + -0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.1, + 0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", + "timeHorizon": 15, + "directory": "agbot/cropfollow", + "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0" +} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_50.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg2_5.json similarity index 85% rename from agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_50.json rename to agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg2_5.json index bb8e101138d240811e18a8166bdd87ad88a9ecbc..cafb77d3a79760c1960813c00c41843bc9310230 100644 --- a/agbot/input/experiments/noise/p01_a10/heading/input_agbot_perceptnoise_pose0_00__heading0_50.json +++ b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg2_5.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[0.00:0.50]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[0.000:0.044]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ @@ -36,5 +36,5 @@ "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", "timeHorizon": 15, "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50" + "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg2_5" } \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg45.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg45.json deleted file mode 100644 index b96eadc712f098df8d2428d4a82d1b1bece85ddd..0000000000000000000000000000000000000000 --- a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg45.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "vertex": [ - "cropfollow/pn=[0.00:0.79]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" - ], - "edge": [], - "variables": [ - "x", - "y", - "theta", - "c1_y", - "c2_y", - "c3_y", - "c4_y" - ], - "guards": [], - "initialSet": [ - [ - 0.0, - -0.1, - -0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ], - [ - 0.0, - 0.1, - 0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", - "timeHorizon": 15, - "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45" -} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg45_0.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg45_0.json new file mode 100644 index 0000000000000000000000000000000000000000..c84647632aab8601fee9edf817d558a19cf75ab2 --- /dev/null +++ b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg45_0.json @@ -0,0 +1,40 @@ +{ + "vertex": [ + "cropfollow/pn=[0.000:0.785]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + ], + "edge": [], + "variables": [ + "x", + "y", + "theta", + "c1_y", + "c2_y", + "c3_y", + "c4_y" + ], + "guards": [], + "initialSet": [ + [ + 0.0, + -0.1, + -0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.1, + 0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", + "timeHorizon": 15, + "directory": "agbot/cropfollow", + "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0" +} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg5.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg5.json deleted file mode 100644 index daaa48bc17f2d714aae2f70bf6bab8cc343e7dea..0000000000000000000000000000000000000000 --- a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg5.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "vertex": [ - "cropfollow/pn=[0.00:0.09]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" - ], - "edge": [], - "variables": [ - "x", - "y", - "theta", - "c1_y", - "c2_y", - "c3_y", - "c4_y" - ], - "guards": [], - "initialSet": [ - [ - 0.0, - -0.1, - -0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ], - [ - 0.0, - 0.1, - 0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", - "timeHorizon": 15, - "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5" -} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg5_0.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg5_0.json new file mode 100644 index 0000000000000000000000000000000000000000..e0ef54b0f257ce86d1d895fd81cac32476427ecb --- /dev/null +++ b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg5_0.json @@ -0,0 +1,40 @@ +{ + "vertex": [ + "cropfollow/pn=[0.000:0.087]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + ], + "edge": [], + "variables": [ + "x", + "y", + "theta", + "c1_y", + "c2_y", + "c3_y", + "c4_y" + ], + "guards": [], + "initialSet": [ + [ + 0.0, + -0.1, + -0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.1, + 0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", + "timeHorizon": 15, + "directory": "agbot/cropfollow", + "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5_0" +} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg90.json b/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg90.json deleted file mode 100644 index cff8c154d8576779e8968f0595d428109aaf03ad..0000000000000000000000000000000000000000 --- a/agbot/input/experiments/noise/p01_a10/heading_degrees/input_agbot_perceptnoise_pose0_00__headingdeg90.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "vertex": [ - "cropfollow/pn=[0.00:1.57]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" - ], - "edge": [], - "variables": [ - "x", - "y", - "theta", - "c1_y", - "c2_y", - "c3_y", - "c4_y" - ], - "guards": [], - "initialSet": [ - [ - 0.0, - -0.1, - -0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ], - [ - 0.0, - 0.1, - 0.175, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", - "timeHorizon": 15, - "directory": "agbot/cropfollow", - "output_directory": "output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg90" -} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_00__heading0_00.json b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_00__heading0_00.json index c5bfcf47535ceba7d96b56e009ea90af9c3117db..a0ec2a19576219e877ba9e40d2c6b3dee7a8be0a 100644 --- a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_00__heading0_00.json +++ b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_00__heading0_00.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[0.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ diff --git a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_01__heading0_00.json b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_01__heading0_00.json index 8bb9505130bdf0f5f47ca7ed5a38bfdd37210521..e222fa06d76c651ac22a8f8c5422338b31753da4 100644 --- a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_01__heading0_00.json +++ b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_01__heading0_00.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[0.01:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[0.010:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ diff --git a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_05__heading0_00.json b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_05__heading0_00.json new file mode 100644 index 0000000000000000000000000000000000000000..875afd744550f028b585e7c764654804a86f85cf --- /dev/null +++ b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_05__heading0_00.json @@ -0,0 +1,40 @@ +{ + "vertex": [ + "cropfollow/pn=[0.050:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + ], + "edge": [], + "variables": [ + "x", + "y", + "theta", + "c1_y", + "c2_y", + "c3_y", + "c4_y" + ], + "guards": [], + "initialSet": [ + [ + 0.0, + -0.1, + -0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.1, + 0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", + "timeHorizon": 15, + "directory": "agbot/cropfollow", + "output_directory": "output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00" +} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_10__heading0_00.json b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_10__heading0_00.json index 8910d1ee9281c5b33062c1e646a83d5e25dcd7d4..aae5d8ca0d4ed481c4fa98aca46b1dc54074e4db 100644 --- a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_10__heading0_00.json +++ b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_10__heading0_00.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[0.10:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[0.100:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ diff --git a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_25__heading0_00.json b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_25__heading0_00.json new file mode 100644 index 0000000000000000000000000000000000000000..89f39fd47cc15ebb4d130caeb0c042bd96c94766 --- /dev/null +++ b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_25__heading0_00.json @@ -0,0 +1,40 @@ +{ + "vertex": [ + "cropfollow/pn=[0.250:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + ], + "edge": [], + "variables": [ + "x", + "y", + "theta", + "c1_y", + "c2_y", + "c3_y", + "c4_y" + ], + "guards": [], + "initialSet": [ + [ + 0.0, + -0.1, + -0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.1, + 0.175, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "unsafeSet": "@Allmode:Or(c1_y<-0.38,c1_y>0.38, c2_y<-0.38,c2_y>0.38, c3_y<-0.38,c3_y>0.38, c4_y<-0.38,c4_y>0.38)", + "timeHorizon": 15, + "directory": "agbot/cropfollow", + "output_directory": "output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00" +} \ No newline at end of file diff --git a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_50__heading0_00.json b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_50__heading0_00.json index bf0dbe42f90b8a6f5a0bfb002bd120c0b911a33c..fcb365b0e3df8b5af2851e001aea2380cfa41ffd 100644 --- a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_50__heading0_00.json +++ b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose0_50__heading0_00.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[0.50:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[0.500:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ diff --git a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose1_00__heading0_00.json b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose1_00__heading0_00.json index b5bda93c44520f4a9af54a9efee6459a709db739..df3b5f9316ab56dde64d90753734ef7cee00f1d4 100644 --- a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose1_00__heading0_00.json +++ b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose1_00__heading0_00.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[1.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[1.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ diff --git a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose2_00__heading0_00.json b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose2_00__heading0_00.json index 5042cb15bc657d939b52e472cc95d5ed1feb776e..0ef1fb48bb5575a9bc235d210ef4aa596f6ea442 100644 --- a/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose2_00__heading0_00.json +++ b/agbot/input/experiments/noise/p01_a10/pose/input_agbot_perceptnoise_pose2_00__heading0_00.json @@ -1,6 +1,6 @@ { "vertex": [ - "cropfollow/pn=[2.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" + "cropfollow/pn=[2.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]]" ], "edge": [], "variables": [ diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/Traj.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/Traj.txt deleted file mode 100644 index 15cb3142b4412eae634bb746638222f7f3cc9513..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 -0.006422110833227634 0.006181248463690281 0.14512032270431519 -0.15487396717071533 -0.1579645574092865 0.14202973246574402 -0.3333333432674408 0.1999962031841278 -0.0051858690567314625 0.005344200413674116 0.14614802598953247 -0.15384769439697266 -0.15651977062225342 0.1434759497642517 -0.6666666865348816 0.399993360042572 -0.004117033910006285 0.004563100170344114 0.14702218770980835 -0.1529746949672699 -0.1552562415599823 0.14474064111709595 -1.0 0.5999913215637207 -0.003204416949301958 0.0038556435611099005 0.1477583795785904 -0.15223939716815948 -0.15416721999645233 0.14583055675029755 -1.3333333730697632 0.7999898195266724 -0.0024332900065928698 0.003246066626161337 0.1483774483203888 -0.1516209840774536 -0.1532440185546875 0.1467544138431549 -1.6666666269302368 0.9999887943267822 -0.0017840777290984988 0.0026825452223420143 0.148886039853096 -0.151112899184227 -0.1524541825056076 0.1475447565317154 -2.0 1.1999881267547607 -0.0012475692201405764 0.002180879469960928 0.149297297000885 -0.15070199966430664 -0.15179243683815002 0.14820685982704163 -2.3333332538604736 1.3999876976013184 -0.0008113936055451632 0.0017467621946707368 0.14962506294250488 -0.15037447214126587 -0.15124785900115967 0.14875167608261108 -2.6666667461395264 1.5999873876571655 -0.0004620413528755307 0.00137359241489321 0.14988121390342712 -0.15011849999427795 -0.1508052945137024 0.14919441938400269 -3.0 1.7999871969223022 -0.00018732293392531574 0.0010562818497419357 0.15007667243480682 -0.1499231904745102 -0.15045131742954254 0.14954854547977448 -3.3333332538604736 1.9999871253967285 2.3933389456942677e-05 0.0007903655059635639 0.15022148191928864 -0.14977844059467316 -0.150173619389534 0.1498263031244278 -3.6666667461395264 2.1999871730804443 0.0001820064935600385 0.00056984624825418 0.15032443404197693 -0.14967551827430725 -0.14996042847633362 0.15003952383995056 -4.0 2.39998722076416 0.00029597574030049145 0.00038735929410904646 0.1503928154706955 -0.14960716664791107 -0.1498008519411087 0.15019913017749786 -4.333333492279053 2.599987268447876 0.00037344760494306684 0.00021448080951813608 0.15042707324028015 -0.1495729386806488 -0.14968016743659973 0.15031984448432922 -4.666666507720947 2.799987316131592 0.0004163437697570771 0.00010381752508692443 0.15044230222702026 -0.1495577096939087 -0.14960962533950806 0.1503903865814209 -5.0 2.9999873638153076 0.00043710728641599417 3.063360054511577e-06 0.1504378765821457 -0.14956213533878326 -0.14956365525722504 0.15043635666370392 -5.333333492279053 3.1999874114990234 0.00043771995115093887 -8.039375097723678e-05 0.15041762590408325 -0.1495823860168457 -0.1495421826839447 0.15045782923698425 -5.666666507720947 3.3999874591827393 0.00042164119076915085 -0.0001183530330308713 0.1503920555114746 -0.14960795640945435 -0.14954876899719238 0.15045124292373657 -6.0 3.599987506866455 0.000397970579797402 -0.00015106791397556663 0.15036021173000336 -0.1496398001909256 -0.14956428110599518 0.15043573081493378 -6.333333492279053 3.799987554550171 0.0003677569911815226 -0.00017467050929553807 0.15032410621643066 -0.1496759057044983 -0.14958858489990234 0.1504114270210266 -6.666666507720947 3.9999876022338867 0.0003328228776808828 -0.00018975030980072916 0.15028539299964905 -0.1497146189212799 -0.14961975812911987 0.15038025379180908 -7.0 4.199987411499023 0.00029487282154150307 -0.00019640570098999888 0.1502457857131958 -0.14975422620773315 -0.1496560275554657 0.15034398436546326 -7.333333492279053 4.39998722076416 0.00025559167261235416 -0.00019376336422283202 0.15020714700222015 -0.1497928649187088 -0.1496959775686264 0.15030403435230255 -7.666666507720947 4.599987030029297 0.00021683899103663862 -0.00018251359870191664 0.1501712203025818 -0.14982879161834717 -0.14973753690719604 0.1502624750137329 -8.0 4.799986839294434 0.00018033626838587224 -0.00016606420103926212 0.15013882517814636 -0.1498611867427826 -0.14977815747261047 0.15022185444831848 -8.333333015441895 4.99998664855957 0.00014712342817801982 -0.00014630168152507395 0.15011054277420044 -0.14988946914672852 -0.14981630444526672 0.15018370747566223 -8.666666984558105 5.199986457824707 0.00011786309187300503 -0.00012800857075490057 0.15008586645126343 -0.14991414546966553 -0.14985013008117676 0.1501498818397522 -9.0 5.399986267089844 9.22613762668334e-05 -0.00011018233635695651 0.15006472170352936 -0.1499352902173996 -0.14988018572330475 0.1501198261976242 -9.333333015441895 5.5999860763549805 7.022490899544209e-05 -9.404205775354058e-05 0.1500467211008072 -0.14995329082012177 -0.14990626275539398 0.15009374916553497 -9.666666984558105 5.799985885620117 5.1416496717138216e-05 -7.961557275848463e-05 0.15003152191638947 -0.1499684900045395 -0.14992867410182953 0.15007133781909943 -10.0 5.999985694885254 3.5493379982654005e-05 -6.725573621224612e-05 0.15001869201660156 -0.1499813199043274 -0.14994770288467407 0.15005230903625488 -10.333333015441895 6.199985504150391 2.204223164881114e-05 -5.336974572855979e-05 0.15000870823860168 -0.14999130368232727 -0.14996463060379028 0.15003538131713867 -10.666666984558105 6.399985313415527 1.136828177550342e-05 -3.875273250741884e-05 0.15000168979167938 -0.14999832212924957 -0.14997895061969757 0.15002106130123138 -11.0 6.599985122680664 3.6177343645249493e-06 -2.6733587219496258e-05 0.14999693632125854 -0.1500030755996704 -0.14998969435691833 0.15001031756401062 -11.333333015441895 6.799984931945801 -1.7289830793743022e-06 -1.7092479538405314e-05 0.14999400079250336 -0.1500060111284256 -0.14999745786190033 0.15000255405902863 -11.666666984558105 6.9999847412109375 -5.147478987055365e-06 -9.896914889395703e-06 0.14999239146709442 -0.15000762045383453 -0.15000267326831818 0.14999733865261078 -12.0 7.199984550476074 -7.126862328732386e-06 -4.261115464032628e-06 0.14999182522296906 -0.1500081866979599 -0.15000607073307037 0.14999394118785858 -12.333333015441895 7.399984359741211 -7.979085239639971e-06 -3.6594565244740807e-07 0.1499919444322586 -0.15000806748867035 -0.15000788867473602 0.14999212324619293 -12.666666984558105 7.599984169006348 -8.052274097281042e-06 2.2751382857677527e-06 0.14999252557754517 -0.1500074863433838 -0.15000861883163452 0.14999139308929443 -13.0 7.799983978271484 -7.597246622026432e-06 3.975491836172296e-06 0.1499934047460556 -0.15000660717487335 -0.15000860393047333 0.14999140799045563 -13.333333015441895 7.999983787536621 -6.802148163842503e-06 4.911974428978283e-06 0.14999443292617798 -0.15000557899475098 -0.15000802278518677 0.1499919891357422 -13.666666984558105 8.199983596801758 -5.819752914248966e-06 5.255709311313694e-06 0.14999549090862274 -0.1500045210123062 -0.15000714361667633 0.14999286830425262 -14.0 8.399983406066895 -4.768610779137816e-06 5.184547262615524e-06 0.1499965339899063 -0.15000347793102264 -0.15000607073307037 0.14999394118785858 -14.333333015441895 8.599983215332031 -3.7317013266147114e-06 4.879713742411695e-06 0.1499975025653839 -0.15000250935554504 -0.15000495314598083 0.14999505877494812 -14.666666984558105 8.799983024597168 -2.755758487182902e-06 4.4688435991702136e-06 0.14999836683273315 -0.1500016450881958 -0.15000388026237488 0.14999613165855408 -15.0 8.999982833862305 -1.8619896309246542e-06 1.9052704374189489e-06 0.14999862015247345 -0.1500013917684555 -0.1500023454427719 0.14999766647815704 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/log.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/log.txt deleted file mode 100644 index 22862414cd5afcc1045e5d13db9bdfb8660eef8d..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/log.txt +++ /dev/null @@ -1,52 +0,0 @@ -2025-04-27 14:35:33,001 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:33,001 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:33,001 [INFO] [0.0, -0.0064221107742417904, 0.006181248567202924, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:34,137 [INFO] Verification Begin -2025-04-27 14:35:34,137 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 14:35:34,137 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:35:34,137 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:34,137 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:34,137 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:34,698 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:34,698 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:34,698 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:38,061 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:38,061 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:38,061 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:41,118 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:41,118 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:41,118 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:44,229 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:44,229 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:44,229 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:47,885 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:47,885 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:47,885 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:50,854 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:50,854 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:50,854 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:53,625 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:53,625 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:53,625 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:56,211 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:56,211 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:56,211 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:35:58,960 [INFO] Simulating with mode cropfollow -2025-04-27 14:35:58,960 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:35:58,960 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:36:02,169 [INFO] Simulating with mode cropfollow -2025-04-27 14:36:02,170 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:36:02,170 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:36:05,155 [INFO] Mode 0 check bloated tube safe -2025-04-27 14:36:05,155 [INFO] No child exist in current initial, pop -2025-04-27 14:36:05,155 [INFO] System is Safe! -2025-04-27 14:36:05,155 [INFO] refine time 0 -2025-04-27 14:36:05,155 [INFO] simulation time: 1.1356825828552246 -2025-04-27 14:36:05,155 [INFO] verification time: 31.01883029937744 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/reachtube.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/reachtube.txt deleted file mode 100644 index c14b5722043b6bf5a4cbf51aee01287b06318335..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/reachtube.txt +++ /dev/null @@ -1,91 +0,0 @@ -cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 -0.0 0.0 -0.13401138368589632 -0.175 -0.011400183247411183 -0.3120961503415679 -0.25677446222559025 0.04369564085800749 -0.3333333432674408 0.20364713439301305 0.13401138368589632 0.175 0.31140019516834017 0.012096138420638919 -0.04322554969533869 0.2563043710629215 -0.3333333432674408 0.19635290136977382 -0.15620082836961557 -0.1607625278988049 -0.021861225747130564 -0.3222407968895291 -0.2905404377316727 0.00983913341072587 -0.6666666865348816 0.4056744486847894 0.15620082836961557 0.1607625278988049 0.3218612376680595 0.022240784968600158 -0.009459574189256276 0.2901608785102031 -0.6666666865348816 0.3943256228407843 -0.16888097607650143 -0.14768337357950873 -0.0252709370217285 -0.3254160654090924 -0.3124910083917022 -0.012345893483482473 -1.0 0.6067135384982536 0.16888097607650143 0.14768337357950873 0.32527094894265746 0.025416053488163476 0.012490996470773258 0.31234590540441143 -1.0 0.5932865091854622 -0.17405100292720072 -0.135668300830814 -0.0252709370217285 -0.3254160654090924 -0.3248396298074677 -0.024856102879892872 -1.3333333730697632 0.8071855224404931 0.17405100292720072 0.135668300830814 0.32527094894265746 0.025416053488163476 0.024839617886538795 0.3248561148008218 -1.3333333730697632 0.7928146206106543 -0.17405100292720072 -0.12463073618185563 -0.02326238278650586 -0.32324590971408074 -0.32960706831883524 -0.029725255013378055 -1.6666666269302368 1.0073602054115063 0.17405100292720072 0.12463073618185563 0.3232623947074348 0.023245897793151782 0.029607056397906284 0.32972526693430704 -1.6666666269302368 0.9926400330070728 -0.17341350680235942 -0.11449115804865435 -0.017282436411400842 -0.3172590262664864 -0.32960706831883524 -0.029725255013378055 -2.0 1.207425000832347 0.17341350680235942 0.11449115804865435 0.31728244833232977 0.017259014345557405 0.029607056397906284 0.32972526693430704 -2.0 1.1925753329536637 -0.16844279304524593 -0.10517650200182999 -0.008556824115385664 -0.30848982582103157 -0.3285360424791558 -0.028709911518380177 -2.3333332538604736 1.4074903658248838 0.16844279304524593 0.10517650200182999 0.3085568360363146 0.008489813900102589 0.028536030558226816 0.32870992343930916 -2.3333332538604736 1.3925100633285585 -0.16050722908678464 -0.09661966126979543 0.0021491080929413597 -0.2977408306216919 -0.3231635400085892 -0.023274230954255848 -2.6666667461395264 1.6075563054703128 0.16050722908678464 0.09661966126979543 0.2978509038279876 -0.002259181299237051 0.023163528087660257 0.3232742428751848 -2.6666667461395264 1.5924442190505612 -0.15033812695148077 -0.08875897372132172 0.01409039672698284 -0.2857664832646718 -0.31476667688786564 -0.014909796896211025 -3.0 1.8076228247292634 0.15033812695148077 0.08875897372132172 0.2859096151939461 -0.014233528656257183 0.01476666496693671 0.31490980881714 -3.0 1.7923777951590423 -0.13873803374745036 -0.08153781322238275 0.026650899662280514 -0.2731861030829128 -0.30412696715718124 -0.004289964411987979 -3.3333332538604736 2.007689809538724 0.13873803374745036 0.08153781322238275 0.27334911225864844 -0.02681390883801618 0.004126955236252283 0.30428997633291693 -3.3333332538604736 1.992310667298434 -0.12636167761457442 -0.07490414440755402 0.03935091093370632 -0.26047915972025076 -0.29207426616285526 0.007755804491101859 -3.6666667461395264 2.207757503510085 0.12636167761457442 0.07490414440755402 0.2606491009872226 -0.03952085220067819 -0.007925745758073727 0.2922442074298271 -3.6666667461395264 2.1922430686945047 -0.11372364816649333 -0.06881016656147766 0.05182589181916977 -0.24800764488040544 -0.2792731618942351 0.020560374805340148 -4.0 2.407825792526759 0.11372364816649333 0.06881016656147766 0.24817412010175918 -0.05199236704052353 -0.02072685002669386 0.27943963711558883 -4.0 2.3921748750452623 -0.1012174203546244 -0.06321198041909112 0.06380906183776316 -0.23603560822046404 -0.26624387628909063 0.03360079376913659 -4.333333492279053 2.6078946819214965 0.1012174203546244 0.06321198041909112 0.2361909500831658 -0.0639644037004649 -0.0337561356318383 0.26639921815179235 -4.333333492279053 2.5921060810179566 -0.0891340960595249 -0.05806924217239797 0.07470547047838036 -0.22516294679430227 -0.25337040518923215 0.04649022968517534 -4.666666507720947 2.8079641768271055 0.0891340960595249 0.05806924217239797 0.2252945414425486 -0.0748370651266267 -0.04662960673169678 0.2535097822357536 -4.666666507720947 2.7920366814797792 -0.07768927907339288 -0.053344908250800044 0.08422432352319056 -0.2156643195497298 -0.24096070149624282 0.05891818263350243 -5.0 3.0080342827699167 0.07768927907339288 0.053344908250800044 0.2157756883977384 -0.08433569237119914 -0.05903931042468613 0.24108182928742652 -5.0 2.9919666709043997 -0.0674253849653395 -0.04900492557490731 0.09253979937447818 -0.2073660589380373 -0.22922346316900571 0.07067435292203227 -5.333333492279053 3.2081050050255326 0.0674253849653395 0.04900492557490731 0.20746021254645078 -0.09263395298289165 -0.07077654875192324 0.22932565899889668 -5.333333492279053 3.1918960440162154 -0.058517501924936904 -0.04449644376149469 0.09980401834676211 -0.200116482541797 -0.2186823666877652 0.08123189631200016 -5.666666507720947 3.4081763489133103 0.058517501924936904 0.04449644376149469 0.20019599357416684 -0.09988352937913195 -0.08131764523316375 0.21876811560892878 -5.666666507720947 3.3918247954958693 -0.050786491280561834 -0.039942440559183105 0.10614987367975154 -0.19378307242537016 -0.20954383053948805 0.09038431179764744 -6.0 3.6082443345142794 0.050786491280561834 0.039942440559183105 0.19385013824117742 -0.1062169394955588 -0.0904561813814409 0.2096157001232815 -6.0 3.591756905262332 -0.04407685032571629 -0.03539561233388018 0.11169348345383127 -0.18825003208663377 -0.20162121239247444 0.09831863384529657 -6.333333492279053 3.808301287462019 0.04407685032571629 0.03539561233388018 0.18830652846709767 -0.1117499798342952 -0.09837879952845453 0.20168137807563238 -6.333333492279053 3.791700047682024 -0.038253651426775684 -0.0312835188411346 0.11653626046575333 -0.18341622407358707 -0.1947527401413141 0.1051969677468733 -6.666666507720947 4.00834755000391 0.038253651426775684 0.0312835188411346 0.18346375145517563 -0.11658378784734189 -0.10524727177961483 0.19480304417405564 -6.666666507720947 3.9916534036704068 -0.03319978930624335 -0.027649153650596933 0.12076679955671932 -0.17919328925679257 -0.18879816207039224 0.11115984825713138 -7.0 4.20838394122449 0.03319978930624335 0.027649153650596933 0.17923321236420964 -0.1208067226641364 -0.11120184985053672 0.18884016366379758 -7.0 4.1916166309801 -0.02881360982416771 -0.02443700679651598 0.12446251221067571 -0.17550401787539638 -0.18363586391705075 0.11632913000294276 -7.333333492279053 4.408411622455679 0.02881360982416771 0.02443700679651598 0.17553749971025323 -0.12449599404553258 -0.1163641480038782 0.1836708819179862 -7.333333492279053 4.391588568279184 -0.025006909033101807 -0.02159803185006626 0.1276910064612871 -0.17228097439948903 -0.1791604366074805 0.12081042603119652 -7.666666507720947 4.608432335695356 0.025006909033101807 0.02159803185006626 0.17230900545964187 -0.12771903752143993 -0.12083957531344848 0.17918958588973244 -7.666666507720947 4.591567473569781 -0.021703133691396002 -0.019088878850411002 0.13051134510139917 -0.16946524351532571 -0.17528049353701525 0.12469529599097645 -8.0 4.808448403607356 0.021703133691396002 0.019088878850411002 0.1694886668195298 -0.13053476840560324 -0.12471951838391371 0.1753047159299525 -8.0 4.791551024188054 -0.018835831166797018 -0.016871223911596758 0.13297513540721678 -0.1670053439858932 -0.17191679207753774 0.12806312926105354 -8.333333015441895 5.0084598261916815 0.018835831166797018 0.016871223911596758 0.16702487651371217 -0.13299466793503575 -0.12808321984339122 0.17193688265987542 -8.333333015441895 4.991539220134002 -0.01634734470623428 -0.014911208185186545 0.13512744619399147 -0.16485631462009726 -0.16900065261954558 0.1309827298002681 -8.666666984558105 5.20846776478025 0.01634734470623428 0.014911208185186545 0.16487256572693748 -0.1351436973008317 -0.13099935930138337 0.16901728212066086 -8.666666984558105 5.191530900075707 -0.014187617644380007 -0.013178892779034458 0.13700766350577892 -0.162978861267472 -0.1664725135652489 0.13351376456291728 -9.0 5.408473380704981 0.014187617644380007 0.013178892779034458 0.16299234841515003 -0.13702115065345696 -0.13352749835568006 0.16648624735801168 -9.0 5.391524902681249 -0.012313227600052367 -0.011647833903938493 0.13865017577764796 -0.1613386738658768 -0.16428076295264574 0.13570793467808198 -9.333333015441895 5.608476673965875 0.012313227600052367 0.011647833903938493 0.161349836143281 -0.13866133805505215 -0.13571924896828322 0.16429207724284697 -9.333333015441895 5.591521227950629 -0.010686471663602325 -0.010294645910586042 0.14008503907685096 -0.15990576319622107 -0.16238063586592585 0.13761008053021498 -9.666666984558105 5.808479967226767 0.010686471663602325 0.010294645910586042 0.159914972844078 -0.14009424872470788 -0.1376193760550031 0.16238993139071398 -9.666666984558105 5.79151755322001 -0.009274630018223732 -0.00909866142091166 0.14133850806087847 -0.15865393156303106 -0.1607333259326173 0.13925907230519 -10.0 6.0084809378238235 0.009274630018223732 0.00909866142091166 0.15866150386005048 -0.1413460803578979 -0.13926668598831166 0.16074093961573896 -10.0 5.991516201153227 -0.00804931688907643 -0.008041623735458945 0.14243350818440947 -0.15756030200850416 -0.15930520331834097 0.14068859375080442 -10.333333015441895 6.208481908420879 0.00804931688907643 0.008041623735458945 0.15756650373651948 -0.1424397099124248 -0.14069480860258798 0.15931141817012454 -10.333333015441895 6.191514849086445 -0.0069858853941841435 -0.007107387483841238 0.14339007667816542 -0.1566048785881021 -0.15806709965502286 0.1419278587783962 -10.666666984558105 6.408481717686016 0.0069858853941841435 0.007107387483841238 0.15660993524276354 -0.14339513333282686 -0.1419329122659061 0.15807215314253276 -10.666666984558105 6.391514658351582 -0.0060629461641159 -0.006281683980621277 0.14422571651834182 -0.15577019343565135 -0.1569937291013877 0.14300219166155628 -11.0 6.608481526951152 0.0060629461641159 0.006281683980621277 0.15577429540258714 -0.1442298184852776 -0.14300628281954125 0.15699782025937267 -11.0 6.591514467616719 -0.005261943048993543 -0.005551908864431052 0.14495571122892534 -0.1550409928568812 -0.15606317879622086 0.14393353766310282 -11.333333015441895 6.808481336216289 0.005261943048993543 0.005551908864431052 0.15504430069200362 -0.14495901906404776 -0.1439368331247081 0.15606647425782613 -11.333333015441895 6.7915142768818555 -0.004566764061789907 -0.00490691542809824 0.14559341886543312 -0.1544039441338983 -0.15525644292479662 0.14474092990744092 -11.666666984558105 7.008481145481426 0.004566764061789907 0.00490691542809824 0.15440659305549584 -0.14559606778703066 -0.14474356899613233 0.15525908201348804 -11.666666984558105 6.991514086146992 -0.003963426693759134 -0.004336852621167238 0.14615050799279738 -0.15384740019839607 -0.15455704548772964 0.14544086738521064 -12.0 7.2084809547465625 0.003963426693759134 0.004336852621167238 0.15384950392813157 -0.14615261172253288 -0.14544296643319932 0.1545591445357183 -12.0 7.191513895412129 -0.0034398005485939296 -0.0038330184366912514 0.14663716755203243 -0.1533611903278986 -0.15395070828545454 0.14604764763132574 -12.333333015441895 7.408480764011699 0.0034398005485939296 0.0038330184366912514 0.15336284436889652 -0.14663882159303035 -0.14604930363547441 0.1539523642896032 -12.333333015441895 7.391513704677266 -0.002985353011003909 -0.0033877172270753288 0.14706230284795208 -0.15293642465145812 -0.15342504732060577 0.14657367089648968 -12.666666984558105 7.608480573276836 0.002985353011003909 0.0033877172270753288 0.15293770907297688 -0.14706358726947083 -0.14657496460032318 0.15342634102443928 -12.666666984558105 7.591513513942402 -0.002590943533323143 -0.002994147861584237 0.14743369286660168 -0.15256533724055255 -0.15296932699800211 0.1470296864206032 -13.0 7.808480382541973 0.002590943533323143 0.002994147861584237 0.15256631905432727 -0.1474346746803764 -0.14703068492292684 0.15297032550032574 -13.0 7.791513323207539 -0.002248642317854476 -0.0026463025050971647 0.14775813018533995 -0.1522411465513901 -0.15257424378667925 0.14742500917548068 -13.333333015441895 8.00848019180711 0.002248642317854476 0.0026463025050971647 0.152241881735589 -0.14775886536953886 -0.1474257681342497 0.15257500274544827 -13.333333015441895 7.991513132472676 -0.0019515640571142142 -0.0023388681094654424 0.14804155163035582 -0.15195792507495873 -0.15223172839873955 0.14776771803531197 -13.666666984558105 8.208480245629902 0.0019515640571142142 0.0023388681094654424 0.15195846029057314 -0.14804208684597023 -0.1477682835221894 0.152232293885617 -13.666666984558105 8.191513650854473 -0.0016937334563143008 -0.0020671491978476787 0.1482891431541846 -0.15171049471457154 -0.1519347856285388 0.14806481622598916 -14.0 8.408479822622562 0.0016937334563143008 0.0020671491978476787 0.15171086876674436 -0.1482895172063574 -0.14806522629239016 0.1519351956949398 -14.0 8.391513692392087 -0.0014699667036546151 -0.0016264472845834426 0.14850543310840955 -0.15149433373282903 -0.15167735338904645 0.1483223725349239 -14.333333015441895 8.608479399621581 0.0014699667036546151 0.0016264472845834426 0.1514945788125194 -0.14850567818809993 -0.1483226585318825 0.15167763938600506 -14.333333015441895 8.59151373392334 -0.0012757627841604386 -0.0012256910539257015 0.1486943793480322 -0.1513054898380394 -0.15145417381357762 0.14854565042087492 -14.666666984558105 8.808478976626294 0.0012757627841604386 0.0012256910539257015 0.15130563257289675 -0.14869452208288955 -0.14854583810735134 0.15145436150005404 -14.666666984558105 8.791513775448902 -0.001107215569981546 -0.0009236803172104845 0.1488594391493019 -0.15114051042498972 -0.1512606888966208 0.14873921254811884 -15.0 9.008478553638032 0.001107215569981546 0.0009236803172104845 0.15114057277162707 -0.14885950149593924 -0.14873932302430815 0.15126079937281012 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/results.json b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/results.json deleted file mode 100644 index 46218707608bd05fa25d31c56ab6f35301be78a0..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_00/results.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "safety": "SAFE", - "sim_time": 1.1356825828552246, - "verification_time": 31.01883029937744, - "refine_time": 0, - "total_time": 32.72700834274292 -} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/Traj.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/Traj.txt deleted file mode 100644 index ac975c2820dc7f18af397d5a4a1e9dbb4533a128..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:0.01]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 0.07756061851978302 0.024430260062217712 0.23362281918525696 -0.06628766655921936 -0.07850158214569092 0.2214089035987854 -0.3333333432674408 0.19994032382965088 0.08244618773460388 0.007802758365869522 0.23439228534698486 -0.06559857726097107 -0.0694999098777771 0.23049095273017883 -0.6666666865348816 0.39993423223495483 0.08400672674179077 -0.0046479180455207825 0.23284313082695007 -0.06715363264083862 -0.06482967734336853 0.23516708612442017 -1.0 0.599932074546814 0.08307714760303497 -0.013756695203483105 0.22962389886379242 -0.07034774124622345 -0.06346960365772247 0.2365020364522934 -1.3333333730697632 0.7999131679534912 0.0803258940577507 -0.020590469241142273 0.22514685988426208 -0.07478956133127213 -0.06449506431818008 0.23544135689735413 -1.6666666269302368 0.999870777130127 0.07620809227228165 -0.02503892406821251 0.21990200877189636 -0.08000398427248001 -0.06748581677675247 0.2324201762676239 -2.0 1.199808120727539 0.07120083272457123 -0.02834733948111534 0.21405468881130219 -0.08582480251789093 -0.07165302336215973 0.2282264679670334 -2.3333332538604736 1.3997278213500977 0.0655321255326271 -0.029943782836198807 0.20798006653785706 -0.09188545495271683 -0.07691580802202225 0.22294971346855164 -2.6666667461395264 1.5996382236480713 0.059544265270233154 -0.030555736273527145 0.2018365114927292 -0.09802345931529999 -0.08274798095226288 0.2171119898557663 -3.0 1.7995448112487793 0.05343407019972801 -0.030329545959830284 0.19578386843204498 -0.10407815873622894 -0.08891572058200836 0.21094630658626556 -3.3333332538604736 1.999452829360962 0.0473690927028656 -0.02903454191982746 0.19004826247692108 -0.10982529819011688 -0.09531007707118988 0.20456348359584808 -3.6666667461395264 2.199368476867676 0.0415630005300045 -0.027350161224603653 0.18467022478580475 -0.11521758139133453 -0.10154421627521515 0.19834358990192413 -4.0 2.3992936611175537 0.03609365224838257 -0.025205446407198906 0.17974533140659332 -0.12015940248966217 -0.10755802690982819 0.1923467069864273 -4.333333492279053 2.5992300510406494 0.031053096055984497 -0.023473219946026802 0.1751440167427063 -0.12477335333824158 -0.1130378246307373 0.18687954545021057 -4.666666507720947 2.7991750240325928 0.02635888382792473 -0.0214356891810894 0.17096592485904694 -0.12896518409252167 -0.11824814975261688 0.18168295919895172 -5.0 2.999129056930542 0.022072073072195053 -0.018972113728523254 0.16730235517024994 -0.1326436847448349 -0.12315820157527924 0.1767878383398056 -5.333333492279053 3.1990931034088135 0.018277877941727638 -0.016803735867142677 0.1640559732913971 -0.13590168952941895 -0.12750020623207092 0.17245745658874512 -5.666666507720947 3.399064779281616 0.014917288906872272 -0.014727553352713585 0.1612192839384079 -0.13874821364879608 -0.1313847154378891 0.16858278214931488 -6.0 3.599043130874634 0.011971884407103062 -0.0130508067086339 0.1586965173482895 -0.1412779539823532 -0.13475273549556732 0.16522173583507538 -6.333333492279053 3.7990260124206543 0.009361797012388706 -0.01101280190050602 0.15659958124160767 -0.1433822512626648 -0.1378759741783142 0.16210585832595825 -6.666666507720947 3.999013900756836 0.0071592810563743114 -0.009121626615524292 0.15487267076969147 -0.14511485397815704 -0.14055411517620087 0.15943340957164764 -7.0 4.199005603790283 0.00533498078584671 -0.0077462526969611645 0.15339395403862 -0.14659705758094788 -0.14272397756576538 0.1572670340538025 -7.333333492279053 4.3989996910095215 0.003785745706409216 -0.006205779034644365 0.15223142504692078 -0.14776280522346497 -0.14465993642807007 0.15533429384231567 -7.666666507720947 4.598995685577393 0.0025445977225899696 -0.005115211475640535 0.15126384794712067 -0.1487322598695755 -0.14617465436458588 0.1538214534521103 -8.0 4.798993110656738 0.0015215597813948989 -0.004109014756977558 0.15049304068088531 -0.14950443804264069 -0.14744992554187775 0.15254755318164825 -8.333333015441895 4.9989914894104 0.0006997591117396951 -0.0031742695719003677 0.14990545809268951 -0.15009306371212006 -0.14850594103336334 0.15149258077144623 -8.666666984558105 5.198990345001221 6.490619853138924e-05 -0.002322438172996044 0.14948390424251556 -0.15051530301570892 -0.14935408532619476 0.15064512193202972 -9.0 5.398989677429199 -0.0003995810402557254 -0.0017478752415627241 0.14916323125362396 -0.1508363038301468 -0.14996238052845 0.15003715455532074 -9.333333015441895 5.598989486694336 -0.0007491559372283518 -0.0011814319295808673 0.14895538985729218 -0.15104441344738007 -0.15045370161533356 0.14954610168933868 -9.666666984558105 5.798989295959473 -0.000985442311502993 -0.0005795283359475434 0.14886964857578278 -0.1511303037405014 -0.15084053575992584 0.14915941655635834 -10.0 5.998989105224609 -0.0011013479670509696 -0.0003587673418223858 0.14880895614624023 -0.15119102597236633 -0.1510116457939148 0.14898833632469177 -10.333333015441895 6.198988914489746 -0.0011731014819815755 -4.7772511607035995e-05 0.14881496131420135 -0.1511850506067276 -0.15116117894649506 0.1488388329744339 -10.666666984558105 6.398988723754883 -0.0011826560366898775 7.399461173918098e-05 0.14883583784103394 -0.15116417407989502 -0.15120115876197815 0.1487988531589508 -11.0 6.5989885330200195 -0.001167857088148594 0.00024011429923120886 0.14889216423034668 -0.15110784769058228 -0.1512278914451599 0.14877212047576904 -11.333333015441895 6.798988342285156 -0.0011198342544957995 6.1125901993364096e-06 0.1488817036151886 -0.15111830830574036 -0.1511213779449463 0.14887863397598267 -11.666666984558105 6.998988151550293 -0.001118611777201295 6.914744881214574e-05 0.1488986760377884 -0.15110133588314056 -0.1511359065771103 0.14886410534381866 -12.0 7.19898796081543 -0.001104782335460186 9.057032002601773e-05 0.14891786873340607 -0.1510821431875229 -0.15112744271755219 0.14887256920337677 -12.333333015441895 7.398987770080566 -0.0010866682277992368 0.0005060877301730216 0.1490398496389389 -0.15096013247966766 -0.15121318399906158 0.14878679811954498 -12.666666984558105 7.598987579345703 -0.0009854506934061646 0.00041363894706591964 0.14911796152591705 -0.15088202059268951 -0.15108884871006012 0.14891113340854645 -13.0 7.79898738861084 -0.0009027228807099164 0.0006221700459718704 0.149252787232399 -0.1507471650838852 -0.15105824172496796 0.14894171059131622 -13.333333015441895 7.998987197875977 -0.0007782888715155423 0.0004040841304231435 0.1493227183818817 -0.15067726373672485 -0.15087929368019104 0.14912068843841553 -13.666666984558105 8.198987007141113 -0.0006974720163270831 0.000683383084833622 0.14947333931922913 -0.15052661299705505 -0.15086829662322998 0.1491316556930542 -14.0 8.39898681640625 -0.0005607954226434231 0.000540062552317977 0.14957422018051147 -0.1504257619380951 -0.15069580078125 0.14930418133735657 -14.333333015441895 8.598986625671387 -0.0004527829005382955 0.00011500512482598424 0.14957596361637115 -0.1504240483045578 -0.15048153698444366 0.1495184749364853 -14.666666984558105 8.798986434936523 -0.00042978188139386475 4.685200110543519e-05 0.1495819389820099 -0.15041807293891907 -0.1504414975643158 0.14955851435661316 -15.0 8.99898624420166 -0.0004204114666208625 6.176690658321604e-05 0.14959503710269928 -0.15040497481822968 -0.15043585002422333 0.14956416189670563 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/log.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/log.txt deleted file mode 100644 index 5b8d812f07783a637ccafd4bc8718e4d6da4be22..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/log.txt +++ /dev/null @@ -1,52 +0,0 @@ -2025-04-27 14:36:06,301 [INFO] Simulating with mode cropfollow -2025-04-27 14:36:06,301 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:36:06,301 [INFO] [0.0, 0.0775606175360613, 0.024430260843558455, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:36:24,076 [INFO] Verification Begin -2025-04-27 14:36:24,076 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 14:36:24,076 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:36:24,076 [INFO] Simulating with mode cropfollow -2025-04-27 14:36:24,076 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:36:24,076 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:36:41,541 [INFO] Simulating with mode cropfollow -2025-04-27 14:36:41,541 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:36:41,541 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:36:58,938 [INFO] Simulating with mode cropfollow -2025-04-27 14:36:58,938 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:36:58,938 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:37:17,095 [INFO] Simulating with mode cropfollow -2025-04-27 14:37:17,095 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:37:17,095 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:37:34,793 [INFO] Simulating with mode cropfollow -2025-04-27 14:37:34,794 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:37:34,794 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:37:52,825 [INFO] Simulating with mode cropfollow -2025-04-27 14:37:52,825 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:37:52,825 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:38:10,417 [INFO] Simulating with mode cropfollow -2025-04-27 14:38:10,417 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:38:10,417 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:38:28,039 [INFO] Simulating with mode cropfollow -2025-04-27 14:38:28,039 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:38:28,039 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:38:45,271 [INFO] Simulating with mode cropfollow -2025-04-27 14:38:45,271 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:38:45,271 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:39:03,101 [INFO] Simulating with mode cropfollow -2025-04-27 14:39:03,101 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:39:03,101 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:39:20,412 [INFO] Simulating with mode cropfollow -2025-04-27 14:39:20,413 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.01}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:39:20,413 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:39:38,198 [INFO] Mode 0 check bloated tube safe -2025-04-27 14:39:38,198 [INFO] No child exist in current initial, pop -2025-04-27 14:39:38,198 [INFO] System is Safe! -2025-04-27 14:39:38,198 [INFO] refine time 0 -2025-04-27 14:39:38,198 [INFO] simulation time: 17.774884700775146 -2025-04-27 14:39:38,198 [INFO] verification time: 194.12288856506348 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/reachtube.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/reachtube.txt deleted file mode 100644 index 271c04224cd0786f1f85c3fa87abea8c3e12d1ad..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/reachtube.txt +++ /dev/null @@ -1,91 +0,0 @@ -cropfollow/pn=[0.00:0.01]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 -0.0 0.0 -0.13401138368589632 -0.175 -0.011297102653918034 -0.3119954420774536 -0.26126193542447873 0.038267634790722455 -0.3333333432674408 0.20364713439301307 0.13401138368589632 0.175 0.3114099461674068 0.01210826174908447 -0.03885090808901007 0.26161954553764666 -0.3333333432674408 0.1963529013697738 -0.156119304612978 -0.17286909645952253 -0.021876367062677926 -0.3222665973641031 -0.29036222432379993 0.010028005977625237 -0.6666666865348816 0.4056655935289082 0.15620957822672846 0.173320464506447 0.3222178241912027 0.022608090255414742 -0.009798690335700189 0.2898110436000878 -0.6666666865348816 0.39433447799666554 -0.16888104722849798 -0.17070789617883841 -0.0254109346257948 -0.32556121204624233 -0.3123511611533901 -0.012200883732942508 -1.0 0.6066933603561636 0.16917228358463157 0.1717127098834781 0.32572190397851697 0.02587215755710659 0.012622648389413044 0.31247239481082334 -1.0 0.5933066873275522 -0.17416507267007808 -0.1693069091539537 -0.0254109346257948 -0.32556121204624233 -0.32489703500876516 -0.02491282064483616 -1.3333333730697632 0.8071577956409305 0.17447208216726984 0.16938577483014067 0.32572190397851697 0.02587215755710659 0.025228156691885884 0.32524396616981477 -1.3333333730697632 0.792842347410217 -0.17416507267007808 -0.1675508701649718 -0.023433089563772602 -0.32341730392770157 -0.32979158439999356 -0.0299105528848998 -1.6666666269302368 1.0073353819417408 0.17447208216726984 0.1674544768524114 0.32371601493112795 0.023700205453199008 0.029971518901641486 0.33009051122840566 -1.6666666269302368 0.9926648564768382 -0.17357317823612325 -0.1654634889899159 -0.019397357322617437 -0.3193821582202466 -0.32979158439999356 -0.0299105528848998 -2.0 1.207403093160345 0.17386090906498217 0.16589466628356483 0.3197929056662759 0.019777682722047163 0.029971518901641486 0.33009051122840566 -2.0 1.1925972406256657 -0.16877843794886394 -0.16370969207708683 -0.01547854666842316 -0.31546391550958774 -0.32842336214729606 -0.02859469710741122 -2.3333332538604736 1.4074714285111933 0.1691524042422734 0.16404097702105488 0.31593533878458835 0.015920683783894995 0.0287144891137725 0.3288858479157456 -2.3333332538604736 1.392529000642249 -0.1641236580242899 -0.16213961614013803 -0.01169988581191253 -0.3116858045501604 -0.3231823829296899 -0.023377643370756512 -2.6666667461395264 1.607540393825371 0.16456388131231375 0.16204284264424038 0.3121159083510513 0.012101803247441284 0.023646780598528455 0.32384206488145295 -2.6666667461395264 1.592460130695503 -0.15963809516747993 -0.1604884049364753 -0.008025978234343228 -0.3080124293527444 -0.31791420388768943 -0.018163947984795314 -3.0 1.8076099948148807 0.16005896376796577 0.16016468800706005 0.30836591544442626 0.008352342720969491 0.01841600347112446 0.3186657714100883 -3.0 1.792390625073425 -0.15529818654957964 -0.15852083289512198 -0.00437596056358 -0.30436292705861645 -0.31291153966004126 -0.01321231087218172 -3.3333332538604736 2.0076801181836865 0.15565431175836167 0.15864132080325621 0.3047622403849759 0.004749183038154414 0.013237535343711276 0.3135383303977097 -3.3333332538604736 1.9923203586534717 -0.15103345087684125 -0.1572726997158692 -0.0009398209163607452 -0.30092725648238355 -0.3078434343739431 -0.00819196471317038 -3.6666667461395264 2.207751008319551 0.15141367367889166 0.15643652047339984 0.30111098757476223 0.0010984589035719083 0.00843270377358607 0.3087811983500265 -3.6666667461395264 2.192249563885039 -0.1469807012478901 -0.1555796346524844 0.002435372748196718 -0.2975525456739726 -0.3031363552246926 -0.003529469417145825 -4.0 2.4078225518847187 0.14719368820144663 0.15471424156707916 0.2975612715103024 -0.0024507743047413877 0.0035657053624031654 0.30395878379206953 -4.0 2.3921781156873028 -0.14304401652026855 -0.1538664991285063 0.005737903139566736 -0.29425048259311914 -0.29858678052704407 0.0009785208542910373 -4.333333492279053 2.6078947550094442 0.14308392485674404 0.15304921828372103 0.2940976595664269 -0.005913918938100365 -0.0011689715595953332 0.29926569129628267 -4.333333492279053 2.592106007930009 -0.13921256363735188 -0.1520973965795338 0.008986284316953336 -0.2910025536402775 -0.2936389578624332 0.00595363284659936 -4.666666507720947 2.8079676236217592 0.13908901579613916 0.1514769375477545 0.29073501628500587 -0.009276109994976384 -0.006329463596764812 0.2940779099314158 -4.666666507720947 2.7920332346851255 -0.135468469876782 -0.15005028683082688 0.012252650744983745 -0.2877366545983027 -0.28891729163099084 0.010701264265628313 -5.0 3.0080411640697036 0.1352208302146615 0.15021904626484517 0.28754193376772685 -0.012468784730844618 -0.011372547875158456 0.2890089200700803 -5.0 2.991959789604613 -0.1317495569590137 -0.14858775669265095 0.015382197491157157 -0.2846075312298918 -0.2841409735338585 0.01550222442351934 -5.333333492279053 3.2081153824459214 0.13153566918369686 0.14841255212806653 0.2843601137480854 -0.015650181372723587 -0.016029120240937084 0.28432770564354304 -5.333333492279053 3.1918856665958266 -0.12816630102689722 -0.14697571317871572 0.018446846650183285 -0.2815432916634245 -0.27960118721499105 0.020065417431683358 -5.666666507720947 3.4081902848963366 0.12791737232702197 0.1467911611477286 0.2812580924767851 -0.018751793051464988 -0.020601629509786168 0.27973178968539736 -5.666666507720947 3.391810859512843 -0.12468247561113296 -0.14550884481993637 0.021407974799860507 -0.2785825597300936 -0.2751852769916019 0.02450355448394939 -6.0 3.6082623351590213 0.12439663650214991 0.14505980187802708 0.2781939376986136 -0.021815551613290213 -0.02498830365491303 0.27532288871139365 -6.0 3.59173890461759 -0.12132089106110791 -0.14381191068224797 0.024335443623654696 -0.27565547414558156 -0.2710072810206976 0.028702650679309175 -6.333333492279053 3.808322191436558 0.12094524335210147 0.1435933228565911 0.2752342525643183 -0.024774853508303357 -0.02931373171466921 0.27097636042718193 -6.333333492279053 3.791679143707485 -0.11802943754309331 -0.1422240032074859 0.027195531404479764 -0.2727957570131942 -0.2669277877530508 0.03280216847287397 -6.666666507720947 4.008364969982693 0.11761007227186587 0.14205225716748998 0.27234215708924886 -0.02766657833493509 -0.03344865730195713 0.266821410313976 -6.666666507720947 3.991635983691624 -0.11482393232118956 -0.14063088055804016 0.02999994395066652 -0.26999170289997826 -0.2629887706223235 0.0367601831808709 -7.0 4.208397877207516 0.11437021783614218 0.14055047610412927 0.26952627064894286 -0.030482106342270276 -0.0374448650893464 0.26280620494931706 -7.0 4.191602694997074 -0.111697437272595 -0.1392608654043504 0.03269746580944473 -0.26729452762499356 -0.2591238875022578 0.04064308368621948 -7.333333492279053 4.408424397106787 0.1112276419025862 0.13885927727663488 0.26673233827724047 -0.033275692130179155 -0.04124552420466665 0.258987528448714 -7.333333492279053 4.391575793628077 -0.1086887984871433 -0.1374279575847852 0.03541983592570448 -0.2645724925977654 -0.2555412901065962 0.04424276296032331 -7.666666507720947 4.608445110346463 0.1081386855090537 0.1376642984705343 0.2640891529315648 -0.03591854238682321 -0.04506794088858199 0.2551480298863564 -7.666666507720947 4.5915546989186735 -0.10569976373689711 -0.13625013314003354 0.037984822077072974 -0.2620078303851015 -0.2518610767295518 0.04793916549146367 -8.0 4.808460016926545 0.10519691893013657 0.1358472050719638 0.261411603408538 -0.03859576797114543 -0.048541057927354275 0.25165872369348813 -8.0 4.791539410868865 -0.10285576330010608 -0.1352407334378926 0.04038773239508407 -0.25960517358686785 -0.24832828656715805 0.05148723350033413 -8.333333015441895 5.00847143951087 0.10227233289719388 0.1338942882611422 0.25869216262444716 -0.04131483602616927 -0.051918488583141006 0.24826589598193516 -8.333333015441895 4.991527606814814 -0.10018501163782675 -0.13322654614481003 0.04289286831835622 -0.2571003999030963 -0.24526258539904428 0.05456751919738352 -8.666666984558105 5.20847821676752 0.09933229222284753 0.13297841387125522 0.25619239111920483 -0.04381436450120055 -0.055528141739475 0.24464177750595512 -8.666666984558105 5.191520448088437 -0.09748115595330047 -0.13198721204086533 0.04526067958295259 -0.25473285129911094 -0.24201067981630264 0.057833144973087114 -9.0 5.408483832692251 0.09657881008361029 0.13131957750435314 0.25367002501070585 -0.04633640834444375 -0.05872473421186507 0.2414314052359583 -9.0 5.39151445069398 -0.09489389449241625 -0.13036688686289458 0.047629722121773854 -0.25236412115932316 -0.2390095539353687 0.060847311567211224 -9.333333015441895 5.608487125953144 0.09385802164557444 0.1300732927181442 0.2512610175575627 -0.04874516300319817 -0.06195292398707086 0.2381902343522071 -9.333333015441895 5.59151077596336 -0.09234182351818479 -0.1286290549326794 0.05001465452263722 -0.24997946178842606 -0.23611014300317057 0.06375902874200369 -9.666666984558105 5.808490419214038 0.09124723183075137 0.12897572334651963 0.2489774428551399 -0.05102846467565475 -0.06507111376791708 0.2350597383287666 -9.666666984558105 5.79150710123274 -0.08979632808939718 -0.1271681932424486 0.052344706727404613 -0.24764967333774035 -0.2331835819218136 0.06669722432200281 -10.0 6.008492551143012 0.08877107010801487 0.12763204464985173 0.24674600653515338 -0.05325963724155959 -0.06795765033030739 0.23216156726773413 -10.0 5.991504587834039 -0.08730779922390951 -0.12581543550558968 0.05461098961773189 -0.2453836452059464 -0.2303208851891159 0.06957091521228312 -10.333333015441895 6.208493521740067 0.08637531150654552 0.12621080289327188 0.24455539174136845 -0.05544999727681117 -0.07071046590036165 0.22939775754009725 -10.333333015441895 6.191503235767257 -0.08489291779869122 -0.12416884051085868 0.05689653085879964 -0.2430983202001063 -0.227637672750788 0.07226448180458914 -10.666666984558105 6.408493331005204 0.08403950355886368 0.12511359881059686 0.24248621536083537 -0.057518897817471826 -0.07345191207663508 0.2266458976052009 -10.666666984558105 6.391503045032394 -0.08248806267524766 -0.12288177863647859 0.059100971258694596 -0.24089411738341693 -0.22490556723629546 0.0750063898994221 -11.0 6.60849314027034 0.08182360010700929 0.12368672551074694 0.24043576356071764 -0.05956911203438399 -0.07596011274302888 0.2241278943584667 -11.0 6.591502854297531 -0.0801603901738802 -0.12131562161139742 0.06131611666312349 -0.23867917156252733 -0.2223499599063166 0.07757121612017215 -11.333333015441895 6.808492949535477 0.07965691695721243 0.12256850158210442 0.23849357762703766 -0.061511038779879915 -0.07846669525267999 0.22161203335339963 -11.333333015441895 6.791502663562667 -0.0778493905626462 -0.11999213853127268 0.06347138705435111 -0.23652412261146633 -0.21977857183775001 0.08015132536679664 -11.666666984558105 7.008492758800614 0.07759649335176136 0.12123682845125851 0.236586828802201 -0.06341756616454992 -0.08078544903436609 0.21928455839365563 -11.666666984558105 6.991502472827804 -0.07559898891864354 -0.11864799722583515 0.06558807169372696 -0.2344076517109212 -0.21729988868499533 0.08263822739721907 -12.0 7.208492568065751 0.07559502969175587 0.11995471264721376 0.23473460997169357 -0.06526957125622661 -0.08303072039818031 0.21703106815217363 -12.0 7.191502282092941 -0.07340054056609029 -0.11737511561190844 0.06765119310648333 -0.23234473657119525 -0.21488102909408574 0.08506482760660433 -12.333333015441895 7.408492377330887 0.07365792442347834 0.11862993657527626 0.23291983131139388 -0.06708414364349591 -0.08517524961151117 0.2148787983203671 -12.333333015441895 7.391502091358078 -0.0712638407874966 -0.11652805501800748 0.06956179839627023 -0.23043438992385593 -0.212442025142037 0.0875111765772559 -12.666666984558105 7.608492186596024 0.07177218883755822 0.11690762007348957 0.23104144233210805 -0.06896239318962369 -0.08714453916040746 0.21290228296215755 -12.666666984558105 7.591501900623214 -0.06926967315595943 -0.11524997963471853 0.07145268290574829 -0.22854369744082298 -0.21027666403942052 0.089683389925149 -13.0 7.808491995861161 0.06985393424040053 0.11564428383037031 0.22923018962804992 -0.07077345386723671 -0.08923765943355615 0.2108023104437322 -13.0 7.791501709888351 -0.06732754465190949 -0.11412704168141928 0.07326725373291584 -0.22672931184453768 -0.20814688418393695 0.09181960986359355 -13.333333015441895 8.008491805126297 0.0679906665813017 0.11425348563024883 0.22742750992751506 -0.07257594833688932 -0.09122161652559672 0.20881191326873066 -13.333333015441895 7.991501519153488 -0.06546424596959795 -0.1128828490926328 0.0750473034608021 -0.22494944076316387 -0.20614753936720936 0.09382500273600786 -13.666666984558105 8.208491858949108 0.06615265668293531 0.11301130900559042 0.22567323920849416 -0.0743300404093978 -0.09319619561242015 0.20683128612622054 -13.666666984558105 8.191502037535267 -0.06365136086301021 -0.11151483770924484 0.0768213845617747 -0.22317553192936487 -0.2042498434305619 0.09572837393989264 -14.0 8.408491435941777 0.06436546356475986 0.11192001317510245 0.2239940188996816 -0.07600908845103674 -0.09513737313743126 0.2048844333339721 -14.0 8.391502079072872 -0.06186004509035986 -0.1105372526971278 0.07848929672251506 -0.2215077858541032 -0.20229546723734082 0.09768807094824586 -14.333333015441895 8.608491012940796 0.06265518286781874 0.11046507234541972 0.22228781075467305 -0.07771513051056662 -0.09689138831723985 0.20312509733903136 -14.333333015441895 8.591502120604126 -0.06016435382791555 -0.10855064095026944 0.0801663934077923 -0.21983084926598634 -0.20054742872074072 0.09944109339496399 -14.666666984558105 8.8084905899455 0.06094505552339128 0.10876589346240405 0.2206681431446369 -0.07933463802344239 -0.09872570455715236 0.20128579716900086 -14.666666984558105 8.791502162129696 -0.05848649364314643 -0.07706567646734817 0.0817671987846277 -0.21823019818570633 -0.19876426857158022 0.10122891736844615 -15.0 9.008490166957221 0.05931024584104908 0.07703035009242064 0.2190477576419928 -0.08095486922953109 -0.10040315586880369 0.19960368203302786 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/results.json b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/results.json deleted file mode 100644 index b65b5fdc2611fd4d70cb9593cb0b7e336ba109e4..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_01/results.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "safety": "SAFE", - "sim_time": 17.774884700775146, - "verification_time": 194.12288856506348, - "refine_time": 0, - "total_time": 212.45236444473267 -} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/Traj.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/Traj.txt deleted file mode 100644 index f26b656027d6fcc434a8628648a3101407e03ec7..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:0.10]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 0.09878679364919662 0.0770719051361084 0.2675904333591461 -0.03151903301477432 -0.07001683861017227 0.22909262776374817 -0.3333333432674408 0.19940631091594696 0.11418592184782028 0.0442717969417572 0.27510330080986023 -0.024602778255939484 -0.04673144966363907 0.25297462940216064 -0.6666666865348816 0.3992103636264801 0.12303739041090012 0.014797616750001907 0.276720255613327 -0.023246921598911285 -0.030645467340946198 0.2693217098712921 -1.0 0.5991884469985962 0.12599679827690125 -0.0040816739201545715 0.27497512102127075 -0.025022372603416443 -0.022981539368629456 0.2770159840583801 -1.3333333730697632 0.7991868257522583 0.1251804679632187 -0.020029839128255844 0.2701432704925537 -0.029796570539474487 -0.019782334566116333 0.28015750646591187 -1.6666666269302368 0.9991466999053955 0.12117476761341095 -0.03212803974747658 0.26306673884391785 -0.03677845001220703 -0.020717203617095947 0.27912798523902893 -2.0 1.1990435123443604 0.11475026607513428 -0.04172700643539429 0.25419098138809204 -0.04554790258407593 -0.024690449237823486 0.2750484347343445 -2.3333332538604736 1.3988693952560425 0.1064072847366333 -0.050234757363796234 0.24366465210914612 -0.055956900119781494 -0.030850082635879517 0.2687714695930481 -2.6666667461395264 1.5986170768737793 0.09636455774307251 -0.05022263154387474 0.23362505435943604 -0.06599670648574829 -0.040895938873291016 0.2587258219718933 -3.0 1.7983648777008057 0.08632425218820572 -0.05131571367383003 0.22330349683761597 -0.07630159705877304 -0.050654999911785126 0.24895009398460388 -3.3333332538604736 1.9981015920639038 0.07606561481952667 -0.0534726120531559 0.21248944103717804 -0.08708177506923676 -0.060358211398124695 0.2392130047082901 -3.6666667461395264 2.1978156566619873 0.06537618488073349 -0.048663731664419174 0.20303747057914734 -0.09660737961530685 -0.07228510826826096 0.22735974192619324 -4.0 2.3975789546966553 0.05564727634191513 -0.044571902602910995 0.19435900449752808 -0.1053430363535881 -0.08306445926427841 0.21663758158683777 -4.333333492279053 2.5973803997039795 0.046735845506191254 -0.042124465107917786 0.18607479333877563 -0.1136590912938118 -0.09260309487581253 0.2071307897567749 -4.666666507720947 2.7972030639648438 0.03831344097852707 -0.04047112539410591 0.1780756115913391 -0.12167874723672867 -0.10144872218370438 0.1983056366443634 -5.0 2.997039318084717 0.030221424996852875 -0.03636089712381363 0.1710340678691864 -0.12876763939857483 -0.11059121042490005 0.18921050429344177 -5.333333492279053 3.1969070434570312 0.022950846701860428 -0.03360918536782265 0.16446542739868164 -0.13536515831947327 -0.11856374144554138 0.18126684427261353 -5.666666507720947 3.396794080734253 0.016230273991823196 -0.03321224823594093 0.15784601867198944 -0.14198856055736542 -0.12538547813892365 0.1744491010904312 -6.0 3.5966837406158447 0.009589044377207756 -0.02564496174454689 0.1531291902065277 -0.14677217602729797 -0.1339510977268219 0.16595026850700378 -6.333333492279053 3.7966179847717285 0.004460613708943129 -0.016581345349550247 0.15029485523700714 -0.14966391026973724 -0.1413736194372177 0.15858514606952667 -6.666666507720947 3.9965906143188477 0.0011444964911788702 -0.010362331755459309 0.14854590594768524 -0.15143798291683197 -0.14625690877437592 0.1537269800901413 -7.0 4.196579933166504 -0.0009279330261051655 -0.011468193493783474 0.1461952179670334 -0.15378506481647491 -0.14805109798908234 0.15192918479442596 -7.333333492279053 4.396566867828369 -0.003221521619707346 -0.0055559296160936356 0.1453871876001358 -0.15460820496082306 -0.15183024108409882 0.14816515147686005 -7.666666507720947 4.596563816070557 -0.004332701675593853 -0.0023502011317759752 0.1450793296098709 -0.1549198478460312 -0.15374474227428436 0.14625443518161774 -8.0 4.796563148498535 -0.004802741575986147 -0.004377881996333599 0.1441013514995575 -0.15589576959609985 -0.1537068486213684 0.14629027247428894 -8.333333015441895 4.996561050415039 -0.005678315181285143 -0.005996784660965204 0.14281980693340302 -0.15717481076717377 -0.15417642891407013 0.14581818878650665 -8.666666984558105 5.196557521820068 -0.006877664942294359 -0.0007303557358682156 0.1429397314786911 -0.15706022083759308 -0.15669505298137665 0.14330489933490753 -9.0 5.396557331085205 -0.007023735903203487 0.0030315399635583162 0.14373347163200378 -0.15626516938209534 -0.1577809453010559 0.1422176957130432 -9.333333015441895 5.596556663513184 -0.006417428608983755 0.0036846590228378773 0.14450272917747498 -0.15549525618553162 -0.15733757615089417 0.14266040921211243 -9.666666984558105 5.796555519104004 -0.005680498667061329 0.004567558411508799 0.1454598307609558 -0.15453705191612244 -0.15682083368301392 0.14317604899406433 -10.0 5.996553421020508 -0.004766989964991808 0.002492639236152172 0.14585572481155396 -0.15414336323738098 -0.1553896963596344 0.14460939168930054 -10.333333015441895 6.196552753448486 -0.004268462769687176 0.004489358514547348 0.14685237407684326 -0.15314462780952454 -0.15538930892944336 0.14460769295692444 -10.666666984558105 6.39655065536499 -0.003370594000443816 0.0019154415931552649 0.14710798859596252 -0.15289145708084106 -0.15384918451309204 0.14615026116371155 -11.0 6.596550464630127 -0.002987505868077278 0.0028812196105718613 0.1477321833372116 -0.15226657688617706 -0.15370719134807587 0.1462915688753128 -11.333333015441895 6.7965497970581055 -0.002411262597888708 0.000650863628834486 0.14775143563747406 -0.15224851667881012 -0.15257395803928375 0.14742599427700043 -11.666666984558105 6.996549606323242 -0.0022810897789895535 0.0015586733352392912 0.14810840785503387 -0.15189124643802643 -0.15267057716846466 0.14732907712459564 -12.0 7.196549415588379 -0.001969355158507824 0.0016596881905570626 0.14844536781311035 -0.15155422687530518 -0.15238407254219055 0.14761552214622498 -12.333333015441895 7.396549224853516 -0.0016374175902456045 0.003819510340690613 0.14931638538837433 -0.15068145096302032 -0.15259121358394623 0.14740662276744843 -12.666666984558105 7.596547603607178 -0.0008735173032619059 0.0024836414959281683 0.14974693953990936 -0.15025214850902557 -0.15149398148059845 0.1485051065683365 -13.0 7.796546936035156 -0.00037678948137909174 0.0033942919690161943 0.15047092735767365 -0.14952735602855682 -0.1512245088815689 0.14877377450466156 -13.333333015441895 7.996545791625977 0.00030206760857254267 -0.0015405600424855947 0.14991675317287445 -0.15008290112018585 -0.14931263029575348 0.15068702399730682 -13.666666984558105 8.196545600891113 -6.044312613084912e-06 -0.0056372107937932014 0.14858227968215942 -0.1514129638671875 -0.14859437942504883 0.1514008641242981 -14.0 8.3965425491333 -0.0011334805749356747 -0.00025684060528874397 0.14880231022834778 -0.15119770169258118 -0.1510692834854126 0.14893072843551636 -14.333333015441895 8.596542358398438 -0.0011848487192764878 0.00044359290041029453 0.1489260345697403 -0.15107394754886627 -0.1512957364320755 0.14870424568653107 -14.666666984558105 8.796542167663574 -0.0010961301159113646 0.0011343777878209949 0.149187371134758 -0.15081243216991425 -0.15137962996959686 0.14862017333507538 -15.0 8.996541976928711 -0.00086925458163023 0.0005844833794981241 0.14927683770656586 -0.15072311460971832 -0.15101535618305206 0.14898459613323212 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/log.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/log.txt deleted file mode 100644 index 815fe0ed65fc7a266bec994042867979e2fb157c..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/log.txt +++ /dev/null @@ -1,447 +0,0 @@ -2025-04-27 14:39:39,328 [INFO] Simulating with mode cropfollow -2025-04-27 14:39:39,328 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:39:39,328 [INFO] [0.0, 0.0987867903534258, 0.07707190464387109, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:39:54,704 [INFO] Verification Begin -2025-04-27 14:39:54,704 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 14:39:54,704 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:39:54,704 [INFO] Simulating with mode cropfollow -2025-04-27 14:39:54,704 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:39:54,704 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:40:08,878 [INFO] Simulating with mode cropfollow -2025-04-27 14:40:08,878 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:40:08,878 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:40:22,322 [INFO] Simulating with mode cropfollow -2025-04-27 14:40:22,322 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:40:22,322 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:40:36,416 [INFO] Simulating with mode cropfollow -2025-04-27 14:40:36,416 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:40:36,416 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:40:49,496 [INFO] Simulating with mode cropfollow -2025-04-27 14:40:49,496 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:40:49,496 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:41:03,280 [INFO] Simulating with mode cropfollow -2025-04-27 14:41:03,280 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:41:03,280 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:41:16,465 [INFO] Simulating with mode cropfollow -2025-04-27 14:41:16,465 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:41:16,465 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:41:31,751 [INFO] Simulating with mode cropfollow -2025-04-27 14:41:31,751 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:41:31,751 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:41:45,393 [INFO] Simulating with mode cropfollow -2025-04-27 14:41:45,393 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:41:45,393 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:41:59,909 [INFO] Simulating with mode cropfollow -2025-04-27 14:41:59,909 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:41:59,909 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:42:13,742 [INFO] Simulating with mode cropfollow -2025-04-27 14:42:13,743 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:42:13,743 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:42:29,823 [INFO] 0 check bloated tube unknown -2025-04-27 14:42:29,823 [INFO] =============================================== -Mode: 0 -stack size: 2 -remainTime: 15 - -2025-04-27 14:42:29,823 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:42:29,823 [INFO] Simulating with mode cropfollow -2025-04-27 14:42:29,823 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:42:29,823 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:42:44,760 [INFO] Simulating with mode cropfollow -2025-04-27 14:42:44,760 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:42:44,760 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:42:59,749 [INFO] Simulating with mode cropfollow -2025-04-27 14:42:59,749 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:42:59,749 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:43:14,749 [INFO] Simulating with mode cropfollow -2025-04-27 14:43:14,749 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:43:14,749 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:43:29,685 [INFO] Simulating with mode cropfollow -2025-04-27 14:43:29,685 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:43:29,685 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:43:44,730 [INFO] Simulating with mode cropfollow -2025-04-27 14:43:44,730 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:43:44,730 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:43:58,867 [INFO] Simulating with mode cropfollow -2025-04-27 14:43:58,867 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:43:58,867 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:44:12,435 [INFO] Simulating with mode cropfollow -2025-04-27 14:44:12,435 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:44:12,435 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:44:26,237 [INFO] Simulating with mode cropfollow -2025-04-27 14:44:26,237 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:44:26,237 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:44:39,886 [INFO] Simulating with mode cropfollow -2025-04-27 14:44:39,886 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:44:39,886 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:44:53,667 [INFO] Simulating with mode cropfollow -2025-04-27 14:44:53,668 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:44:53,668 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:45:07,848 [INFO] 0 check bloated tube unknown -2025-04-27 14:45:07,848 [INFO] =============================================== -Mode: 0 -stack size: 3 -remainTime: 15 - -2025-04-27 14:45:07,848 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:45:07,848 [INFO] Simulating with mode cropfollow -2025-04-27 14:45:07,848 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:45:07,849 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:45:21,621 [INFO] Simulating with mode cropfollow -2025-04-27 14:45:21,621 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:45:21,621 [INFO] [0.0, -0.05970379340443373, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:45:36,674 [INFO] Simulating with mode cropfollow -2025-04-27 14:45:36,675 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:45:36,675 [INFO] [0.0, -0.06733274819357485, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:45:51,127 [INFO] Simulating with mode cropfollow -2025-04-27 14:45:51,127 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:45:51,128 [INFO] [0.0, -0.011673550975651564, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:46:06,086 [INFO] Simulating with mode cropfollow -2025-04-27 14:46:06,086 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:46:06,086 [INFO] [0.0, -0.026871275662171776, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:46:20,951 [INFO] Simulating with mode cropfollow -2025-04-27 14:46:20,951 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:46:20,951 [INFO] [0.0, -0.06672855082008801, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:46:35,781 [INFO] Simulating with mode cropfollow -2025-04-27 14:46:35,781 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:46:35,781 [INFO] [0.0, -0.03617579397351467, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:46:51,332 [INFO] Simulating with mode cropfollow -2025-04-27 14:46:51,332 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:46:51,332 [INFO] [0.0, -0.05638339429569719, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:47:04,920 [INFO] Simulating with mode cropfollow -2025-04-27 14:47:04,920 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:47:04,920 [INFO] [0.0, -0.06366878070967813, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:47:19,547 [INFO] Simulating with mode cropfollow -2025-04-27 14:47:19,547 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:47:19,547 [INFO] [0.0, -0.06443678812717282, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:47:33,863 [INFO] Simulating with mode cropfollow -2025-04-27 14:47:33,864 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:47:33,864 [INFO] [0.0, -0.08402083221495917, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:47:48,178 [INFO] 0 check bloated tube unknown -2025-04-27 14:47:48,178 [INFO] =============================================== -Mode: 0 -stack size: 4 -remainTime: 15 - -2025-04-27 14:47:48,178 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:47:48,178 [INFO] Simulating with mode cropfollow -2025-04-27 14:47:48,178 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:47:48,178 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:48:03,374 [INFO] Simulating with mode cropfollow -2025-04-27 14:48:03,374 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:48:03,374 [INFO] [0.0, -0.05970379340443373, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:48:16,474 [INFO] Simulating with mode cropfollow -2025-04-27 14:48:16,474 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:48:16,474 [INFO] [0.0, -0.06733274819357485, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:48:30,447 [INFO] Simulating with mode cropfollow -2025-04-27 14:48:30,447 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:48:30,447 [INFO] [0.0, -0.011673550975651564, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:48:45,928 [INFO] Simulating with mode cropfollow -2025-04-27 14:48:45,928 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:48:45,928 [INFO] [0.0, -0.026871275662171776, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:49:00,152 [INFO] Simulating with mode cropfollow -2025-04-27 14:49:00,152 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:49:00,152 [INFO] [0.0, -0.06672855082008801, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:49:14,876 [INFO] Simulating with mode cropfollow -2025-04-27 14:49:14,876 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:49:14,876 [INFO] [0.0, -0.03617579397351467, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:49:28,892 [INFO] Simulating with mode cropfollow -2025-04-27 14:49:28,892 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:49:28,892 [INFO] [0.0, -0.05638339429569719, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:49:43,364 [INFO] Simulating with mode cropfollow -2025-04-27 14:49:43,365 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:49:43,365 [INFO] [0.0, -0.06366878070967813, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:49:58,102 [INFO] Simulating with mode cropfollow -2025-04-27 14:49:58,103 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:49:58,103 [INFO] [0.0, -0.06443678812717282, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:50:11,516 [INFO] Simulating with mode cropfollow -2025-04-27 14:50:11,516 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:50:11,516 [INFO] [0.0, -0.08402083221495917, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:50:27,283 [INFO] 0 check bloated tube unknown -2025-04-27 14:50:27,283 [INFO] =============================================== -Mode: 0 -stack size: 5 -remainTime: 15 - -2025-04-27 14:50:27,283 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:50:27,283 [INFO] Simulating with mode cropfollow -2025-04-27 14:50:27,283 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:50:27,283 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:50:41,277 [INFO] Simulating with mode cropfollow -2025-04-27 14:50:41,277 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:50:41,278 [INFO] [0.0, -0.07985189670221687, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:50:55,920 [INFO] Simulating with mode cropfollow -2025-04-27 14:50:55,920 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:50:55,920 [INFO] [0.0, -0.08366637409678743, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:51:10,630 [INFO] Simulating with mode cropfollow -2025-04-27 14:51:10,630 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:51:10,630 [INFO] [0.0, -0.055836775487825785, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:51:24,750 [INFO] Simulating with mode cropfollow -2025-04-27 14:51:24,751 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:51:24,751 [INFO] [0.0, -0.06343563783108588, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:51:38,435 [INFO] Simulating with mode cropfollow -2025-04-27 14:51:38,435 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:51:38,435 [INFO] [0.0, -0.08336427541004401, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:51:52,853 [INFO] Simulating with mode cropfollow -2025-04-27 14:51:52,853 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:51:52,853 [INFO] [0.0, -0.06808789698675734, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:52:06,946 [INFO] Simulating with mode cropfollow -2025-04-27 14:52:06,946 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:52:06,946 [INFO] [0.0, -0.0781916971478486, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:52:21,733 [INFO] Simulating with mode cropfollow -2025-04-27 14:52:21,733 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:52:21,733 [INFO] [0.0, -0.08183439035483907, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:52:37,741 [INFO] Simulating with mode cropfollow -2025-04-27 14:52:37,741 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:52:37,741 [INFO] [0.0, -0.08221839406358641, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:52:52,161 [INFO] Simulating with mode cropfollow -2025-04-27 14:52:52,161 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:52:52,161 [INFO] [0.0, -0.09201041610747959, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:53:06,116 [INFO] 0 check bloated tube unknown -2025-04-27 14:53:06,116 [INFO] =============================================== -Mode: 0 -stack size: 6 -remainTime: 15 - -2025-04-27 14:53:06,117 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:53:06,117 [INFO] Simulating with mode cropfollow -2025-04-27 14:53:06,117 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:53:06,117 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:53:21,186 [INFO] Simulating with mode cropfollow -2025-04-27 14:53:21,186 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:53:21,186 [INFO] [0.0, -0.07985189670221687, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:53:35,268 [INFO] Simulating with mode cropfollow -2025-04-27 14:53:35,268 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:53:35,268 [INFO] [0.0, -0.08366637409678743, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:53:48,948 [INFO] Simulating with mode cropfollow -2025-04-27 14:53:48,948 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:53:48,948 [INFO] [0.0, -0.055836775487825785, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:54:04,324 [INFO] Simulating with mode cropfollow -2025-04-27 14:54:04,324 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:54:04,325 [INFO] [0.0, -0.06343563783108588, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:54:19,084 [INFO] Simulating with mode cropfollow -2025-04-27 14:54:19,084 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:54:19,084 [INFO] [0.0, -0.08336427541004401, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:54:33,472 [INFO] Simulating with mode cropfollow -2025-04-27 14:54:33,472 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:54:33,472 [INFO] [0.0, -0.06808789698675734, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:54:47,774 [INFO] Simulating with mode cropfollow -2025-04-27 14:54:47,774 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:54:47,774 [INFO] [0.0, -0.0781916971478486, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:55:01,477 [INFO] Simulating with mode cropfollow -2025-04-27 14:55:01,477 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:55:01,477 [INFO] [0.0, -0.08183439035483907, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:55:15,066 [INFO] Simulating with mode cropfollow -2025-04-27 14:55:15,066 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:55:15,066 [INFO] [0.0, -0.08221839406358641, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:55:29,152 [INFO] Simulating with mode cropfollow -2025-04-27 14:55:29,153 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:55:29,153 [INFO] [0.0, -0.09201041610747959, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:55:43,352 [INFO] 0 check bloated tube unknown -2025-04-27 14:55:43,352 [INFO] =============================================== -Mode: 0 -stack size: 7 -remainTime: 15 - -2025-04-27 14:55:43,352 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:55:43,352 [INFO] Simulating with mode cropfollow -2025-04-27 14:55:43,352 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:55:43,352 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:55:58,504 [INFO] Simulating with mode cropfollow -2025-04-27 14:55:58,504 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:55:58,504 [INFO] [0.0, -0.08992594835110844, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:56:12,806 [INFO] Simulating with mode cropfollow -2025-04-27 14:56:12,806 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:56:12,806 [INFO] [0.0, -0.09183318704839372, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:56:26,992 [INFO] Simulating with mode cropfollow -2025-04-27 14:56:26,992 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:56:26,992 [INFO] [0.0, -0.0779183877439129, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:56:41,271 [INFO] Simulating with mode cropfollow -2025-04-27 14:56:41,271 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:56:41,271 [INFO] [0.0, -0.08171781891554296, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:56:55,888 [INFO] Simulating with mode cropfollow -2025-04-27 14:56:55,889 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:56:55,889 [INFO] [0.0, -0.09168213770502201, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:57:10,240 [INFO] Simulating with mode cropfollow -2025-04-27 14:57:10,240 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:57:10,240 [INFO] [0.0, -0.08404394849337868, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:57:23,629 [INFO] Simulating with mode cropfollow -2025-04-27 14:57:23,630 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:57:23,630 [INFO] [0.0, -0.0890958485739243, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:57:40,001 [INFO] Simulating with mode cropfollow -2025-04-27 14:57:40,001 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:57:40,001 [INFO] [0.0, -0.09091719517741953, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:57:54,380 [INFO] Simulating with mode cropfollow -2025-04-27 14:57:54,380 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:57:54,380 [INFO] [0.0, -0.09110919703179321, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:58:08,828 [INFO] Simulating with mode cropfollow -2025-04-27 14:58:08,828 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:58:08,828 [INFO] [0.0, -0.0960052080537398, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:58:23,009 [INFO] 0 check bloated tube unknown -2025-04-27 14:58:23,009 [INFO] =============================================== -Mode: 0 -stack size: 8 -remainTime: 15 - -2025-04-27 14:58:23,009 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 14:58:23,009 [INFO] Simulating with mode cropfollow -2025-04-27 14:58:23,009 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:58:23,009 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:58:36,999 [INFO] Simulating with mode cropfollow -2025-04-27 14:58:36,999 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:58:36,999 [INFO] [0.0, -0.08992594835110844, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:58:50,678 [INFO] Simulating with mode cropfollow -2025-04-27 14:58:50,678 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:58:50,678 [INFO] [0.0, -0.09183318704839372, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:59:05,975 [INFO] Simulating with mode cropfollow -2025-04-27 14:59:05,975 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:59:05,975 [INFO] [0.0, -0.0779183877439129, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:59:19,830 [INFO] Simulating with mode cropfollow -2025-04-27 14:59:19,830 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:59:19,830 [INFO] [0.0, -0.08171781891554296, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:59:35,194 [INFO] Simulating with mode cropfollow -2025-04-27 14:59:35,195 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:59:35,195 [INFO] [0.0, -0.09168213770502201, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 14:59:49,553 [INFO] Simulating with mode cropfollow -2025-04-27 14:59:49,554 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 14:59:49,554 [INFO] [0.0, -0.08404394849337868, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:00:04,083 [INFO] Simulating with mode cropfollow -2025-04-27 15:00:04,083 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:00:04,083 [INFO] [0.0, -0.0890958485739243, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:00:18,830 [INFO] Simulating with mode cropfollow -2025-04-27 15:00:18,830 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:00:18,830 [INFO] [0.0, -0.09091719517741953, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:00:33,842 [INFO] Simulating with mode cropfollow -2025-04-27 15:00:33,842 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:00:33,842 [INFO] [0.0, -0.09110919703179321, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:00:47,606 [INFO] Simulating with mode cropfollow -2025-04-27 15:00:47,606 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:00:47,606 [INFO] [0.0, -0.0960052080537398, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:01:02,100 [INFO] 0 check bloated tube unknown -2025-04-27 15:01:02,100 [INFO] =============================================== -Mode: 0 -stack size: 9 -remainTime: 15 - -2025-04-27 15:01:02,100 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:01:02,100 [INFO] Simulating with mode cropfollow -2025-04-27 15:01:02,100 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:01:02,100 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:01:17,093 [INFO] Simulating with mode cropfollow -2025-04-27 15:01:17,093 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:01:17,093 [INFO] [0.0, -0.09496297417555422, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:01:31,251 [INFO] Simulating with mode cropfollow -2025-04-27 15:01:31,252 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:01:31,252 [INFO] [0.0, -0.09591659352419686, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:01:44,584 [INFO] Simulating with mode cropfollow -2025-04-27 15:01:44,584 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:01:44,584 [INFO] [0.0, -0.08895919387195646, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:01:59,000 [INFO] Simulating with mode cropfollow -2025-04-27 15:01:59,001 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:01:59,001 [INFO] [0.0, -0.09085890945777148, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:02:14,405 [INFO] Simulating with mode cropfollow -2025-04-27 15:02:14,405 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:02:14,405 [INFO] [0.0, -0.09584106885251101, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:02:28,791 [INFO] Simulating with mode cropfollow -2025-04-27 15:02:28,791 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:02:28,791 [INFO] [0.0, -0.09202197424668934, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:02:42,337 [INFO] Simulating with mode cropfollow -2025-04-27 15:02:42,337 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:02:42,337 [INFO] [0.0, -0.09454792428696215, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:02:56,418 [INFO] Simulating with mode cropfollow -2025-04-27 15:02:56,418 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:02:56,418 [INFO] [0.0, -0.09545859758870977, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:03:10,950 [INFO] Simulating with mode cropfollow -2025-04-27 15:03:10,950 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:03:10,950 [INFO] [0.0, -0.09555459851589661, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:03:24,590 [INFO] Simulating with mode cropfollow -2025-04-27 15:03:24,590 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:03:24,590 [INFO] [0.0, -0.0980026040268699, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:03:39,833 [INFO] 0 check bloated tube unknown -2025-04-27 15:03:39,833 [INFO] =============================================== -Mode: 0 -stack size: 10 -remainTime: 15 - -2025-04-27 15:03:39,833 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:03:39,833 [INFO] Simulating with mode cropfollow -2025-04-27 15:03:39,833 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:03:39,833 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:03:54,823 [INFO] Simulating with mode cropfollow -2025-04-27 15:03:54,823 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:03:54,823 [INFO] [0.0, -0.09496297417555422, -0.16514583577435962, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:04:09,273 [INFO] Simulating with mode cropfollow -2025-04-27 15:04:09,273 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:04:09,273 [INFO] [0.0, -0.09591659352419686, -0.17171240468529297, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:04:24,223 [INFO] Simulating with mode cropfollow -2025-04-27 15:04:24,223 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:04:24,223 [INFO] [0.0, -0.08895919387195646, -0.1677994293995547, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:04:38,985 [INFO] Simulating with mode cropfollow -2025-04-27 15:04:38,985 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:04:38,985 [INFO] [0.0, -0.09085890945777148, -0.16473588259206876, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:04:52,490 [INFO] Simulating with mode cropfollow -2025-04-27 15:04:52,490 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:04:52,490 [INFO] [0.0, -0.09584106885251101, -0.17167462702929667, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:05:07,582 [INFO] Simulating with mode cropfollow -2025-04-27 15:05:07,582 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:05:07,582 [INFO] [0.0, -0.09202197424668934, -0.1725413570609912, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:05:21,730 [INFO] Simulating with mode cropfollow -2025-04-27 15:05:21,730 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:05:21,730 [INFO] [0.0, -0.09454792428696215, -0.16739127766891904, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:05:37,399 [INFO] Simulating with mode cropfollow -2025-04-27 15:05:37,399 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:05:37,399 [INFO] [0.0, -0.09545859758870977, -0.17108298608149958, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:05:50,955 [INFO] Simulating with mode cropfollow -2025-04-27 15:05:50,955 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:05:50,956 [INFO] [0.0, -0.09555459851589661, -0.17289387487213645, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:06:05,524 [INFO] Simulating with mode cropfollow -2025-04-27 15:06:05,524 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.1}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:06:05,524 [INFO] [0.0, -0.0980026040268699, -0.1703304981611306, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:06:19,920 [INFO] 0 check bloated tube unknown -2025-04-27 15:06:19,920 [INFO] =============================================== -Mode: 0 -stack size: 11 -remainTime: 15 - -2025-04-27 15:06:19,920 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:06:19,920 [INFO] 0 is not valid anymore -2025-04-27 15:06:19,920 [INFO] Hit refine threshold, system halt, result unknown -2025-04-27 15:06:19,920 [INFO] simulation time: 15.376130819320679 -2025-04-27 15:06:19,920 [INFO] verification time: 1585.2160806655884 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/results.json b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/results.json deleted file mode 100644 index a9d92ca23945c04c11ef6240f598d5fe7181d09b..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_10/results.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "safety": "UNKNOWN", - "sim_time": 15.376130819320679, - "verification_time": 1585.2160806655884, - "refine_time": null, - "total_time": 1601.153695344925 -} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/Traj.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/Traj.txt deleted file mode 100644 index c917bb87153bbcc247cf9d386c90f4c58613da3c..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:0.50]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 0.015561061911284924 0.07207953184843063 0.18317586183547974 -0.11604517698287964 -0.15205374360084534 0.14716729521751404 -0.3333333432674408 0.19948069751262665 0.029964489862322807 0.0667124018073082 0.1962965577840805 -0.10303612053394318 -0.1363675743341446 0.1629651039838791 -0.6666666865348816 0.39903581142425537 0.04329707473516464 0.04158181697130203 0.20355987548828125 -0.09618081897497177 -0.11696573346853256 0.18277496099472046 -1.0 0.5988629460334778 0.0516110435128212 0.02834838069975376 0.20863690972328186 -0.09124254435300827 -0.10541483014822006 0.19446462392807007 -1.3333333730697632 0.7987825870513916 0.057279959321022034 0.01930946484208107 0.21207906305789948 -0.08786500990390778 -0.09751914441585541 0.20242492854595184 -1.6666666269302368 0.998745322227478 0.061141613870859146 -0.009811919182538986 0.20868144929409027 -0.09130410850048065 -0.08639822900295258 0.21358732879161835 -2.0 1.1987357139587402 0.059179261326789856 -0.0048258183524012566 0.20797108113765717 -0.09202544391155243 -0.08961255848407745 0.21038396656513214 -2.3333332538604736 1.398733377456665 0.05821410194039345 -0.018212486058473587 0.20363636314868927 -0.09631390869617462 -0.08720816671848297 0.21274210512638092 -2.6666667461395264 1.5987002849578857 0.05457180738449097 -0.038003165274858475 0.19496500492095947 -0.10481840372085571 -0.08582139015197754 0.21396201848983765 -3.0 1.798555850982666 0.046973004937171936 -0.049516163766384125 0.18441517651081085 -0.11521713435649872 -0.09046916663646698 0.2091631442308426 -3.3333332538604736 1.9983106851577759 0.03707381710410118 -0.06342128664255142 0.17092755436897278 -0.128469318151474 -0.09677991271018982 0.20261695981025696 -3.6666667461395264 2.197908639907837 0.024398058652877808 -0.05065656825900078 0.16154691576957703 -0.13806825876235962 -0.11275079846382141 0.18686437606811523 -4.0 2.3976521492004395 0.014271076768636703 -0.03944302350282669 0.15429621934890747 -0.14547047019004822 -0.12575405836105347 0.17401263117790222 -4.333333492279053 2.597496509552002 0.006384516134858131 -0.0425182469189167 0.1456225961446762 -0.1541062742471695 -0.13285355269908905 0.16687531769275665 -4.666666507720947 2.797315835952759 -0.0021165721118450165 -0.03336973488330841 0.1394590437412262 -0.16037395596504211 -0.14369219541549683 0.15614080429077148 -5.0 2.997204542160034 -0.008789281360805035 -0.028849687427282333 0.13393688201904297 -0.16593828797340393 -0.15151545405387878 0.14835971593856812 -5.333333492279053 3.1971213817596436 -0.014558418653905392 -0.029560506343841553 0.12798699736595154 -0.17188194394111633 -0.15710383653640747 0.1427651047706604 -5.666666507720947 3.397033929824829 -0.020469658076763153 -0.02974788472056389 0.12202810496091843 -0.17783915996551514 -0.16296741366386414 0.13689985871315002 -6.0 3.5969455242156982 -0.026418358087539673 -0.006006050854921341 0.12207743525505066 -0.17791715264320374 -0.17491415143013 0.1250804364681244 -6.333333492279053 3.7969419956207275 -0.027619561180472374 0.01769346557557583 0.12678010761737823 -0.1731729358434677 -0.1820192188024521 0.11793381720781326 -6.666666507720947 3.996910572052002 -0.024081053212285042 0.019524315372109413 0.13077113032341003 -0.16917169094085693 -0.17893323302268982 0.12100958824157715 -7.0 4.196872234344482 -0.020176438614726067 0.02773931808769703 0.13669981062412262 -0.16318480670452118 -0.17705269157886505 0.12283192574977875 -7.333333492279053 4.396795272827148 -0.014629285782575607 0.024341842159628868 0.14141114056110382 -0.15850000083446503 -0.17066971957683563 0.12924142181873322 -7.666666507720947 4.596735954284668 -0.00976139772683382 0.025761738419532776 0.14662855863571167 -0.15327191352844238 -0.16615134477615356 0.1337491273880005 -8.0 4.7966694831848145 -0.0046096197329461575 0.00042685866355895996 0.14549708366394043 -0.15450289845466614 -0.15471631288528442 0.14528366923332214 -8.333333015441895 4.996669292449951 -0.00452424818649888 -0.023270484060049057 0.13961805403232574 -0.16030074656009674 -0.14866654574871063 0.15125225484371185 -8.666666984558105 5.196615219116211 -0.009177925065159798 -0.009944007731974125 0.13832871615886688 -0.1616564840078354 -0.15668456256389618 0.1433006376028061 -9.0 5.396605491638184 -0.011166693642735481 -0.015617132186889648 0.13491089642047882 -0.16505251824855804 -0.15724427998065948 0.14271913468837738 -9.333333015441895 5.596580982208252 -0.014289993792772293 -0.026148546487092972 0.12912234663963318 -0.17077511548995972 -0.15770232677459717 0.14219513535499573 -9.666666984558105 5.796512603759766 -0.019519107416272163 -0.008345931768417358 0.12838922441005707 -0.1716003566980362 -0.1674274355173111 0.13256214559078217 -10.0 5.9965057373046875 -0.021188274025917053 -0.012670299038290977 0.12563219666481018 -0.17434373497962952 -0.1680087447166443 0.1319671869277954 -10.333333015441895 6.1964898109436035 -0.023722266778349876 -0.004124188795685768 0.12524542212486267 -0.17475202679634094 -0.17268994450569153 0.12730750441551208 -10.666666984558105 6.396488189697266 -0.02454710192978382 0.002988670486956835 0.1261993944644928 -0.1737992763519287 -0.17529359459877014 0.12470507621765137 -11.0 6.596487522125244 -0.02394936792552471 -0.0028692237101495266 0.12533271312713623 -0.17466607689857483 -0.17323145270347595 0.1267673373222351 -11.333333015441895 6.796486854553223 -0.024523211643099785 -0.011515513062477112 0.12258803844451904 -0.17739209532737732 -0.1716344654560089 0.12834566831588745 -11.666666984558105 6.996473789215088 -0.026826264336705208 -0.014970104210078716 0.1194145530462265 -0.18055184185504913 -0.17306707799434662 0.12689931690692902 -12.0 7.196451187133789 -0.029820173978805542 -0.017343390733003616 0.11582164466381073 -0.18413324654102325 -0.17546199262142181 0.12449289858341217 -12.333333015441895 7.396420955657959 -0.033288680016994476 -0.020867764949798584 0.11146209388971329 -0.18847259879112244 -0.17803946137428284 0.12189523130655289 -12.666666984558105 7.596377372741699 -0.03746192902326584 -0.010977832600474358 0.10978462547063828 -0.19019728899002075 -0.18470847606658936 0.11527343839406967 -13.0 7.796365261077881 -0.03965745121240616 0.0032501881942152977 0.11115431040525436 -0.18884411454200745 -0.19046920537948608 0.10952921956777573 -13.333333015441895 7.996364116668701 -0.039007414132356644 0.016873907297849655 0.11518952250480652 -0.18476778268814087 -0.1932043433189392 0.10675296187400818 -13.666666984558105 8.196335792541504 -0.035632792860269547 0.010628707706928253 0.11701586842536926 -0.1829671859741211 -0.18828144669532776 0.1117016077041626 -14.0 8.396324157714844 -0.033507090061903 0.01337374560534954 0.11982284486293793 -0.1801503449678421 -0.18683703243732452 0.1131361573934555 -14.333333015441895 8.596305847167969 -0.03083242103457451 0.00939496885985136 0.12150967121124268 -0.17847710847854614 -0.1831745207309723 0.11681225895881653 -14.666666984558105 8.796297073364258 -0.02895345538854599 -0.0004945816472172737 0.12092288583517075 -0.17907708883285522 -0.17882978916168213 0.12117018550634384 -15.0 8.996296882629395 -0.0290523711591959 -0.016564030200242996 0.11678623408079147 -0.18317262828350067 -0.17489098012447357 0.12506787478923798 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/log.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/log.txt deleted file mode 100644 index 2d71eb2090b26b8b7061e94489d92f8c79668edc..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/log.txt +++ /dev/null @@ -1,447 +0,0 @@ -2025-04-27 15:06:21,034 [INFO] Simulating with mode cropfollow -2025-04-27 15:06:21,034 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:06:21,034 [INFO] [0.0, 0.015561061531184375, 0.07207953554826813, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:06:33,389 [INFO] Verification Begin -2025-04-27 15:06:33,389 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 15:06:33,389 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:06:33,390 [INFO] Simulating with mode cropfollow -2025-04-27 15:06:33,390 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:06:33,390 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:06:46,190 [INFO] Simulating with mode cropfollow -2025-04-27 15:06:46,190 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:06:46,190 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:06:59,648 [INFO] Simulating with mode cropfollow -2025-04-27 15:06:59,648 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:06:59,648 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:07:11,302 [INFO] Simulating with mode cropfollow -2025-04-27 15:07:11,302 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:07:11,302 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:07:24,488 [INFO] Simulating with mode cropfollow -2025-04-27 15:07:24,488 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:07:24,488 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:07:36,158 [INFO] Simulating with mode cropfollow -2025-04-27 15:07:36,158 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:07:36,158 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:07:48,157 [INFO] Simulating with mode cropfollow -2025-04-27 15:07:48,158 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:07:48,158 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:08:02,308 [INFO] Simulating with mode cropfollow -2025-04-27 15:08:02,308 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:08:02,308 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:08:15,213 [INFO] Simulating with mode cropfollow -2025-04-27 15:08:15,213 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:08:15,213 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:08:28,102 [INFO] Simulating with mode cropfollow -2025-04-27 15:08:28,102 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:08:28,102 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:08:40,129 [INFO] Simulating with mode cropfollow -2025-04-27 15:08:40,129 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:08:40,129 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:08:51,710 [INFO] 0 check bloated tube unknown -2025-04-27 15:08:51,710 [INFO] =============================================== -Mode: 0 -stack size: 2 -remainTime: 15 - -2025-04-27 15:08:51,710 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:08:51,711 [INFO] Simulating with mode cropfollow -2025-04-27 15:08:51,711 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:08:51,711 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:09:04,116 [INFO] Simulating with mode cropfollow -2025-04-27 15:09:04,116 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:09:04,116 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:09:16,771 [INFO] Simulating with mode cropfollow -2025-04-27 15:09:16,772 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:09:16,772 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:09:29,629 [INFO] Simulating with mode cropfollow -2025-04-27 15:09:29,629 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:09:29,629 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:09:42,160 [INFO] Simulating with mode cropfollow -2025-04-27 15:09:42,160 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:09:42,160 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:09:53,825 [INFO] Simulating with mode cropfollow -2025-04-27 15:09:53,826 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:09:53,826 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:10:05,583 [INFO] Simulating with mode cropfollow -2025-04-27 15:10:05,583 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:10:05,583 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:10:17,857 [INFO] Simulating with mode cropfollow -2025-04-27 15:10:17,857 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:10:17,857 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:10:29,678 [INFO] Simulating with mode cropfollow -2025-04-27 15:10:29,678 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:10:29,678 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:10:42,152 [INFO] Simulating with mode cropfollow -2025-04-27 15:10:42,152 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:10:42,152 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:10:54,886 [INFO] Simulating with mode cropfollow -2025-04-27 15:10:54,886 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:10:54,886 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:11:06,656 [INFO] 0 check bloated tube unknown -2025-04-27 15:11:06,656 [INFO] =============================================== -Mode: 0 -stack size: 3 -remainTime: 15 - -2025-04-27 15:11:06,656 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:11:06,656 [INFO] Simulating with mode cropfollow -2025-04-27 15:11:06,656 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:11:06,656 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:11:18,214 [INFO] Simulating with mode cropfollow -2025-04-27 15:11:18,214 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:11:18,215 [INFO] [0.0, -0.05970379340443373, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:11:29,942 [INFO] Simulating with mode cropfollow -2025-04-27 15:11:29,943 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:11:29,964 [INFO] [0.0, -0.06733274819357485, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:11:42,789 [INFO] Simulating with mode cropfollow -2025-04-27 15:11:42,789 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:11:42,789 [INFO] [0.0, -0.011673550975651564, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:11:54,155 [INFO] Simulating with mode cropfollow -2025-04-27 15:11:54,155 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:11:54,155 [INFO] [0.0, -0.026871275662171776, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:12:05,605 [INFO] Simulating with mode cropfollow -2025-04-27 15:12:05,606 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:12:05,606 [INFO] [0.0, -0.06672855082008801, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:12:17,605 [INFO] Simulating with mode cropfollow -2025-04-27 15:12:17,605 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:12:17,605 [INFO] [0.0, -0.03617579397351467, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:12:29,445 [INFO] Simulating with mode cropfollow -2025-04-27 15:12:29,445 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:12:29,445 [INFO] [0.0, -0.05638339429569719, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:12:41,690 [INFO] Simulating with mode cropfollow -2025-04-27 15:12:41,690 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:12:41,690 [INFO] [0.0, -0.06366878070967813, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:12:53,485 [INFO] Simulating with mode cropfollow -2025-04-27 15:12:53,485 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:12:53,485 [INFO] [0.0, -0.06443678812717282, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:13:05,401 [INFO] Simulating with mode cropfollow -2025-04-27 15:13:05,402 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:13:05,402 [INFO] [0.0, -0.08402083221495917, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:13:18,094 [INFO] 0 check bloated tube unknown -2025-04-27 15:13:18,094 [INFO] =============================================== -Mode: 0 -stack size: 4 -remainTime: 15 - -2025-04-27 15:13:18,094 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:13:18,094 [INFO] Simulating with mode cropfollow -2025-04-27 15:13:18,094 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:13:18,094 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:13:30,744 [INFO] Simulating with mode cropfollow -2025-04-27 15:13:30,744 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:13:30,744 [INFO] [0.0, -0.05970379340443373, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:13:43,523 [INFO] Simulating with mode cropfollow -2025-04-27 15:13:43,523 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:13:43,523 [INFO] [0.0, -0.06733274819357485, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:13:55,579 [INFO] Simulating with mode cropfollow -2025-04-27 15:13:55,579 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:13:55,579 [INFO] [0.0, -0.011673550975651564, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:14:06,846 [INFO] Simulating with mode cropfollow -2025-04-27 15:14:06,846 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:14:06,846 [INFO] [0.0, -0.026871275662171776, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:14:19,887 [INFO] Simulating with mode cropfollow -2025-04-27 15:14:19,887 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:14:19,887 [INFO] [0.0, -0.06672855082008801, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:14:31,427 [INFO] Simulating with mode cropfollow -2025-04-27 15:14:31,427 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:14:31,427 [INFO] [0.0, -0.03617579397351467, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:14:42,616 [INFO] Simulating with mode cropfollow -2025-04-27 15:14:42,616 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:14:42,616 [INFO] [0.0, -0.05638339429569719, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:14:56,124 [INFO] Simulating with mode cropfollow -2025-04-27 15:14:56,125 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:14:56,125 [INFO] [0.0, -0.06366878070967813, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:15:07,996 [INFO] Simulating with mode cropfollow -2025-04-27 15:15:07,996 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:15:07,996 [INFO] [0.0, -0.06443678812717282, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:15:20,401 [INFO] Simulating with mode cropfollow -2025-04-27 15:15:20,401 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:15:20,401 [INFO] [0.0, -0.08402083221495917, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:15:32,475 [INFO] 0 check bloated tube unknown -2025-04-27 15:15:32,476 [INFO] =============================================== -Mode: 0 -stack size: 5 -remainTime: 15 - -2025-04-27 15:15:32,476 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:15:32,476 [INFO] Simulating with mode cropfollow -2025-04-27 15:15:32,476 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:15:32,476 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:15:46,039 [INFO] Simulating with mode cropfollow -2025-04-27 15:15:46,039 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:15:46,039 [INFO] [0.0, -0.07985189670221687, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:15:58,712 [INFO] Simulating with mode cropfollow -2025-04-27 15:15:58,712 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:15:58,712 [INFO] [0.0, -0.08366637409678743, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:16:11,832 [INFO] Simulating with mode cropfollow -2025-04-27 15:16:11,832 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:16:11,832 [INFO] [0.0, -0.055836775487825785, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:16:24,353 [INFO] Simulating with mode cropfollow -2025-04-27 15:16:24,353 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:16:24,353 [INFO] [0.0, -0.06343563783108588, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:16:37,130 [INFO] Simulating with mode cropfollow -2025-04-27 15:16:37,130 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:16:37,130 [INFO] [0.0, -0.08336427541004401, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:16:50,566 [INFO] Simulating with mode cropfollow -2025-04-27 15:16:50,566 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:16:50,566 [INFO] [0.0, -0.06808789698675734, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:17:02,451 [INFO] Simulating with mode cropfollow -2025-04-27 15:17:02,451 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:17:02,451 [INFO] [0.0, -0.0781916971478486, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:17:15,181 [INFO] Simulating with mode cropfollow -2025-04-27 15:17:15,182 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:17:15,182 [INFO] [0.0, -0.08183439035483907, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:17:26,568 [INFO] Simulating with mode cropfollow -2025-04-27 15:17:26,568 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:17:26,568 [INFO] [0.0, -0.08221839406358641, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:17:38,333 [INFO] Simulating with mode cropfollow -2025-04-27 15:17:38,333 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:17:38,333 [INFO] [0.0, -0.09201041610747959, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:17:51,683 [INFO] 0 check bloated tube unknown -2025-04-27 15:17:51,683 [INFO] =============================================== -Mode: 0 -stack size: 6 -remainTime: 15 - -2025-04-27 15:17:51,683 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:17:51,683 [INFO] Simulating with mode cropfollow -2025-04-27 15:17:51,683 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:17:51,683 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:18:03,590 [INFO] Simulating with mode cropfollow -2025-04-27 15:18:03,590 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:18:03,590 [INFO] [0.0, -0.07985189670221687, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:18:16,342 [INFO] Simulating with mode cropfollow -2025-04-27 15:18:16,342 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:18:16,342 [INFO] [0.0, -0.08366637409678743, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:18:29,647 [INFO] Simulating with mode cropfollow -2025-04-27 15:18:29,647 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:18:29,647 [INFO] [0.0, -0.055836775487825785, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:18:41,058 [INFO] Simulating with mode cropfollow -2025-04-27 15:18:41,058 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:18:41,058 [INFO] [0.0, -0.06343563783108588, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:18:53,544 [INFO] Simulating with mode cropfollow -2025-04-27 15:18:53,544 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:18:53,544 [INFO] [0.0, -0.08336427541004401, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:19:05,207 [INFO] Simulating with mode cropfollow -2025-04-27 15:19:05,207 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:19:05,207 [INFO] [0.0, -0.06808789698675734, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:19:16,723 [INFO] Simulating with mode cropfollow -2025-04-27 15:19:16,723 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:19:16,723 [INFO] [0.0, -0.0781916971478486, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:19:30,245 [INFO] Simulating with mode cropfollow -2025-04-27 15:19:30,245 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:19:30,245 [INFO] [0.0, -0.08183439035483907, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:19:42,044 [INFO] Simulating with mode cropfollow -2025-04-27 15:19:42,045 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:19:42,045 [INFO] [0.0, -0.08221839406358641, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:19:54,320 [INFO] Simulating with mode cropfollow -2025-04-27 15:19:54,321 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:19:54,321 [INFO] [0.0, -0.09201041610747959, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:20:07,881 [INFO] 0 check bloated tube unknown -2025-04-27 15:20:07,881 [INFO] =============================================== -Mode: 0 -stack size: 7 -remainTime: 15 - -2025-04-27 15:20:07,881 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:20:07,881 [INFO] Simulating with mode cropfollow -2025-04-27 15:20:07,881 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:20:07,881 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:20:19,036 [INFO] Simulating with mode cropfollow -2025-04-27 15:20:19,036 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:20:19,036 [INFO] [0.0, -0.08992594835110844, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:20:32,331 [INFO] Simulating with mode cropfollow -2025-04-27 15:20:32,331 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:20:32,332 [INFO] [0.0, -0.09183318704839372, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:20:44,392 [INFO] Simulating with mode cropfollow -2025-04-27 15:20:44,392 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:20:44,392 [INFO] [0.0, -0.0779183877439129, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:20:55,376 [INFO] Simulating with mode cropfollow -2025-04-27 15:20:55,376 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:20:55,376 [INFO] [0.0, -0.08171781891554296, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:21:06,482 [INFO] Simulating with mode cropfollow -2025-04-27 15:21:06,482 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:21:06,482 [INFO] [0.0, -0.09168213770502201, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:21:19,356 [INFO] Simulating with mode cropfollow -2025-04-27 15:21:19,356 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:21:19,356 [INFO] [0.0, -0.08404394849337868, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:21:31,893 [INFO] Simulating with mode cropfollow -2025-04-27 15:21:31,893 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:21:31,893 [INFO] [0.0, -0.0890958485739243, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:21:44,506 [INFO] Simulating with mode cropfollow -2025-04-27 15:21:44,506 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:21:44,506 [INFO] [0.0, -0.09091719517741953, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:21:57,191 [INFO] Simulating with mode cropfollow -2025-04-27 15:21:57,191 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:21:57,191 [INFO] [0.0, -0.09110919703179321, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:22:09,509 [INFO] Simulating with mode cropfollow -2025-04-27 15:22:09,510 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:22:09,510 [INFO] [0.0, -0.0960052080537398, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:22:21,313 [INFO] 0 check bloated tube unknown -2025-04-27 15:22:21,313 [INFO] =============================================== -Mode: 0 -stack size: 8 -remainTime: 15 - -2025-04-27 15:22:21,313 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:22:21,313 [INFO] Simulating with mode cropfollow -2025-04-27 15:22:21,313 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:22:21,313 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:22:33,258 [INFO] Simulating with mode cropfollow -2025-04-27 15:22:33,258 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:22:33,258 [INFO] [0.0, -0.08992594835110844, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:22:45,650 [INFO] Simulating with mode cropfollow -2025-04-27 15:22:45,651 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:22:45,651 [INFO] [0.0, -0.09183318704839372, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:22:57,342 [INFO] Simulating with mode cropfollow -2025-04-27 15:22:57,342 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:22:57,342 [INFO] [0.0, -0.0779183877439129, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:23:08,776 [INFO] Simulating with mode cropfollow -2025-04-27 15:23:08,776 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:23:08,776 [INFO] [0.0, -0.08171781891554296, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:23:22,353 [INFO] Simulating with mode cropfollow -2025-04-27 15:23:22,353 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:23:22,353 [INFO] [0.0, -0.09168213770502201, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:23:33,940 [INFO] Simulating with mode cropfollow -2025-04-27 15:23:33,940 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:23:33,940 [INFO] [0.0, -0.08404394849337868, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:23:46,074 [INFO] Simulating with mode cropfollow -2025-04-27 15:23:46,074 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:23:46,074 [INFO] [0.0, -0.0890958485739243, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:23:58,039 [INFO] Simulating with mode cropfollow -2025-04-27 15:23:58,039 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:23:58,039 [INFO] [0.0, -0.09091719517741953, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:24:09,604 [INFO] Simulating with mode cropfollow -2025-04-27 15:24:09,604 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:24:09,604 [INFO] [0.0, -0.09110919703179321, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:24:22,769 [INFO] Simulating with mode cropfollow -2025-04-27 15:24:22,769 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:24:22,769 [INFO] [0.0, -0.0960052080537398, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:24:33,747 [INFO] 0 check bloated tube unknown -2025-04-27 15:24:33,747 [INFO] =============================================== -Mode: 0 -stack size: 9 -remainTime: 15 - -2025-04-27 15:24:33,747 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:24:33,747 [INFO] Simulating with mode cropfollow -2025-04-27 15:24:33,747 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:24:33,747 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:24:46,092 [INFO] Simulating with mode cropfollow -2025-04-27 15:24:46,092 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:24:46,092 [INFO] [0.0, -0.09496297417555422, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:24:59,125 [INFO] Simulating with mode cropfollow -2025-04-27 15:24:59,125 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:24:59,125 [INFO] [0.0, -0.09591659352419686, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:25:11,065 [INFO] Simulating with mode cropfollow -2025-04-27 15:25:11,065 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:25:11,065 [INFO] [0.0, -0.08895919387195646, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:25:23,349 [INFO] Simulating with mode cropfollow -2025-04-27 15:25:23,349 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:25:23,349 [INFO] [0.0, -0.09085890945777148, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:25:36,382 [INFO] Simulating with mode cropfollow -2025-04-27 15:25:36,382 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:25:36,382 [INFO] [0.0, -0.09584106885251101, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:25:47,838 [INFO] Simulating with mode cropfollow -2025-04-27 15:25:47,838 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:25:47,838 [INFO] [0.0, -0.09202197424668934, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:26:01,081 [INFO] Simulating with mode cropfollow -2025-04-27 15:26:01,081 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:26:01,081 [INFO] [0.0, -0.09454792428696215, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:26:12,729 [INFO] Simulating with mode cropfollow -2025-04-27 15:26:12,729 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:26:12,729 [INFO] [0.0, -0.09545859758870977, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:26:24,501 [INFO] Simulating with mode cropfollow -2025-04-27 15:26:24,501 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:26:24,501 [INFO] [0.0, -0.09555459851589661, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:26:37,678 [INFO] Simulating with mode cropfollow -2025-04-27 15:26:37,678 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:26:37,678 [INFO] [0.0, -0.0980026040268699, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:26:50,348 [INFO] 0 check bloated tube unknown -2025-04-27 15:26:50,348 [INFO] =============================================== -Mode: 0 -stack size: 10 -remainTime: 15 - -2025-04-27 15:26:50,348 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:26:50,348 [INFO] Simulating with mode cropfollow -2025-04-27 15:26:50,348 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:26:50,348 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:27:03,474 [INFO] Simulating with mode cropfollow -2025-04-27 15:27:03,475 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:27:03,475 [INFO] [0.0, -0.09496297417555422, -0.16514583577435962, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:27:15,560 [INFO] Simulating with mode cropfollow -2025-04-27 15:27:15,560 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:27:15,560 [INFO] [0.0, -0.09591659352419686, -0.17171240468529297, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:27:28,532 [INFO] Simulating with mode cropfollow -2025-04-27 15:27:28,532 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:27:28,532 [INFO] [0.0, -0.08895919387195646, -0.1677994293995547, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:27:40,110 [INFO] Simulating with mode cropfollow -2025-04-27 15:27:40,110 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:27:40,110 [INFO] [0.0, -0.09085890945777148, -0.16473588259206876, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:27:53,536 [INFO] Simulating with mode cropfollow -2025-04-27 15:27:53,536 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:27:53,536 [INFO] [0.0, -0.09584106885251101, -0.17167462702929667, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:28:06,428 [INFO] Simulating with mode cropfollow -2025-04-27 15:28:06,428 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:28:06,428 [INFO] [0.0, -0.09202197424668934, -0.1725413570609912, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:28:19,109 [INFO] Simulating with mode cropfollow -2025-04-27 15:28:19,109 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:28:19,109 [INFO] [0.0, -0.09454792428696215, -0.16739127766891904, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:28:32,462 [INFO] Simulating with mode cropfollow -2025-04-27 15:28:32,463 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:28:32,463 [INFO] [0.0, -0.09545859758870977, -0.17108298608149958, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:28:43,658 [INFO] Simulating with mode cropfollow -2025-04-27 15:28:43,658 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:28:43,658 [INFO] [0.0, -0.09555459851589661, -0.17289387487213645, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:28:56,001 [INFO] Simulating with mode cropfollow -2025-04-27 15:28:56,001 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.5}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:28:56,001 [INFO] [0.0, -0.0980026040268699, -0.1703304981611306, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:29:08,832 [INFO] 0 check bloated tube unknown -2025-04-27 15:29:08,832 [INFO] =============================================== -Mode: 0 -stack size: 11 -remainTime: 15 - -2025-04-27 15:29:08,832 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:29:08,832 [INFO] 0 is not valid anymore -2025-04-27 15:29:08,832 [INFO] Hit refine threshold, system halt, result unknown -2025-04-27 15:29:08,832 [INFO] simulation time: 12.354950189590454 -2025-04-27 15:29:08,832 [INFO] verification time: 1355.4428479671478 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/results.json b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/results.json deleted file mode 100644 index c3dfba19a7f96fbd312b82e0e082f5175505df85..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading0_50/results.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "safety": "UNKNOWN", - "sim_time": 12.354950189590454, - "verification_time": 1355.4428479671478, - "refine_time": null, - "total_time": 1368.3428587913513 -} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/Traj.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/Traj.txt deleted file mode 100644 index 54609cb2d29a7a11692c19c065cc97594bf84763..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:1.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 0.022494498640298843 -0.14908458292484283 0.13369739055633545 -0.16297486424446106 -0.08870840072631836 0.20796385407447815 -0.3333333432674408 0.197781503200531 -0.007212089374661446 -0.09589234739542007 0.11816243827342987 -0.18045933544635773 -0.13258661329746246 0.16603516042232513 -0.6666666865348816 0.3968626856803894 -0.02636118046939373 -0.05639634281396866 0.10930873453617096 -0.19021432101726532 -0.16203109920024872 0.13749195635318756 -1.0 0.5965447425842285 -0.0376344695687294 -0.023393642157316208 0.10647661238908768 -0.19344130158424377 -0.18174555897712708 0.11817235499620438 -1.3333333730697632 0.7964900135993958 -0.04231277108192444 0.027823995798826218 0.11458428204059601 -0.18529962003231049 -0.19920982420444489 0.10067407786846161 -1.6666666269302368 0.9964126348495483 -0.03674868866801262 0.054952993988990784 0.1267562061548233 -0.17279092967510223 -0.20025359094142914 0.0992935448884964 -2.0 1.196110725402832 -0.0257636196911335 0.06609192490577698 0.1404198557138443 -0.15892519056797028 -0.1919470876455307 0.10739795863628387 -2.3333332538604736 1.3956741094589233 -0.012554855085909367 0.051964208483695984 0.1502278745174408 -0.14936718344688416 -0.17533758282661438 0.12425747513771057 -2.6666667461395264 1.5954041481018066 -0.0021666893735527992 0.07835796475410461 0.1669425070285797 -0.1321369707584381 -0.17127588391304016 0.12780359387397766 -3.0 1.794790506362915 0.013488872908055782 0.06457564979791641 0.1793089359998703 -0.12006579339504242 -0.1523311883211136 0.14704354107379913 -3.3333332538604736 1.9943736791610718 0.026395030319690704 0.04601734131574631 0.18773651123046875 -0.11194590479135513 -0.13494643568992615 0.16473597288131714 -3.6666667461395264 2.194161891937256 0.035595253109931946 0.04389798641204834 0.19642172753810883 -0.10328926146030426 -0.12523122131824493 0.17447976768016815 -4.0 2.3939692974090576 0.04437202960252762 0.023572716861963272 0.20022299885749817 -0.099693663418293 -0.11147893220186234 0.18843773007392883 -4.333333492279053 2.5939137935638428 0.04908613860607147 -0.02571999281644821 0.19260725378990173 -0.10729354619979858 -0.09443497657775879 0.20546582341194153 -4.666666507720947 2.7938475608825684 0.04394270479679108 -0.05007033422589302 0.18124236166477203 -0.11838166415691376 -0.09335695207118988 0.2062670737504959 -5.0 2.9935970306396484 0.033932819962501526 -0.07693487405776978 0.16427436470985413 -0.13483822345733643 -0.09640872478485107 0.20270386338233948 -5.333333492279053 3.193005323410034 0.018561020493507385 -0.1061624065041542 0.14122575521469116 -0.15708526968955994 -0.10410371422767639 0.1942073106765747 -5.666666507720947 3.3918793201446533 -0.0026316028088331223 -0.08620665967464447 0.12528640031814575 -0.17359957098960876 -0.1305496096611023 0.16833636164665222 -6.0 3.5911366939544678 -0.01985158957540989 -0.06179918348789215 0.11442212015390396 -0.18500521779060364 -0.15412530303001404 0.14530202746391296 -6.333333492279053 3.790754795074463 -0.032203562557697296 -0.020914703607559204 0.11253535002470016 -0.18739905953407288 -0.17694246768951416 0.12299194186925888 -6.666666507720947 3.990710973739624 -0.03638619929552078 -0.01568542793393135 0.10967416316270828 -0.1902889609336853 -0.18244656920433044 0.11751655489206314 -7.0 4.190686225891113 -0.039523154497146606 0.009307553991675377 0.11279721558094025 -0.18718980252742767 -0.19184352457523346 0.10814349353313446 -7.333333492279053 4.390677452087402 -0.03766167163848877 -0.024802448228001595 0.10609222948551178 -0.19381551444530487 -0.18141557276248932 0.11849217116832733 -7.666666507720947 4.590615749359131 -0.04262165352702141 -0.011767532676458359 0.10442614555358887 -0.19555309414863586 -0.18966946005821228 0.11030977964401245 -8.0 4.79060173034668 -0.04497510567307472 -0.019437270238995552 0.10013756155967712 -0.19980579614639282 -0.19008776545524597 0.10985559225082397 -8.333333015441895 4.990563869476318 -0.04886231571435928 -0.032144270837306976 0.09302552789449692 -0.20681950449943542 -0.1907501518726349 0.10909488052129745 -8.666666984558105 5.190460681915283 -0.055290061980485916 -0.014314958825707436 0.09111596643924713 -0.2088533192873001 -0.20169608294963837 0.09827320277690887 -9.0 5.390439987182617 -0.058152955025434494 -0.0070623597130179405 0.0900777280330658 -0.20991480350494385 -0.20638364553451538 0.09360888600349426 -9.333333015441895 5.590435028076172 -0.05956541374325752 0.0335242860019207 0.09872981905937195 -0.2011016309261322 -0.2178606390953064 0.08197081089019775 -9.666666984558105 5.790322780609131 -0.052861813455820084 0.018559537827968597 0.10175198316574097 -0.1981963813304901 -0.20747560262680054 0.09247276186943054 -10.0 5.990288257598877 -0.049150120466947556 0.04957745224237442 0.11305487155914307 -0.18657654523849487 -0.21135511994361877 0.08827629685401917 -10.333333015441895 6.190042495727539 -0.039238691329956055 0.05394817143678665 0.12402358651161194 -0.17553997039794922 -0.20250096917152405 0.09706258773803711 -10.666666984558105 6.389751434326172 -0.028454288840293884 0.05014661327004433 0.13388855755329132 -0.16573433578014374 -0.1907971352338791 0.10882575809955597 -11.0 6.5894999504089355 -0.018429167568683624 0.0497780367732048 0.14382439851760864 -0.15580400824546814 -0.18068274855613708 0.1189456656575203 -11.333333015441895 6.789252281188965 -0.008477671071887016 0.030382510274648666 0.14904756844043732 -0.1508139818906784 -0.16600291430950165 0.13385863602161407 -11.666666984558105 6.989160060882568 -0.002402103040367365 0.03375870734453201 0.15595053136348724 -0.14387856423854828 -0.1607547253370285 0.13907437026500702 -12.0 7.1890459060668945 0.004348356742411852 0.023865094408392906 0.16027136147022247 -0.13964323699474335 -0.15157465636730194 0.14833994209766388 -12.333333015441895 7.388988971710205 0.009120922535657883 0.00652201846241951 0.16074824333190918 -0.1392453908920288 -0.14250639081001282 0.15748724341392517 -12.666666984558105 7.588984489440918 0.010425317101180553 -0.02814755216240883 0.15332993865013123 -0.1465512216091156 -0.13247931003570557 0.16740185022354126 -13.0 7.788905143737793 0.004796549212187529 -0.025608515366911888 0.1483459323644638 -0.15155570209026337 -0.13875283300876617 0.161148801445961 -13.333333015441895 7.988839626312256 -0.00032459432259202003 -0.011072708293795586 0.14689810574054718 -0.15308351814746857 -0.14754728972911835 0.1524343341588974 -13.666666984558105 8.188827514648438 -0.0025390908122062683 -0.012641691602766514 0.144288569688797 -0.15568745136260986 -0.14936676621437073 0.15060925483703613 -14.0 8.388811111450195 -0.005067361984401941 -0.009810167364776134 0.14247292280197144 -0.15751266479492188 -0.15260764956474304 0.14737793803215027 -14.333333015441895 8.588801383972168 -0.007029363885521889 -0.007827047258615494 0.14100930094718933 -0.1589815318584442 -0.155068039894104 0.14492279291152954 -14.666666984558105 8.788795471191406 -0.008594756945967674 0.006608516909182072 0.14305409789085388 -0.15693935751914978 -0.16024360060691833 0.13974985480308533 -15.0 8.988791465759277 -0.007273063063621521 0.016335487365722656 0.14679062366485596 -0.15316936373710632 -0.161336749792099 0.13862323760986328 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/log.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/log.txt deleted file mode 100644 index 1c074d4bfb59e24bc8234e92030f613ad594c230..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/log.txt +++ /dev/null @@ -1,447 +0,0 @@ -2025-04-27 15:29:09,984 [INFO] Simulating with mode cropfollow -2025-04-27 15:29:09,984 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:29:09,984 [INFO] [0.0, 0.022494498229150867, -0.1490845833004563, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:29:21,105 [INFO] Verification Begin -2025-04-27 15:29:21,105 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 15:29:21,105 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:29:21,106 [INFO] Simulating with mode cropfollow -2025-04-27 15:29:21,106 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:29:21,106 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:29:33,218 [INFO] Simulating with mode cropfollow -2025-04-27 15:29:33,218 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:29:33,218 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:29:46,585 [INFO] Simulating with mode cropfollow -2025-04-27 15:29:46,585 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:29:46,585 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:29:57,233 [INFO] Simulating with mode cropfollow -2025-04-27 15:29:57,233 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:29:57,233 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:30:08,773 [INFO] Simulating with mode cropfollow -2025-04-27 15:30:08,773 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:30:08,773 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:30:20,067 [INFO] Simulating with mode cropfollow -2025-04-27 15:30:20,067 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:30:20,067 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:30:30,436 [INFO] Simulating with mode cropfollow -2025-04-27 15:30:30,437 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:30:30,437 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:30:42,046 [INFO] Simulating with mode cropfollow -2025-04-27 15:30:42,046 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:30:42,046 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:30:54,106 [INFO] Simulating with mode cropfollow -2025-04-27 15:30:54,106 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:30:54,106 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:31:05,373 [INFO] Simulating with mode cropfollow -2025-04-27 15:31:05,374 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:31:05,374 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:31:16,967 [INFO] Simulating with mode cropfollow -2025-04-27 15:31:16,967 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:31:16,967 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:31:27,315 [INFO] 0 check bloated tube unknown -2025-04-27 15:31:27,315 [INFO] =============================================== -Mode: 0 -stack size: 2 -remainTime: 15 - -2025-04-27 15:31:27,315 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:31:27,315 [INFO] Simulating with mode cropfollow -2025-04-27 15:31:27,316 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:31:27,316 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:31:39,123 [INFO] Simulating with mode cropfollow -2025-04-27 15:31:39,123 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:31:39,123 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:31:50,281 [INFO] Simulating with mode cropfollow -2025-04-27 15:31:50,281 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:31:50,281 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:32:01,506 [INFO] Simulating with mode cropfollow -2025-04-27 15:32:01,506 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:32:01,506 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:32:13,197 [INFO] Simulating with mode cropfollow -2025-04-27 15:32:13,197 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:32:13,197 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:32:25,400 [INFO] Simulating with mode cropfollow -2025-04-27 15:32:25,400 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:32:25,400 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:32:36,615 [INFO] Simulating with mode cropfollow -2025-04-27 15:32:36,615 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:32:36,615 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:32:48,062 [INFO] Simulating with mode cropfollow -2025-04-27 15:32:48,063 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:32:48,063 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:32:58,806 [INFO] Simulating with mode cropfollow -2025-04-27 15:32:58,806 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:32:58,806 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:33:10,974 [INFO] Simulating with mode cropfollow -2025-04-27 15:33:10,974 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:33:10,974 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:33:22,230 [INFO] Simulating with mode cropfollow -2025-04-27 15:33:22,230 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:33:22,230 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:33:32,291 [INFO] 0 check bloated tube unknown -2025-04-27 15:33:32,291 [INFO] =============================================== -Mode: 0 -stack size: 3 -remainTime: 15 - -2025-04-27 15:33:32,291 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:33:32,291 [INFO] Simulating with mode cropfollow -2025-04-27 15:33:32,291 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:33:32,291 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:33:43,779 [INFO] Simulating with mode cropfollow -2025-04-27 15:33:43,779 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:33:43,779 [INFO] [0.0, -0.05970379340443373, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:33:54,177 [INFO] Simulating with mode cropfollow -2025-04-27 15:33:54,177 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:33:54,177 [INFO] [0.0, -0.06733274819357485, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:34:05,413 [INFO] Simulating with mode cropfollow -2025-04-27 15:34:05,413 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:34:05,413 [INFO] [0.0, -0.011673550975651564, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:34:17,089 [INFO] Simulating with mode cropfollow -2025-04-27 15:34:17,089 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:34:17,090 [INFO] [0.0, -0.026871275662171776, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:34:30,220 [INFO] Simulating with mode cropfollow -2025-04-27 15:34:30,221 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:34:30,221 [INFO] [0.0, -0.06672855082008801, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:34:42,580 [INFO] Simulating with mode cropfollow -2025-04-27 15:34:42,580 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:34:42,580 [INFO] [0.0, -0.03617579397351467, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:34:55,649 [INFO] Simulating with mode cropfollow -2025-04-27 15:34:55,649 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:34:55,649 [INFO] [0.0, -0.05638339429569719, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:35:06,436 [INFO] Simulating with mode cropfollow -2025-04-27 15:35:06,436 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:35:06,436 [INFO] [0.0, -0.06366878070967813, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:35:17,688 [INFO] Simulating with mode cropfollow -2025-04-27 15:35:17,688 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:35:17,688 [INFO] [0.0, -0.06443678812717282, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:35:29,782 [INFO] Simulating with mode cropfollow -2025-04-27 15:35:29,782 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:35:29,782 [INFO] [0.0, -0.08402083221495917, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:35:41,455 [INFO] 0 check bloated tube unknown -2025-04-27 15:35:41,455 [INFO] =============================================== -Mode: 0 -stack size: 4 -remainTime: 15 - -2025-04-27 15:35:41,455 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:35:41,455 [INFO] Simulating with mode cropfollow -2025-04-27 15:35:41,455 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:35:41,455 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:35:53,581 [INFO] Simulating with mode cropfollow -2025-04-27 15:35:53,581 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:35:53,581 [INFO] [0.0, -0.05970379340443373, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:36:05,378 [INFO] Simulating with mode cropfollow -2025-04-27 15:36:05,379 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:36:05,379 [INFO] [0.0, -0.06733274819357485, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:36:16,760 [INFO] Simulating with mode cropfollow -2025-04-27 15:36:16,760 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:36:16,760 [INFO] [0.0, -0.011673550975651564, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:36:28,657 [INFO] Simulating with mode cropfollow -2025-04-27 15:36:28,657 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:36:28,657 [INFO] [0.0, -0.026871275662171776, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:36:40,533 [INFO] Simulating with mode cropfollow -2025-04-27 15:36:40,533 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:36:40,533 [INFO] [0.0, -0.06672855082008801, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:36:50,876 [INFO] Simulating with mode cropfollow -2025-04-27 15:36:50,876 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:36:50,876 [INFO] [0.0, -0.03617579397351467, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:37:03,358 [INFO] Simulating with mode cropfollow -2025-04-27 15:37:03,358 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:37:03,358 [INFO] [0.0, -0.05638339429569719, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:37:14,508 [INFO] Simulating with mode cropfollow -2025-04-27 15:37:14,508 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:37:14,508 [INFO] [0.0, -0.06366878070967813, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:37:25,004 [INFO] Simulating with mode cropfollow -2025-04-27 15:37:25,004 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:37:25,004 [INFO] [0.0, -0.06443678812717282, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:37:36,210 [INFO] Simulating with mode cropfollow -2025-04-27 15:37:36,210 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:37:36,210 [INFO] [0.0, -0.08402083221495917, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:37:48,272 [INFO] 0 check bloated tube unknown -2025-04-27 15:37:48,272 [INFO] =============================================== -Mode: 0 -stack size: 5 -remainTime: 15 - -2025-04-27 15:37:48,272 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:37:48,272 [INFO] Simulating with mode cropfollow -2025-04-27 15:37:48,272 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:37:48,272 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:37:59,828 [INFO] Simulating with mode cropfollow -2025-04-27 15:37:59,828 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:37:59,828 [INFO] [0.0, -0.07985189670221687, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:38:11,864 [INFO] Simulating with mode cropfollow -2025-04-27 15:38:11,864 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:38:11,864 [INFO] [0.0, -0.08366637409678743, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:38:23,068 [INFO] Simulating with mode cropfollow -2025-04-27 15:38:23,068 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:38:23,069 [INFO] [0.0, -0.055836775487825785, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:38:33,099 [INFO] Simulating with mode cropfollow -2025-04-27 15:38:33,099 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:38:33,099 [INFO] [0.0, -0.06343563783108588, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:38:44,860 [INFO] Simulating with mode cropfollow -2025-04-27 15:38:44,860 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:38:44,860 [INFO] [0.0, -0.08336427541004401, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:38:55,961 [INFO] Simulating with mode cropfollow -2025-04-27 15:38:55,961 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:38:55,961 [INFO] [0.0, -0.06808789698675734, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:39:07,657 [INFO] Simulating with mode cropfollow -2025-04-27 15:39:07,657 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:39:07,657 [INFO] [0.0, -0.0781916971478486, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:39:18,971 [INFO] Simulating with mode cropfollow -2025-04-27 15:39:18,971 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:39:18,971 [INFO] [0.0, -0.08183439035483907, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:39:30,077 [INFO] Simulating with mode cropfollow -2025-04-27 15:39:30,077 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:39:30,077 [INFO] [0.0, -0.08221839406358641, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:39:41,656 [INFO] Simulating with mode cropfollow -2025-04-27 15:39:41,656 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:39:41,656 [INFO] [0.0, -0.09201041610747959, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:39:55,515 [INFO] 0 check bloated tube unknown -2025-04-27 15:39:55,515 [INFO] =============================================== -Mode: 0 -stack size: 6 -remainTime: 15 - -2025-04-27 15:39:55,515 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:39:55,515 [INFO] Simulating with mode cropfollow -2025-04-27 15:39:55,515 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:39:55,515 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:40:07,009 [INFO] Simulating with mode cropfollow -2025-04-27 15:40:07,009 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:40:07,009 [INFO] [0.0, -0.07985189670221687, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:40:18,034 [INFO] Simulating with mode cropfollow -2025-04-27 15:40:18,034 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:40:18,034 [INFO] [0.0, -0.08366637409678743, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:40:29,494 [INFO] Simulating with mode cropfollow -2025-04-27 15:40:29,494 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:40:29,494 [INFO] [0.0, -0.055836775487825785, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:40:40,555 [INFO] Simulating with mode cropfollow -2025-04-27 15:40:40,555 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:40:40,555 [INFO] [0.0, -0.06343563783108588, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:40:52,335 [INFO] Simulating with mode cropfollow -2025-04-27 15:40:52,335 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:40:52,335 [INFO] [0.0, -0.08336427541004401, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:41:02,471 [INFO] Simulating with mode cropfollow -2025-04-27 15:41:02,471 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:41:02,471 [INFO] [0.0, -0.06808789698675734, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:41:12,783 [INFO] Simulating with mode cropfollow -2025-04-27 15:41:12,783 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:41:12,783 [INFO] [0.0, -0.0781916971478486, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:41:25,031 [INFO] Simulating with mode cropfollow -2025-04-27 15:41:25,032 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:41:25,032 [INFO] [0.0, -0.08183439035483907, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:41:36,714 [INFO] Simulating with mode cropfollow -2025-04-27 15:41:36,715 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:41:36,715 [INFO] [0.0, -0.08221839406358641, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:41:48,221 [INFO] Simulating with mode cropfollow -2025-04-27 15:41:48,221 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:41:48,221 [INFO] [0.0, -0.09201041610747959, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:42:00,396 [INFO] 0 check bloated tube unknown -2025-04-27 15:42:00,396 [INFO] =============================================== -Mode: 0 -stack size: 7 -remainTime: 15 - -2025-04-27 15:42:00,396 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:42:00,396 [INFO] Simulating with mode cropfollow -2025-04-27 15:42:00,396 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:42:00,396 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:42:11,101 [INFO] Simulating with mode cropfollow -2025-04-27 15:42:11,101 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:42:11,101 [INFO] [0.0, -0.08992594835110844, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:42:23,173 [INFO] Simulating with mode cropfollow -2025-04-27 15:42:23,174 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:42:23,174 [INFO] [0.0, -0.09183318704839372, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:42:35,486 [INFO] Simulating with mode cropfollow -2025-04-27 15:42:35,486 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:42:35,486 [INFO] [0.0, -0.0779183877439129, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:42:48,742 [INFO] Simulating with mode cropfollow -2025-04-27 15:42:48,743 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:42:48,743 [INFO] [0.0, -0.08171781891554296, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:43:00,184 [INFO] Simulating with mode cropfollow -2025-04-27 15:43:00,184 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:43:00,184 [INFO] [0.0, -0.09168213770502201, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:43:11,627 [INFO] Simulating with mode cropfollow -2025-04-27 15:43:11,627 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:43:11,627 [INFO] [0.0, -0.08404394849337868, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:43:23,881 [INFO] Simulating with mode cropfollow -2025-04-27 15:43:23,881 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:43:23,881 [INFO] [0.0, -0.0890958485739243, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:43:35,229 [INFO] Simulating with mode cropfollow -2025-04-27 15:43:35,229 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:43:35,229 [INFO] [0.0, -0.09091719517741953, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:43:45,926 [INFO] Simulating with mode cropfollow -2025-04-27 15:43:45,926 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:43:45,926 [INFO] [0.0, -0.09110919703179321, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:43:58,162 [INFO] Simulating with mode cropfollow -2025-04-27 15:43:58,162 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:43:58,162 [INFO] [0.0, -0.0960052080537398, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:44:10,821 [INFO] 0 check bloated tube unknown -2025-04-27 15:44:10,822 [INFO] =============================================== -Mode: 0 -stack size: 8 -remainTime: 15 - -2025-04-27 15:44:10,822 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:44:10,822 [INFO] Simulating with mode cropfollow -2025-04-27 15:44:10,822 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:44:10,822 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:44:23,078 [INFO] Simulating with mode cropfollow -2025-04-27 15:44:23,078 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:44:23,078 [INFO] [0.0, -0.08992594835110844, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:44:32,320 [INFO] Simulating with mode cropfollow -2025-04-27 15:44:32,320 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:44:32,320 [INFO] [0.0, -0.09183318704839372, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:44:44,903 [INFO] Simulating with mode cropfollow -2025-04-27 15:44:44,903 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:44:44,903 [INFO] [0.0, -0.0779183877439129, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:44:57,008 [INFO] Simulating with mode cropfollow -2025-04-27 15:44:57,008 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:44:57,008 [INFO] [0.0, -0.08171781891554296, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:45:09,362 [INFO] Simulating with mode cropfollow -2025-04-27 15:45:09,362 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:45:09,362 [INFO] [0.0, -0.09168213770502201, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:45:21,664 [INFO] Simulating with mode cropfollow -2025-04-27 15:45:21,664 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:45:21,664 [INFO] [0.0, -0.08404394849337868, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:45:33,630 [INFO] Simulating with mode cropfollow -2025-04-27 15:45:33,630 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:45:33,630 [INFO] [0.0, -0.0890958485739243, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:45:45,277 [INFO] Simulating with mode cropfollow -2025-04-27 15:45:45,278 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:45:45,278 [INFO] [0.0, -0.09091719517741953, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:45:58,699 [INFO] Simulating with mode cropfollow -2025-04-27 15:45:58,699 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:45:58,699 [INFO] [0.0, -0.09110919703179321, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:46:08,827 [INFO] Simulating with mode cropfollow -2025-04-27 15:46:08,827 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:46:08,827 [INFO] [0.0, -0.0960052080537398, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:46:19,793 [INFO] 0 check bloated tube unknown -2025-04-27 15:46:19,793 [INFO] =============================================== -Mode: 0 -stack size: 9 -remainTime: 15 - -2025-04-27 15:46:19,793 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:46:19,793 [INFO] Simulating with mode cropfollow -2025-04-27 15:46:19,793 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:46:19,793 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:46:30,590 [INFO] Simulating with mode cropfollow -2025-04-27 15:46:30,591 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:46:30,591 [INFO] [0.0, -0.09496297417555422, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:46:43,205 [INFO] Simulating with mode cropfollow -2025-04-27 15:46:43,205 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:46:43,205 [INFO] [0.0, -0.09591659352419686, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:46:53,917 [INFO] Simulating with mode cropfollow -2025-04-27 15:46:53,917 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:46:53,917 [INFO] [0.0, -0.08895919387195646, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:47:03,961 [INFO] Simulating with mode cropfollow -2025-04-27 15:47:03,961 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:47:03,961 [INFO] [0.0, -0.09085890945777148, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:47:16,410 [INFO] Simulating with mode cropfollow -2025-04-27 15:47:16,410 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:47:16,410 [INFO] [0.0, -0.09584106885251101, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:47:27,917 [INFO] Simulating with mode cropfollow -2025-04-27 15:47:27,918 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:47:27,918 [INFO] [0.0, -0.09202197424668934, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:47:39,854 [INFO] Simulating with mode cropfollow -2025-04-27 15:47:39,855 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:47:39,855 [INFO] [0.0, -0.09454792428696215, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:47:53,665 [INFO] Simulating with mode cropfollow -2025-04-27 15:47:53,665 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:47:53,665 [INFO] [0.0, -0.09545859758870977, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:48:05,003 [INFO] Simulating with mode cropfollow -2025-04-27 15:48:05,003 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:48:05,003 [INFO] [0.0, -0.09555459851589661, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:48:15,678 [INFO] Simulating with mode cropfollow -2025-04-27 15:48:15,679 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:48:15,679 [INFO] [0.0, -0.0980026040268699, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:48:28,095 [INFO] 0 check bloated tube unknown -2025-04-27 15:48:28,095 [INFO] =============================================== -Mode: 0 -stack size: 10 -remainTime: 15 - -2025-04-27 15:48:28,095 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:48:28,095 [INFO] Simulating with mode cropfollow -2025-04-27 15:48:28,096 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:48:28,096 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:48:38,302 [INFO] Simulating with mode cropfollow -2025-04-27 15:48:38,302 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:48:38,302 [INFO] [0.0, -0.09496297417555422, -0.16514583577435962, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:48:49,910 [INFO] Simulating with mode cropfollow -2025-04-27 15:48:49,910 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:48:49,910 [INFO] [0.0, -0.09591659352419686, -0.17171240468529297, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:49:00,812 [INFO] Simulating with mode cropfollow -2025-04-27 15:49:00,812 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:49:00,812 [INFO] [0.0, -0.08895919387195646, -0.1677994293995547, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:49:10,570 [INFO] Simulating with mode cropfollow -2025-04-27 15:49:10,570 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:49:10,570 [INFO] [0.0, -0.09085890945777148, -0.16473588259206876, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:49:21,642 [INFO] Simulating with mode cropfollow -2025-04-27 15:49:21,642 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:49:21,642 [INFO] [0.0, -0.09584106885251101, -0.17167462702929667, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:49:33,810 [INFO] Simulating with mode cropfollow -2025-04-27 15:49:33,810 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:49:33,810 [INFO] [0.0, -0.09202197424668934, -0.1725413570609912, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:49:45,979 [INFO] Simulating with mode cropfollow -2025-04-27 15:49:45,979 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:49:45,979 [INFO] [0.0, -0.09454792428696215, -0.16739127766891904, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:49:56,049 [INFO] Simulating with mode cropfollow -2025-04-27 15:49:56,050 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:49:56,050 [INFO] [0.0, -0.09545859758870977, -0.17108298608149958, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:50:07,112 [INFO] Simulating with mode cropfollow -2025-04-27 15:50:07,112 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:50:07,112 [INFO] [0.0, -0.09555459851589661, -0.17289387487213645, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:50:18,224 [INFO] Simulating with mode cropfollow -2025-04-27 15:50:18,224 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 1.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:50:18,224 [INFO] [0.0, -0.0980026040268699, -0.1703304981611306, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:50:29,657 [INFO] 0 check bloated tube unknown -2025-04-27 15:50:29,657 [INFO] =============================================== -Mode: 0 -stack size: 11 -remainTime: 15 - -2025-04-27 15:50:29,657 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 15:50:29,657 [INFO] 0 is not valid anymore -2025-04-27 15:50:29,657 [INFO] Hit refine threshold, system halt, result unknown -2025-04-27 15:50:29,657 [INFO] simulation time: 11.121246576309204 -2025-04-27 15:50:29,657 [INFO] verification time: 1268.5520086288452 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/results.json b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/results.json deleted file mode 100644 index 029a5abff5fafdd34e4cca1dd6ff066d7a79e3b9..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading1_00/results.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "safety": "UNKNOWN", - "sim_time": 11.121246576309204, - "verification_time": 1268.5520086288452, - "refine_time": null, - "total_time": 1280.2197606563568 -} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/Traj.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/Traj.txt deleted file mode 100644 index 0004e41c54ba310a531ece3a6aaa9f5984be03f8..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:2.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 -0.05110008642077446 0.16299715638160706 0.13748081028461456 -0.15854279696941376 -0.23968099057674408 0.056342627853155136 -0.3333333432674408 0.19734907150268555 -0.01864481344819069 0.11355266720056534 0.1587163656949997 -0.13935159146785736 -0.19600598514080048 0.10206197202205658 -0.6666666865348816 0.3960610628128052 0.004016947001218796 0.08692590147256851 0.17515473067760468 -0.12371258437633514 -0.1671208292245865 0.13174648582935333 -1.0 0.5953059196472168 0.021380243822932243 0.0682256817817688 0.18807446956634521 -0.1112276017665863 -0.14531397819519043 0.1539880931377411 -1.3333333730697632 0.7948406338691711 0.0350147970020771 -0.03361276537179947 0.1765284687280655 -0.12330208718776703 -0.10649888217449188 0.19333167374134064 -1.6666666269302368 0.9947276711463928 0.028293509036302567 -0.1551133096218109 0.13786961138248444 -0.15852861106395721 -0.0812825858592987 0.21511562168598175 -2.0 1.192326545715332 -0.0026049036532640457 -0.24530750513076782 0.08219084143638611 -0.20882797241210938 -0.0874006450176239 0.20361816883087158 -2.3333332538604736 1.3863390684127808 -0.051175832748413086 -0.18488770723342896 0.05030865967273712 -0.24457840621471405 -0.1526603251695633 0.14222674071788788 -2.6666667461395264 1.5829304456710815 -0.08794306963682175 -0.11895109713077545 0.03132928907871246 -0.26655080914497375 -0.20721542835235596 0.09066467732191086 -3.0 1.7815171480178833 -0.11167722940444946 -0.07016100734472275 0.020427867770195007 -0.2788340449333191 -0.24378232657909393 0.05547960102558136 -3.3333332538604736 1.9810250997543335 -0.12569792568683624 -0.021230563521385193 0.018961027264595032 -0.28097134828567505 -0.2703568935394287 0.029575511813163757 -3.6666667461395264 2.1809799671173096 -0.12994371354579926 -0.016882630065083504 0.01581445336341858 -0.28414279222488403 -0.2757018804550171 0.024255365133285522 -4.0 2.380951404571533 -0.13332007825374603 -0.013255460187792778 0.01335299015045166 -0.2866206765174866 -0.2799931466579437 0.019980520009994507 -4.333333492279053 2.5809338092803955 -0.1359710991382599 -0.053086280822753906 0.000552251935005188 -0.29902511835098267 -0.27249443531036377 0.027082934975624084 -4.666666507720947 2.7806520462036133 -0.14658336341381073 -0.05709565058350563 -0.011093944311141968 -0.31060510873794556 -0.2820727825164795 0.017438381910324097 -5.0 2.9803261756896973 -0.1579962968826294 -0.060351043939590454 -0.023347973823547363 -0.3228018283843994 -0.2926446199417114 0.006809234619140625 -5.333333492279053 3.179962158203125 -0.1700591742992401 -0.023330174386501312 -0.025932013988494873 -0.32585036754608154 -0.31418633460998535 -0.014267981052398682 -5.666666507720947 3.3799076080322266 -0.1747247874736786 0.005185605958104134 -0.02343040704727173 -0.32342636585235596 -0.32601916790008545 -0.02602320909500122 -6.0 3.5799050331115723 -0.1736876666545868 -0.01875190995633602 -0.028401732444763184 -0.3283489942550659 -0.3189736008644104 -0.019026339054107666 -6.333333492279053 3.779869794845581 -0.17743782699108124 -0.056570909917354584 -0.0418129563331604 -0.3413330614566803 -0.3130626976490021 -0.013542592525482178 -6.666666507720947 3.9795498847961426 -0.18874597549438477 -0.12420522421598434 -0.07087302207946777 -0.3685619831085205 -0.30661892890930176 -0.008929967880249023 -7.0 4.178009033203125 -0.21352319419384003 -0.1291448324918747 -0.09696885943412781 -0.39447060227394104 -0.33007752895355225 -0.032575786113739014 -7.333333492279053 4.376343727111816 -0.23928043246269226 -0.1328495740890503 -0.12371695041656494 -0.4210734963417053 -0.3548439145088196 -0.0574873685836792 -7.666666507720947 4.574581623077393 -0.2657722532749176 -0.18669036030769348 -0.1647806018590927 -0.4595677852630615 -0.3667638897895813 -0.07197670638561249 -8.0 4.771106243133545 -0.30289381742477417 -0.09459784626960754 -0.17717868089675903 -0.475837379693985 -0.4286089539527893 -0.12995025515556335 -8.333333015441895 4.970211982727051 -0.32178518176078796 -0.009425938129425049 -0.174148291349411 -0.47413498163223267 -0.4694220721721649 -0.16943538188934326 -8.666666984558105 5.17020320892334 -0.32367032766342163 0.040959008038043976 -0.16355924308300018 -0.46330761909484863 -0.4837813973426819 -0.18403302133083344 -9.0 5.370035648345947 -0.3154808282852173 0.05454762279987335 -0.15207377076148987 -0.45162758231163025 -0.4788878858089447 -0.17933407425880432 -9.333333015441895 5.569738388061523 -0.30457672476768494 0.09719328582286835 -0.131024569272995 -0.42960870265960693 -0.4781288802623749 -0.17954474687576294 -9.666666984558105 5.768794536590576 -0.2851686477661133 0.14200864732265472 -0.10129562020301819 -0.398275762796402 -0.4690416753292084 -0.17206153273582458 -10.0 5.966781139373779 -0.2568622827529907 0.15421786904335022 -0.07024064660072327 -0.3666802644729614 -0.4434839189052582 -0.14704430103302002 -10.333333015441895 6.164407730102539 -0.2261408269405365 0.1969781368970871 -0.030114755034446716 -0.32431352138519287 -0.4221668839454651 -0.12796814739704132 -10.666666984558105 6.360540390014648 -0.18699946999549866 0.23768477141857147 0.017646685242652893 -0.2739190459251404 -0.391645610332489 -0.10007987916469574 -11.0 6.554917335510254 -0.1399088352918625 0.30236274003982544 0.07773065567016602 -0.2086600363254547 -0.357548326253891 -0.07115763425827026 -11.333333015441895 6.74584436416626 -0.0803535133600235 0.3609365224838257 0.14826910197734833 -0.13240084052085876 -0.30897611379623413 -0.028306178748607635 -11.666666984558105 6.932957649230957 -0.009723395109176636 0.3830682039260864 0.22284695506095886 -0.05540970712900162 -0.24229374527931213 0.035962916910648346 -12.0 7.118462085723877 0.06503022462129593 0.3437464237213135 0.2905092239379883 0.008059583604335785 -0.16044875979423523 0.12200086563825607 -12.333333015441895 7.306761741638184 0.13243356347084045 0.29906734824180603 0.3494325876235962 0.06274907290935516 -0.08456547558307648 0.20211805403232574 -12.666666984558105 7.497884273529053 0.19135938584804535 0.17111943662166595 0.3817399740219116 0.08612154424190521 0.0009787827730178833 0.2965972423553467 -13.0 7.694963455200195 0.22541649639606476 0.16306641697883606 0.4140127897262573 0.11799255013465881 0.03682020306587219 0.3328404426574707 -13.333333015441895 7.89231014251709 0.2578854560852051 0.1388106793165207 0.4410339593887329 0.14391960203647614 0.07473693788051605 0.3718513250350952 -13.666666984558105 8.090386390686035 0.2855585217475891 0.11519622057676315 0.4632997512817383 0.1652880758047104 0.10781727731227875 0.40582895278930664 -14.0 8.289060592651367 0.30854684114456177 0.06487299501895905 0.4744381904602051 0.17506924271583557 0.14265549182891846 0.44202443957328796 -14.333333015441895 8.488639831542969 0.3215123414993286 0.026352759450674057 0.4780476987361908 0.17815184593200684 0.16497698426246643 0.4648728370666504 -14.666666984558105 8.688570022583008 0.3267822861671448 -0.026849105954170227 0.4700167775154114 0.1701248735189438 0.18354780972003937 0.48343968391418457 -15.0 8.888498306274414 0.3214130997657776 -0.06728902459144592 0.4542640745639801 0.15494298934936523 0.18856212496757507 0.48788321018218994 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/log.txt b/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/log.txt deleted file mode 100644 index bc8bd486cf31bff0f3e65ea328637e329b0e1d1c..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/log.txt +++ /dev/null @@ -1,5 +0,0 @@ -2025-04-27 15:50:59,261 [INFO] Simulating with mode cropfollow -2025-04-27 15:50:59,261 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 2.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:50:59,261 [INFO] [0.0, -0.05110008705113307, 0.16299714921729064, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:51:09,053 [INFO] Current simulation is not safe. Program halt -2025-04-27 15:51:09,053 [INFO] simulation time 9.791455745697021 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/Traj.txt deleted file mode 100644 index 6293d78c8306fef43d1e223e1e0b6d46cfbd4921..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 0.043305713683366776 0.022603560239076614 0.19891780614852905 -0.10100555419921875 -0.1123063862323761 0.1876169741153717 -0.3333333432674408 0.19994890689849854 0.04782604053616524 0.010827232152223587 0.2005240023136139 -0.09945842623710632 -0.10487192869186401 0.1951104998588562 -0.6666666865348816 0.3999372124671936 0.04999144375324249 0.001651763916015625 0.20040418207645416 -0.09959541261196136 -0.10042129456996918 0.19957830011844635 -1.0 0.5999369621276855 0.0503217950463295 -0.00531870499253273 0.19899001717567444 -0.10100577026605606 -0.09834641963243484 0.20164936780929565 -1.3333333730697632 0.7999341487884521 0.04925806075334549 -0.010443358682096004 0.19663909077644348 -0.10334455221891403 -0.0981229767203331 0.20186066627502441 -1.6666666269302368 0.9999232292175293 0.04716942831873894 -0.01403895579278469 0.19364503026008606 -0.1063254177570343 -0.09930616617202759 0.20066428184509277 -2.0 1.1999034881591797 0.04436172917485237 -0.01635763607919216 0.19025243818759918 -0.10970743000507355 -0.10152898728847504 0.1984308809041977 -2.3333332538604736 1.3998767137527466 0.04109034687280655 -0.017708392813801765 0.1866399645805359 -0.11331301182508469 -0.10445927828550339 0.1954936981201172 -2.6666667461395264 1.5998454093933105 0.03754885494709015 -0.018263891339302063 0.18295812606811523 -0.11699184775352478 -0.10786041617393494 0.19208955764770508 -3.0 1.7998120784759521 0.03389627858996391 -0.018207281827926636 0.1793198436498642 -0.1206304281949997 -0.11152727901935577 0.18842299282550812 -3.3333332538604736 1.9997789859771729 0.030255023390054703 -0.01769454963505268 0.1758081316947937 -0.12414491176605225 -0.11529809236526489 0.18465495109558105 -3.6666667461395264 2.1997475624084473 0.02671629749238491 -0.01684338040649891 0.1724843680858612 -0.12747308611869812 -0.11905177682638168 0.18090566992759705 -4.0 2.39971923828125 0.023347780108451843 -0.01575741544365883 0.16938996315002441 -0.13057279586791992 -0.12269440293312073 0.1772683560848236 -4.333333492279053 2.5996944904327393 0.020196426659822464 -0.014530176296830177 0.16654817759990692 -0.1334201544523239 -0.1261553317308426 0.17381300032138824 -4.666666507720947 2.799673318862915 0.017290493473410606 -0.01323740929365158 0.16396810114383698 -0.13600562512874603 -0.12938712537288666 0.17058660089969635 -5.0 2.9996557235717773 0.014643088914453983 -0.011919455602765083 0.16165263950824738 -0.13832606375217438 -0.13236646354198456 0.1676122397184372 -5.333333492279053 3.199641466140747 0.012259254232048988 -0.010591688565909863 0.15960296988487244 -0.14038020372390747 -0.13508445024490356 0.16489872336387634 -5.666666507720947 3.399630308151245 0.010140955448150635 -0.009305732324719429 0.1578080654144287 -0.1421789526939392 -0.13752615451812744 0.16246086359024048 -6.0 3.5996217727661133 0.008279835805296898 -0.008094364777207375 0.15625135600566864 -0.14373882114887238 -0.13969169557094574 0.16029848158359528 -6.333333492279053 3.7996151447296143 0.006660980172455311 -0.007007379550486803 0.15490548312664032 -0.14508716762065887 -0.14158351719379425 0.15840913355350494 -6.666666507720947 3.999610185623169 0.005259515717625618 -0.005944013595581055 0.15377087891101837 -0.14622382819652557 -0.14325185120105743 0.1567428559064865 -7.0 4.199606895446777 0.004070719704031944 -0.005042590666562319 0.15280817449092865 -0.14718802273273468 -0.14466674625873566 0.15532945096492767 -7.333333492279053 4.399604320526123 0.0030622058548033237 -0.004199893679469824 0.15201091766357422 -0.14798644185066223 -0.14588651061058044 0.154110848903656 -7.666666507720947 4.599602699279785 0.0022222294937819242 -0.003491695038974285 0.15134839713573456 -0.14864979684352875 -0.14690394699573517 0.15309424698352814 -8.0 4.7996015548706055 0.001523891813121736 -0.002802743576467037 0.15082262456417084 -0.1491761952638626 -0.1477748304605484 0.15222398936748505 -8.333333015441895 4.999600887298584 0.0009633437730371952 -0.0022701197303831577 0.1503954380750656 -0.14960379898548126 -0.1484687477350235 0.15153048932552338 -8.666666984558105 5.1996002197265625 0.0005093201762065291 -0.001756396726705134 0.15006999671459198 -0.14992953836917877 -0.14905135333538055 0.1509481817483902 -9.0 5.399600028991699 0.00015804101713001728 -0.0013675179798156023 0.14981602132320404 -0.15018369257450104 -0.14949993789196014 0.15049977600574493 -9.333333015441895 5.599599838256836 -0.00011546252062544227 -0.0010141257662326097 0.14963093400001526 -0.15036892890930176 -0.1498618721961975 0.1501379907131195 -9.666666984558105 5.799599647521973 -0.0003182876680511981 -0.0007190624019131064 0.14950191974639893 -0.15049803256988525 -0.1501384973526001 0.14986145496368408 -10.0 5.999599456787109 -0.0004621001426130533 -0.0004775309353135526 0.14941850304603577 -0.1505814790725708 -0.15034270286560059 0.14965727925300598 -10.333333015441895 6.199599266052246 -0.000557606341317296 -0.0002834714250639081 0.14937151968479156 -0.150628462433815 -0.15048672258853912 0.14951325953006744 -10.666666984558105 6.399599075317383 -0.0006143006030470133 -0.00010125301196239889 0.14936038851737976 -0.1506396234035492 -0.1505889892578125 0.14941102266311646 -11.0 6.5995988845825195 -0.0006345512229017913 1.0816023859661072e-05 0.14936815202236176 -0.1506318598985672 -0.15063725411891937 0.14936275780200958 -11.333333015441895 6.799598693847656 -0.0006323879933916032 0.00011115730012534186 0.1493954062461853 -0.15060460567474365 -0.1506601870059967 0.14933982491493225 -11.666666984558105 6.999598503112793 -0.000610156508628279 0.00016630266327410936 0.14943142235279083 -0.15056858956813812 -0.1506517380475998 0.14934827387332916 -12.0 7.19959831237793 -0.0005768959526903927 0.00021338385704439133 0.14947645366191864 -0.15052355825901031 -0.15063025057315826 0.1493697613477707 -12.333333015441895 7.399598121643066 -0.0005342192016541958 0.00024859016411937773 0.14952793717384338 -0.15047207474708557 -0.15059638023376465 0.1494036316871643 -12.666666984558105 7.599597930908203 -0.00048450115718878806 0.00027154339477419853 0.1495833843946457 -0.15041659772396088 -0.15055237710475922 0.14944760501384735 -13.0 7.79959774017334 -0.00043019247823394835 0.00028202446992509067 0.1496403068304062 -0.15035967528820038 -0.15050069987773895 0.14949928224086761 -13.333333015441895 7.999597549438477 -0.0003737875958904624 0.00027848902391269803 0.14969582855701447 -0.1503041535615921 -0.15044339001178741 0.14955659210681915 -13.666666984558105 8.199597358703613 -0.0003180897911079228 0.00026430655270814896 0.14974798262119293 -0.15025202929973602 -0.15038417279720306 0.1496158391237259 -14.0 8.39959716796875 -0.0002652284747455269 0.00023200837313197553 0.14979277551174164 -0.15020723640918732 -0.15032322704792023 0.14967678487300873 -14.333333015441895 8.599596977233887 -0.00021882679720874876 0.0002020109532168135 0.14983168244361877 -0.15016832947731018 -0.15026932954788208 0.14973068237304688 -14.666666984558105 8.799596786499023 -0.00017842461238615215 0.00017557761748321354 0.14986547827720642 -0.15013453364372253 -0.15022233128547668 0.14977768063545227 -15.0 8.99959659576416 -0.00014330909471027553 0.00014914426719769835 0.14989398419857025 -0.1501060277223587 -0.15018059313297272 0.14981941878795624 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/log.txt deleted file mode 100644 index 738a57005127f2d668d5fd88f76df030ff9613e9..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/log.txt +++ /dev/null @@ -1,52 +0,0 @@ -2025-04-27 17:30:40,119 [INFO] Simulating with mode cropfollow -2025-04-27 17:30:40,119 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:30:40,119 [INFO] [0.0, 0.04330571354186502, 0.022603560801801065, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:30:42,762 [INFO] Verification Begin -2025-04-27 17:30:42,763 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 17:30:42,763 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:30:42,763 [INFO] Simulating with mode cropfollow -2025-04-27 17:30:42,763 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:30:42,763 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:30:43,266 [INFO] Simulating with mode cropfollow -2025-04-27 17:30:43,266 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:30:43,266 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:30:46,547 [INFO] Simulating with mode cropfollow -2025-04-27 17:30:46,547 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:30:46,547 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:30:49,493 [INFO] Simulating with mode cropfollow -2025-04-27 17:30:49,493 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:30:49,493 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:30:52,500 [INFO] Simulating with mode cropfollow -2025-04-27 17:30:52,500 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:30:52,500 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:30:56,078 [INFO] Simulating with mode cropfollow -2025-04-27 17:30:56,078 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:30:56,078 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:30:58,974 [INFO] Simulating with mode cropfollow -2025-04-27 17:30:58,974 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:30:58,974 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:31:01,678 [INFO] Simulating with mode cropfollow -2025-04-27 17:31:01,678 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:31:01,678 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:31:04,203 [INFO] Simulating with mode cropfollow -2025-04-27 17:31:04,203 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:31:04,203 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:31:06,925 [INFO] Simulating with mode cropfollow -2025-04-27 17:31:06,925 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:31:06,925 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:31:10,111 [INFO] Simulating with mode cropfollow -2025-04-27 17:31:10,111 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:31:10,111 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:31:13,034 [INFO] Mode 0 check bloated tube safe -2025-04-27 17:31:13,034 [INFO] No child exist in current initial, pop -2025-04-27 17:31:13,034 [INFO] System is Safe! -2025-04-27 17:31:13,034 [INFO] refine time 0 -2025-04-27 17:31:13,035 [INFO] simulation time: 2.6435465812683105 -2025-04-27 17:31:13,035 [INFO] verification time: 30.272379159927368 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/reachtube.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/reachtube.txt deleted file mode 100644 index c14b5722043b6bf5a4cbf51aee01287b06318335..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/reachtube.txt +++ /dev/null @@ -1,91 +0,0 @@ -cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 -0.0 0.0 -0.13401138368589632 -0.175 -0.011400183247411183 -0.3120961503415679 -0.25677446222559025 0.04369564085800749 -0.3333333432674408 0.20364713439301305 0.13401138368589632 0.175 0.31140019516834017 0.012096138420638919 -0.04322554969533869 0.2563043710629215 -0.3333333432674408 0.19635290136977382 -0.15620082836961557 -0.1607625278988049 -0.021861225747130564 -0.3222407968895291 -0.2905404377316727 0.00983913341072587 -0.6666666865348816 0.4056744486847894 0.15620082836961557 0.1607625278988049 0.3218612376680595 0.022240784968600158 -0.009459574189256276 0.2901608785102031 -0.6666666865348816 0.3943256228407843 -0.16888097607650143 -0.14768337357950873 -0.0252709370217285 -0.3254160654090924 -0.3124910083917022 -0.012345893483482473 -1.0 0.6067135384982536 0.16888097607650143 0.14768337357950873 0.32527094894265746 0.025416053488163476 0.012490996470773258 0.31234590540441143 -1.0 0.5932865091854622 -0.17405100292720072 -0.135668300830814 -0.0252709370217285 -0.3254160654090924 -0.3248396298074677 -0.024856102879892872 -1.3333333730697632 0.8071855224404931 0.17405100292720072 0.135668300830814 0.32527094894265746 0.025416053488163476 0.024839617886538795 0.3248561148008218 -1.3333333730697632 0.7928146206106543 -0.17405100292720072 -0.12463073618185563 -0.02326238278650586 -0.32324590971408074 -0.32960706831883524 -0.029725255013378055 -1.6666666269302368 1.0073602054115063 0.17405100292720072 0.12463073618185563 0.3232623947074348 0.023245897793151782 0.029607056397906284 0.32972526693430704 -1.6666666269302368 0.9926400330070728 -0.17341350680235942 -0.11449115804865435 -0.017282436411400842 -0.3172590262664864 -0.32960706831883524 -0.029725255013378055 -2.0 1.207425000832347 0.17341350680235942 0.11449115804865435 0.31728244833232977 0.017259014345557405 0.029607056397906284 0.32972526693430704 -2.0 1.1925753329536637 -0.16844279304524593 -0.10517650200182999 -0.008556824115385664 -0.30848982582103157 -0.3285360424791558 -0.028709911518380177 -2.3333332538604736 1.4074903658248838 0.16844279304524593 0.10517650200182999 0.3085568360363146 0.008489813900102589 0.028536030558226816 0.32870992343930916 -2.3333332538604736 1.3925100633285585 -0.16050722908678464 -0.09661966126979543 0.0021491080929413597 -0.2977408306216919 -0.3231635400085892 -0.023274230954255848 -2.6666667461395264 1.6075563054703128 0.16050722908678464 0.09661966126979543 0.2978509038279876 -0.002259181299237051 0.023163528087660257 0.3232742428751848 -2.6666667461395264 1.5924442190505612 -0.15033812695148077 -0.08875897372132172 0.01409039672698284 -0.2857664832646718 -0.31476667688786564 -0.014909796896211025 -3.0 1.8076228247292634 0.15033812695148077 0.08875897372132172 0.2859096151939461 -0.014233528656257183 0.01476666496693671 0.31490980881714 -3.0 1.7923777951590423 -0.13873803374745036 -0.08153781322238275 0.026650899662280514 -0.2731861030829128 -0.30412696715718124 -0.004289964411987979 -3.3333332538604736 2.007689809538724 0.13873803374745036 0.08153781322238275 0.27334911225864844 -0.02681390883801618 0.004126955236252283 0.30428997633291693 -3.3333332538604736 1.992310667298434 -0.12636167761457442 -0.07490414440755402 0.03935091093370632 -0.26047915972025076 -0.29207426616285526 0.007755804491101859 -3.6666667461395264 2.207757503510085 0.12636167761457442 0.07490414440755402 0.2606491009872226 -0.03952085220067819 -0.007925745758073727 0.2922442074298271 -3.6666667461395264 2.1922430686945047 -0.11372364816649333 -0.06881016656147766 0.05182589181916977 -0.24800764488040544 -0.2792731618942351 0.020560374805340148 -4.0 2.407825792526759 0.11372364816649333 0.06881016656147766 0.24817412010175918 -0.05199236704052353 -0.02072685002669386 0.27943963711558883 -4.0 2.3921748750452623 -0.1012174203546244 -0.06321198041909112 0.06380906183776316 -0.23603560822046404 -0.26624387628909063 0.03360079376913659 -4.333333492279053 2.6078946819214965 0.1012174203546244 0.06321198041909112 0.2361909500831658 -0.0639644037004649 -0.0337561356318383 0.26639921815179235 -4.333333492279053 2.5921060810179566 -0.0891340960595249 -0.05806924217239797 0.07470547047838036 -0.22516294679430227 -0.25337040518923215 0.04649022968517534 -4.666666507720947 2.8079641768271055 0.0891340960595249 0.05806924217239797 0.2252945414425486 -0.0748370651266267 -0.04662960673169678 0.2535097822357536 -4.666666507720947 2.7920366814797792 -0.07768927907339288 -0.053344908250800044 0.08422432352319056 -0.2156643195497298 -0.24096070149624282 0.05891818263350243 -5.0 3.0080342827699167 0.07768927907339288 0.053344908250800044 0.2157756883977384 -0.08433569237119914 -0.05903931042468613 0.24108182928742652 -5.0 2.9919666709043997 -0.0674253849653395 -0.04900492557490731 0.09253979937447818 -0.2073660589380373 -0.22922346316900571 0.07067435292203227 -5.333333492279053 3.2081050050255326 0.0674253849653395 0.04900492557490731 0.20746021254645078 -0.09263395298289165 -0.07077654875192324 0.22932565899889668 -5.333333492279053 3.1918960440162154 -0.058517501924936904 -0.04449644376149469 0.09980401834676211 -0.200116482541797 -0.2186823666877652 0.08123189631200016 -5.666666507720947 3.4081763489133103 0.058517501924936904 0.04449644376149469 0.20019599357416684 -0.09988352937913195 -0.08131764523316375 0.21876811560892878 -5.666666507720947 3.3918247954958693 -0.050786491280561834 -0.039942440559183105 0.10614987367975154 -0.19378307242537016 -0.20954383053948805 0.09038431179764744 -6.0 3.6082443345142794 0.050786491280561834 0.039942440559183105 0.19385013824117742 -0.1062169394955588 -0.0904561813814409 0.2096157001232815 -6.0 3.591756905262332 -0.04407685032571629 -0.03539561233388018 0.11169348345383127 -0.18825003208663377 -0.20162121239247444 0.09831863384529657 -6.333333492279053 3.808301287462019 0.04407685032571629 0.03539561233388018 0.18830652846709767 -0.1117499798342952 -0.09837879952845453 0.20168137807563238 -6.333333492279053 3.791700047682024 -0.038253651426775684 -0.0312835188411346 0.11653626046575333 -0.18341622407358707 -0.1947527401413141 0.1051969677468733 -6.666666507720947 4.00834755000391 0.038253651426775684 0.0312835188411346 0.18346375145517563 -0.11658378784734189 -0.10524727177961483 0.19480304417405564 -6.666666507720947 3.9916534036704068 -0.03319978930624335 -0.027649153650596933 0.12076679955671932 -0.17919328925679257 -0.18879816207039224 0.11115984825713138 -7.0 4.20838394122449 0.03319978930624335 0.027649153650596933 0.17923321236420964 -0.1208067226641364 -0.11120184985053672 0.18884016366379758 -7.0 4.1916166309801 -0.02881360982416771 -0.02443700679651598 0.12446251221067571 -0.17550401787539638 -0.18363586391705075 0.11632913000294276 -7.333333492279053 4.408411622455679 0.02881360982416771 0.02443700679651598 0.17553749971025323 -0.12449599404553258 -0.1163641480038782 0.1836708819179862 -7.333333492279053 4.391588568279184 -0.025006909033101807 -0.02159803185006626 0.1276910064612871 -0.17228097439948903 -0.1791604366074805 0.12081042603119652 -7.666666507720947 4.608432335695356 0.025006909033101807 0.02159803185006626 0.17230900545964187 -0.12771903752143993 -0.12083957531344848 0.17918958588973244 -7.666666507720947 4.591567473569781 -0.021703133691396002 -0.019088878850411002 0.13051134510139917 -0.16946524351532571 -0.17528049353701525 0.12469529599097645 -8.0 4.808448403607356 0.021703133691396002 0.019088878850411002 0.1694886668195298 -0.13053476840560324 -0.12471951838391371 0.1753047159299525 -8.0 4.791551024188054 -0.018835831166797018 -0.016871223911596758 0.13297513540721678 -0.1670053439858932 -0.17191679207753774 0.12806312926105354 -8.333333015441895 5.0084598261916815 0.018835831166797018 0.016871223911596758 0.16702487651371217 -0.13299466793503575 -0.12808321984339122 0.17193688265987542 -8.333333015441895 4.991539220134002 -0.01634734470623428 -0.014911208185186545 0.13512744619399147 -0.16485631462009726 -0.16900065261954558 0.1309827298002681 -8.666666984558105 5.20846776478025 0.01634734470623428 0.014911208185186545 0.16487256572693748 -0.1351436973008317 -0.13099935930138337 0.16901728212066086 -8.666666984558105 5.191530900075707 -0.014187617644380007 -0.013178892779034458 0.13700766350577892 -0.162978861267472 -0.1664725135652489 0.13351376456291728 -9.0 5.408473380704981 0.014187617644380007 0.013178892779034458 0.16299234841515003 -0.13702115065345696 -0.13352749835568006 0.16648624735801168 -9.0 5.391524902681249 -0.012313227600052367 -0.011647833903938493 0.13865017577764796 -0.1613386738658768 -0.16428076295264574 0.13570793467808198 -9.333333015441895 5.608476673965875 0.012313227600052367 0.011647833903938493 0.161349836143281 -0.13866133805505215 -0.13571924896828322 0.16429207724284697 -9.333333015441895 5.591521227950629 -0.010686471663602325 -0.010294645910586042 0.14008503907685096 -0.15990576319622107 -0.16238063586592585 0.13761008053021498 -9.666666984558105 5.808479967226767 0.010686471663602325 0.010294645910586042 0.159914972844078 -0.14009424872470788 -0.1376193760550031 0.16238993139071398 -9.666666984558105 5.79151755322001 -0.009274630018223732 -0.00909866142091166 0.14133850806087847 -0.15865393156303106 -0.1607333259326173 0.13925907230519 -10.0 6.0084809378238235 0.009274630018223732 0.00909866142091166 0.15866150386005048 -0.1413460803578979 -0.13926668598831166 0.16074093961573896 -10.0 5.991516201153227 -0.00804931688907643 -0.008041623735458945 0.14243350818440947 -0.15756030200850416 -0.15930520331834097 0.14068859375080442 -10.333333015441895 6.208481908420879 0.00804931688907643 0.008041623735458945 0.15756650373651948 -0.1424397099124248 -0.14069480860258798 0.15931141817012454 -10.333333015441895 6.191514849086445 -0.0069858853941841435 -0.007107387483841238 0.14339007667816542 -0.1566048785881021 -0.15806709965502286 0.1419278587783962 -10.666666984558105 6.408481717686016 0.0069858853941841435 0.007107387483841238 0.15660993524276354 -0.14339513333282686 -0.1419329122659061 0.15807215314253276 -10.666666984558105 6.391514658351582 -0.0060629461641159 -0.006281683980621277 0.14422571651834182 -0.15577019343565135 -0.1569937291013877 0.14300219166155628 -11.0 6.608481526951152 0.0060629461641159 0.006281683980621277 0.15577429540258714 -0.1442298184852776 -0.14300628281954125 0.15699782025937267 -11.0 6.591514467616719 -0.005261943048993543 -0.005551908864431052 0.14495571122892534 -0.1550409928568812 -0.15606317879622086 0.14393353766310282 -11.333333015441895 6.808481336216289 0.005261943048993543 0.005551908864431052 0.15504430069200362 -0.14495901906404776 -0.1439368331247081 0.15606647425782613 -11.333333015441895 6.7915142768818555 -0.004566764061789907 -0.00490691542809824 0.14559341886543312 -0.1544039441338983 -0.15525644292479662 0.14474092990744092 -11.666666984558105 7.008481145481426 0.004566764061789907 0.00490691542809824 0.15440659305549584 -0.14559606778703066 -0.14474356899613233 0.15525908201348804 -11.666666984558105 6.991514086146992 -0.003963426693759134 -0.004336852621167238 0.14615050799279738 -0.15384740019839607 -0.15455704548772964 0.14544086738521064 -12.0 7.2084809547465625 0.003963426693759134 0.004336852621167238 0.15384950392813157 -0.14615261172253288 -0.14544296643319932 0.1545591445357183 -12.0 7.191513895412129 -0.0034398005485939296 -0.0038330184366912514 0.14663716755203243 -0.1533611903278986 -0.15395070828545454 0.14604764763132574 -12.333333015441895 7.408480764011699 0.0034398005485939296 0.0038330184366912514 0.15336284436889652 -0.14663882159303035 -0.14604930363547441 0.1539523642896032 -12.333333015441895 7.391513704677266 -0.002985353011003909 -0.0033877172270753288 0.14706230284795208 -0.15293642465145812 -0.15342504732060577 0.14657367089648968 -12.666666984558105 7.608480573276836 0.002985353011003909 0.0033877172270753288 0.15293770907297688 -0.14706358726947083 -0.14657496460032318 0.15342634102443928 -12.666666984558105 7.591513513942402 -0.002590943533323143 -0.002994147861584237 0.14743369286660168 -0.15256533724055255 -0.15296932699800211 0.1470296864206032 -13.0 7.808480382541973 0.002590943533323143 0.002994147861584237 0.15256631905432727 -0.1474346746803764 -0.14703068492292684 0.15297032550032574 -13.0 7.791513323207539 -0.002248642317854476 -0.0026463025050971647 0.14775813018533995 -0.1522411465513901 -0.15257424378667925 0.14742500917548068 -13.333333015441895 8.00848019180711 0.002248642317854476 0.0026463025050971647 0.152241881735589 -0.14775886536953886 -0.1474257681342497 0.15257500274544827 -13.333333015441895 7.991513132472676 -0.0019515640571142142 -0.0023388681094654424 0.14804155163035582 -0.15195792507495873 -0.15223172839873955 0.14776771803531197 -13.666666984558105 8.208480245629902 0.0019515640571142142 0.0023388681094654424 0.15195846029057314 -0.14804208684597023 -0.1477682835221894 0.152232293885617 -13.666666984558105 8.191513650854473 -0.0016937334563143008 -0.0020671491978476787 0.1482891431541846 -0.15171049471457154 -0.1519347856285388 0.14806481622598916 -14.0 8.408479822622562 0.0016937334563143008 0.0020671491978476787 0.15171086876674436 -0.1482895172063574 -0.14806522629239016 0.1519351956949398 -14.0 8.391513692392087 -0.0014699667036546151 -0.0016264472845834426 0.14850543310840955 -0.15149433373282903 -0.15167735338904645 0.1483223725349239 -14.333333015441895 8.608479399621581 0.0014699667036546151 0.0016264472845834426 0.1514945788125194 -0.14850567818809993 -0.1483226585318825 0.15167763938600506 -14.333333015441895 8.59151373392334 -0.0012757627841604386 -0.0012256910539257015 0.1486943793480322 -0.1513054898380394 -0.15145417381357762 0.14854565042087492 -14.666666984558105 8.808478976626294 0.0012757627841604386 0.0012256910539257015 0.15130563257289675 -0.14869452208288955 -0.14854583810735134 0.15145436150005404 -14.666666984558105 8.791513775448902 -0.001107215569981546 -0.0009236803172104845 0.1488594391493019 -0.15114051042498972 -0.1512606888966208 0.14873921254811884 -15.0 9.008478553638032 0.001107215569981546 0.0009236803172104845 0.15114057277162707 -0.14885950149593924 -0.14873932302430815 0.15126079937281012 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/results.json deleted file mode 100644 index 133a6279d884d3c6beaf46ca469dbd7fa8ee5553..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg0/results.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "safety": "SAFE", - "sim_time": 2.6435465812683105, - "verification_time": 30.272379159927368, - "refine_time": 0, - "total_time": 33.473267555236816 -} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffc538a118a530ce706bfd10bf32eae761e125a5 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 0.008244381286203861 0.13832253217697144 0.19128215312957764 -0.10585245490074158 -0.17479339241981506 0.12234121561050415 +0.3333333432674408 0.19808974862098694 0.03582075238227844 0.09978434443473816 0.2099793255329132 -0.08852839469909668 -0.13833782076835632 0.16016989946365356 +0.6666666865348816 0.3970949053764343 0.05574452131986618 0.06806740164756775 0.22240087389945984 -0.07690440863370895 -0.11091183871030807 0.18839344382286072 +1.0 0.5966317653656006 0.06934749335050583 0.04234372824430466 0.22979581356048584 -0.06993528455495834 -0.09110083431005478 0.2086302638053894 +1.3333333730697632 0.796452522277832 0.07781370729207993 0.021817026659846306 0.23323184251785278 -0.06669677048921585 -0.07760442048311234 0.2223241925239563 +1.6666666269302368 0.9964049458503723 0.08217676728963852 0.005749870091676712 0.23361176252365112 -0.06638330966234207 -0.06925822049379349 0.2307368516921997 +2.0 1.196401596069336 0.08332673460245132 -0.006524001248180866 0.23169255256652832 -0.06830107420682907 -0.06503909081220627 0.23495453596115112 +2.3333332538604736 1.396397352218628 0.08202194422483444 -0.015621120110154152 0.2280985414981842 -0.07186488062143326 -0.06405464559793472 0.23590877652168274 +2.6666667461395264 1.5963729619979858 0.07889784872531891 -0.022084660828113556 0.22334055602550507 -0.0765862911939621 -0.06554485857486725 0.23438198864459991 +3.0 1.7963242530822754 0.07448127865791321 -0.026388855651021004 0.21783261001110077 -0.08206294476985931 -0.06887005269527435 0.23102550208568573 +3.3333332538604736 1.9962546825408936 0.06920412182807922 -0.028950754553079605 0.2119046002626419 -0.08796970546245575 -0.07349635660648346 0.2263779491186142 +3.6666667461395264 2.1961708068847656 0.06341478228569031 -0.030130943283438683 0.20581510663032532 -0.09404873847961426 -0.0789855420589447 0.22087830305099487 +4.0 2.3960800170898438 0.057389505207538605 -0.03023359924554825 0.1997637152671814 -0.10009919852018356 -0.08498471230268478 0.21487820148468018 +4.333333492279053 2.5959887504577637 0.051343705505132675 -0.029519056901335716 0.19389967620372772 -0.10596965253353119 -0.09121225774288177 0.20865707099437714 +4.666666507720947 2.7959015369415283 0.04544075205922127 -0.02821086160838604 0.18832927942276 -0.11155134439468384 -0.09744778275489807 0.20243284106254578 +5.0 2.995821952819824 0.03979932889342308 -0.02648918516933918 0.18312518298625946 -0.11676956713199615 -0.1035265177488327 0.1963682323694229 +5.333333492279053 3.195751667022705 0.03450211137533188 -0.024496300145983696 0.17833364009857178 -0.12157636135816574 -0.10932942479848862 0.1905805766582489 +5.666666507720947 3.3956916332244873 0.029603339731693268 -0.02235586754977703 0.17397737503051758 -0.12594768404960632 -0.11477068811655045 0.18515437841415405 +6.0 3.595641613006592 0.025132538750767708 -0.020166058093309402 0.1700608730316162 -0.12987813353538513 -0.1197957992553711 0.18014320731163025 +6.333333492279053 3.7956008911132812 0.021099600940942764 -0.017973970621824265 0.1665821224451065 -0.13336943089962006 -0.12438292801380157 0.175568625330925 +6.666666507720947 3.9955685138702393 0.01750500127673149 -0.0158401932567358 0.16352631151676178 -0.13643606007099152 -0.1285163015127182 0.1714460700750351 +7.0 4.19554328918457 0.014337094500660896 -0.013822373002767563 0.16086727380752563 -0.13910406827926636 -0.13219308853149414 0.16777825355529785 +7.333333492279053 4.395524024963379 0.011572707444429398 -0.011936751194298267 0.15857790410518646 -0.14140073955059052 -0.13543249666690826 0.1645461469888687 +7.666666507720947 4.595510005950928 0.00918541382998228 -0.010202656500041485 0.15662699937820435 -0.14335739612579346 -0.13825616240501404 0.16172823309898376 +8.0 4.795499801635742 0.007144917733967304 -0.008627809584140778 0.15498241782188416 -0.1450064480304718 -0.1406925916671753 0.15929627418518066 +8.333333015441895 4.995492458343506 0.005419377237558365 -0.007207490038126707 0.1536136120557785 -0.14637859165668488 -0.14277486503124237 0.157217338681221 +8.666666984558105 5.195487022399902 0.003977891523391008 -0.00594895426183939 0.15248802304267883 -0.1475066840648651 -0.1445322334766388 0.15546247363090515 +9.0 5.395483493804932 0.0027881076093763113 -0.00485646678134799 0.15157222747802734 -0.14842423796653748 -0.14599600434303284 0.15400046110153198 +9.333333015441895 5.595480918884277 0.0018168180249631405 -0.0038937879726290703 0.15084224939346313 -0.14915549755096436 -0.14720860123634338 0.1527891457080841 +9.666666984558105 5.7954792976379395 0.0010380623862147331 -0.0030668755061924458 0.15027064085006714 -0.1497279703617096 -0.14819452166557312 0.1518040895462036 +10.0 5.99547815322876 0.0004246882162988186 -0.0023625236935913563 0.14983363449573517 -0.15016554296016693 -0.14898426830768585 0.15101490914821625 +10.333333015441895 6.195477485656738 -4.781613824889064e-05 -0.0017683012410998344 0.14950987696647644 -0.1504896581172943 -0.14960551261901855 0.1503940224647522 +10.666666984558105 6.395477294921875 -0.00040147622348740697 -0.001275747548788786 0.14927947521209717 -0.15072029829025269 -0.15008243918418884 0.149917334318161 +11.0 6.595477104187012 -0.000656625721603632 -0.0008711811387911439 0.14912553131580353 -0.15087436139583588 -0.15043877065181732 0.14956112205982208 +11.333333015441895 6.795476913452148 -0.0008308619726449251 -0.0005419945227913558 0.14903363585472107 -0.1509663462638855 -0.15069535374641418 0.14930462837219238 +11.666666984558105 6.995476722717285 -0.0009392608772031963 -0.000282199471257627 0.14899016916751862 -0.15100981295108795 -0.15086869895458221 0.14913128316402435 +12.0 7.195476531982422 -0.0009957007132470608 -7.884018123149872e-05 0.14898459613323212 -0.15101541578769684 -0.15097598731517792 0.14902402460575104 +12.333333015441895 7.395476341247559 -0.0010114687029272318 7.642667333129793e-05 0.1490076333284378 -0.15099237859249115 -0.15103058516979218 0.14896942675113678 +12.666666984558105 7.595476150512695 -0.0009961833711713552 0.0002142848534276709 0.14905738830566406 -0.1509426236152649 -0.15104976296424866 0.1489502489566803 +13.0 7.795475959777832 -0.0009533264092169702 0.00028945208759978414 0.14911901950836182 -0.15088096261024475 -0.1510256826877594 0.14897429943084717 +13.333333015441895 7.995475769042969 -0.0008954359800554812 0.00035300228046253324 0.14919279515743256 -0.150807186961174 -0.15098367631435394 0.14901630580425262 +13.666666984558105 8.195475578308105 -0.0008248355006799102 0.0003995845909230411 0.1492750495672226 -0.15072493255138397 -0.15092472732067108 0.14907525479793549 +14.0 8.395475387573242 -0.0007449185941368341 0.00042655286961235106 0.14936169981956482 -0.15063828229904175 -0.1508515477180481 0.14914843440055847 +14.333333015441895 8.595475196838379 -0.0006596080493181944 0.0004353496478870511 0.1494492143392563 -0.15055076777935028 -0.15076844394207 0.14923153817653656 +14.666666984558105 8.795475006103516 -0.0005725381197407842 0.00040571059798821807 0.1495288908481598 -0.15047109127044678 -0.15067395567893982 0.14932602643966675 +15.0 8.995474815368652 -0.0004913960001431406 0.0003752728516701609 0.14960241317749023 -0.15039756894111633 -0.15058520436286926 0.1494147777557373 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e0d4eaad211f6e1840def3f7f559921ff691a28 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/log.txt @@ -0,0 +1,52 @@ +2025-04-27 18:39:20,148 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:20,149 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:20,149 [INFO] [0.0, 0.008244381488929697, 0.13832253201486056, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:23,596 [INFO] Verification Begin +2025-04-27 18:39:23,596 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 18:39:23,596 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:39:23,597 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:23,597 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:23,597 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:24,119 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:24,119 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:24,119 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:26,957 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:26,957 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:26,957 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:29,703 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:29,703 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:29,703 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:32,528 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:32,528 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:32,528 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:35,896 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:35,896 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:35,896 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:38,114 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:38,115 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:38,115 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:40,414 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:40,415 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:40,415 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:43,501 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:43,501 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:43,501 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:46,784 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:46,784 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:46,784 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:50,028 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:50,028 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:50,028 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:53,370 [INFO] Mode 0 check bloated tube safe +2025-04-27 18:39:53,370 [INFO] No child exist in current initial, pop +2025-04-27 18:39:53,370 [INFO] System is Safe! +2025-04-27 18:39:53,370 [INFO] refine time 0 +2025-04-27 18:39:53,371 [INFO] simulation time: 3.4479129314422607 +2025-04-27 18:39:53,371 [INFO] verification time: 29.774250268936157 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/reachtube.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/reachtube.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0683a75da6d4f9f687bbe616db399eeea240ae6 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/reachtube.txt @@ -0,0 +1,91 @@ +cropfollow/pn=[0.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 +0.0 0.0 -0.12883366157716503 -0.175 -0.002179323362738045 -0.30154726488281586 -0.25548798477982604 0.043879956740251705 +0.3333333432674408 0.2040932274626091 0.12883366157716503 0.175 0.302179335283667 0.0015472529618869024 -0.04451202714110289 0.25612005518067726 +0.3333333432674408 0.19590680830017776 -0.1472573766207141 -0.15964163699212505 -0.009940781598103882 -0.3097519455047185 -0.28457397164332426 0.015237192263290344 +0.6666666865348816 0.406305387406133 0.1472573766207141 0.15964163699212505 0.3099407935190328 0.009751933583789535 -0.015426040277604691 0.2847628196576386 +0.6666666865348816 0.39369468411944075 -0.15732856016056546 -0.14563115578014532 -0.011713731191314358 -0.3116909852752242 -0.30294338912981644 -0.0029661350459066482 +1.0 0.6073901208302026 0.15732856016056546 0.14563115578014532 0.3117137431122433 0.011690973354295253 0.0029433772088875154 0.3029661469668356 +1.0 0.5926099268535132 -0.16082760762578804 -0.13285026455272345 -0.011713731191314358 -0.3116909852752242 -0.31276922036871757 -0.012773726989307538 +1.3333333730697632 0.8078453776475004 0.16082760762578804 0.13285026455272345 0.3117137431122433 0.011690973354295253 0.012769208447788588 0.3127737389102365 +1.3333333730697632 0.792154765403647 -0.16082760762578804 -0.12119104876491972 -0.008885979871092686 -0.3088814732505027 -0.3159056586299843 -0.015958488124825365 +1.6666666269302368 1.0079850828666053 0.16082760762578804 0.12119104876491972 0.30888599179202164 0.008881461329573737 0.015905646709055365 0.3159585000457543 +1.6666666269302368 0.992015155551974 -0.15927252379026793 -0.11055507365877192 -0.002639388950551519 -0.30258655945571045 -0.3159056586299843 -0.015958488124825365 +2.0 1.2080663227904112 0.15927252379026793 0.11055507365877192 0.30263940087148045 0.0025865475347815192 0.015905646709055365 0.3159585000457543 +2.0 1.1919340109955996 -0.15394489312761792 -0.10085253023844921 0.006043071142860179 -0.29383668152189446 -0.31393287240986184 -0.014053119745107118 +2.3333332538604736 1.40814838825892 0.15394489312761792 0.10085253023844921 0.2939569407780688 -0.006163330399034467 0.013932860488932886 0.3140531316660361 +2.3333332538604736 1.3918520408945223 -0.1459064077653715 -0.09200150524988866 0.016346201476763356 -0.283472288171583 -0.30815901700750625 -0.00834052735915991 +2.6666667461395264 1.6082312877551284 0.1459064077653715 0.09200150524988866 0.2836538104441656 -0.01652772374934594 0.008159005086577298 0.30834053928008887 +2.6666667461395264 1.5917692367657457 -0.136031713228649 -0.08392725886137802 0.027590029105499375 -0.2721852716925145 -0.2996534405510315 0.0001218602469823804 +3.0 1.8083150296404238 0.136031713228649 0.08392725886137802 0.2724099828154296 -0.027814740228414486 -0.000346571369897436 0.2998781516739466 +3.0 1.7916855902478819 -0.12504443667818269 -0.07656163041708297 0.03927829507380552 -0.2604730619576875 -0.2893671684301709 0.010384188601322203 +3.3333332538604736 2.0083995033306055 0.12504443667818269 0.07656163041708297 0.2607217168471234 -0.03952694996324144 -0.010632843490758048 0.2896158233196068 +3.3333332538604736 1.9916009735065527 -0.11348679559036592 -0.06984242463826563 0.05099326697354768 -0.24875250568105148 -0.27796684314251374 0.02177892951208546 +3.6666667461395264 2.208484955958878 0.11348679559036592 0.06984242463826563 0.2490067449473813 -0.05124750623987748 -0.022033168778415213 0.27822108240884347 +3.6666667461395264 2.1915156162457117 -0.10180106661048739 -0.063712905959537 0.06218322816113628 -0.2378452225714067 -0.266023842519605 0.03373099724156388 +4.0 2.408571276935001 0.10180106661048739 0.063712905959537 0.23781678375979268 -0.06215478934952226 -0.033976169401324 0.2662690146793651 +4.0 2.3914293906370205 -0.09049960627426748 -0.05812133060284179 0.0725414335274867 -0.22749354229047963 -0.253986027583627 0.045787967190758394 +4.333333492279053 2.608658475212501 0.09049960627426748 0.05812133060284179 0.22745857839344225 -0.07250646963044934 -0.046013984337301944 0.25421204473017056 +4.333333492279053 2.591342287726952 -0.08008076098832498 -0.05302047988914115 0.08237956506937744 -0.217658164108334 -0.242541068187399 0.05749665156099826 +4.666666507720947 2.8087465595233114 0.08008076098832498 0.05302047988914115 0.21762044685155152 -0.08234184781259495 -0.057458943733529944 0.2425033603599307 +4.666666507720947 2.7912542987835733 -0.07012759888523325 -0.048367296961401664 0.09147619919213884 -0.20855515204565928 -0.2318256332527473 0.06821194505593701 +5.0 3.0088355391298975 0.07012759888523325 0.048367296961401664 0.20852381272879011 -0.09144485987526968 -0.06817437866818164 0.23178806686499193 +5.0 2.991165414544419 -0.0607842093152157 -0.0441224808385362 0.09934911984304018 -0.20067688688922888 -0.22160409636634826 0.07843113404310136 +5.333333492279053 3.2089254230091813 0.0607842093152157 0.0441224808385362 0.20065089207788878 -0.09932312503170007 -0.0783959155545807 0.22156887787782759 +5.333333492279053 3.191075626032567 -0.05260140815004314 -0.03991795543748647 0.10616293509738461 -0.19385859794368046 -0.2120141160861438 0.08801761604773925 +5.666666507720947 3.409016220225463 0.05260140815004314 0.03991795543748647 0.19383707682354434 -0.1061414139772485 -0.08798589583478515 0.2119823958731897 +5.666666507720947 3.3909849241837167 -0.045520189253561584 -0.03566202975018774 0.11206011336774341 -0.18795767922516352 -0.2036565917469522 0.09636971139445434 +6.0 3.60910401906746 0.045520189253561584 0.03566202975018774 0.18793989855318555 -0.11204233269576544 -0.09634342017397676 0.20363030052647463 +6.0 3.5908972207091514 -0.039392238230438255 -0.03164285486042229 0.11716398101375367 -0.18285068804346005 -0.19642538554335418 0.1035963757716866 +6.333333492279053 3.8091761480597635 0.039392238230438255 0.03164285486042229 0.1828360309071753 -0.11714932387746892 -0.10357462637757478 0.19640363614924236 +6.333333492279053 3.7908251870842795 -0.03408923508994834 -0.02789803926622224 0.12158125038107011 -0.17843081376558043 -0.19016871661961648 0.10984924952472461 +6.666666507720947 4.009233935768765 0.03408923508994834 0.02789803926622224 0.17841876153985886 -0.12156919815534853 -0.10983129530131247 0.19015076239620435 +6.666666507720947 3.990767017905552 -0.029500131030281714 -0.024313513173365765 0.1254042810848526 -0.1746056137677335 -0.1847552554520298 0.11525954342378554 +7.0 4.209278404105526 0.029500131030281714 0.024313513173365765 0.17459573083607635 -0.12539439815319545 -0.11524475646889916 0.18474046849714343 +7.0 4.190722168099064 -0.025528808390951018 -0.02101660945141845 0.12871302330429918 -0.17129506780207648 -0.18007134998083424 0.11994080921011044 +7.333333492279053 4.409314254024957 0.025528808390951018 0.02101660945141845 0.17128698861662978 -0.12870494411885247 -0.11992866194009472 0.18005920271081852 +7.333333492279053 4.3906859367099065 -0.022092107224639248 -0.018150641097606106 0.1315766566631566 -0.1684299371529836 -0.17601868643090357 0.12399127598680561 +7.666666507720947 4.609340702034571 0.022092107224639248 0.018150641097606106 0.16842335525777236 -0.13157007476794536 -0.12398132549002538 0.17600873593412333 +7.666666507720947 4.590659107230565 -0.019118060471062293 -0.015675499043176125 0.13405505617763733 -0.16595029699498368 -0.17251219807100207 0.1274959390514734 +8.0 4.8093608821043095 0.019118060471062293 0.015675499043176125 0.16594495574329163 -0.13404971492594528 -0.12748781384992688 0.17250407286945554 +8.0 4.790638545691101 -0.01654437744942122 -0.013537880970584197 0.13620005205802743 -0.16380427515927096 -0.16947826848230085 0.13052835459179618 +8.333333015441895 5.009374794234169 0.01654437744942122 0.013537880970584197 0.16379995986290152 -0.136195736761658 -0.1305217434386281 0.16947165732913277 +8.333333015441895 4.990624252091514 -0.014317167906072355 -0.011691765544800161 0.13805648969592502 -0.16194699094590959 -0.16685321987995055 0.13315214965710592 +8.666666984558105 5.209384005409122 0.014317167906072355 0.011691765544800161 0.16194352222500394 -0.13805302097501937 -0.1331467920409784 0.16684786226382303 +8.666666984558105 5.190614659446835 -0.012389780920035011 -0.010097394452972636 0.13966319448948236 -0.16033958925748248 -0.16458193807399984 0.1354223957155166 +9.0 5.409390082614136 0.012389780920035011 0.010097394452972636 0.1603368174314466 -0.13966042266344647 -0.1354180738469291 0.16457761620541236 +9.0 5.390608200772094 -0.01072186453034523 -0.008720446635189113 0.14105375318310193 -0.1589484584012437 -0.16261675866072875 0.13738672124192 +9.333333015441895 5.609394592834181 0.01072186453034523 0.008720446635189113 0.15894625873782703 -0.14105155351968526 -0.1373832532602002 0.16261329067900895 +9.333333015441895 5.590603309082323 -0.009278483594587258 -0.0075312685734282145 0.14225724708543364 -0.15774449611878463 -0.16091642276039375 0.13908635490807716 +9.666666984558105 5.809397536069256 0.009278483594587258 0.0075312685734282145 0.15774276483549532 -0.14225551580214432 -0.1390835891605352 0.1609136570128518 +9.666666984558105 5.790599984377521 -0.008029407754470613 -0.006504252007602241 0.14329884384172611 -0.1567025171950933 -0.15944523400183971 0.14055696771711523 +10.0 6.009400479304332 0.008029407754470613 0.006504252007602241 0.15670116807920284 -0.14329749472583567 -0.14055477791908924 0.15944304420381372 +10.0 5.990596659672719 -0.006948486237002332 -0.005617288974723461 0.14420031711205947 -0.15580073325226568 -0.15817231848172617 0.1418294122918111 +10.333333015441895 6.209401855554438 0.006948486237002332 0.005617288974723461 0.1557996948088695 -0.14419927866866328 -0.1418276934392028 0.15817059962911786 +10.333333015441895 6.1905949019528865 -0.00601307873036199 -0.004851278116018439 0.14498051976653156 -0.15502027909928465 -0.15707095137889254 0.14293039561071744 +10.666666984558105 6.409401664819574 0.00601307873036199 0.004851278116018439 0.1550194921543974 -0.1449797328216443 -0.1429290605420364 0.15706961631021152 +10.666666984558105 6.390594711218023 -0.005203593937912067 -0.004189723831769616 0.14565576752023804 -0.1543448287216759 -0.1561180109037718 0.1438830245233829 +11.0 6.609401474084711 0.005203593937912067 0.004189723831769616 0.15434424440069092 -0.14565518319925305 -0.14388200101715715 0.15611698739754606 +11.0 6.59059452048316 -0.0045030844074893635 -0.0036183852439646805 0.14624017583097984 -0.1537602580640022 -0.15529349894806752 0.14470728464417734 +11.333333015441895 6.809401283349848 0.0045030844074893635 0.0036183852439646805 0.15375983608994911 -0.14623975385692675 -0.14470651297286144 0.1552927272767516 +11.333333015441895 6.790594329748297 -0.003896877700858847 -0.003124958183272754 0.14674596666287848 -0.153254337991771 -0.15458010490929835 0.14542047613517126 +11.666666984558105 7.009401092614985 0.003896877700858847 0.003124958183272754 0.15325404525805048 -0.14674567392915797 -0.1454199070116306 0.1545795357857577 +11.666666984558105 6.990594139013433 -0.0033722773458103542 -0.0026988169840254064 0.1471837171897797 -0.15281648536132092 -0.15396285199471257 0.146037567078259 +12.0 7.209400901880121 0.0033722773458103542 0.0026988169840254064 0.15281629473114924 -0.14718352655960804 -0.14603715992621638 0.15396244484266997 +12.0 7.19059394827857 -0.0029183002584059095 -0.0023307883629728864 0.14756257819975482 -0.15243754442260607 -0.15342878672929836 0.14657150369148592 +12.333333015441895 7.409400711145258 0.0029183002584059095 0.0023307883629728864 0.15243743372117413 -0.14756246749832289 -0.1465712251916306 0.15342850822944304 +12.333333015441895 7.390593757543707 -0.002525437716086043 -0.0020129465707107346 0.14789047296423216 -0.152109587785424 -0.15296669642966806 0.14703349261910323 +12.666666984558105 7.609400520410395 0.002525437716086043 0.0020129465707107346 0.1521095389566968 -0.14789042413550496 -0.1470333154912609 0.15296651930182573 +12.666666984558105 7.590593566808844 -0.0021854615546017826 -0.0017384470685237537 0.1481742584677758 -0.15182575505344634 -0.15256688010271818 0.14743322983784396 +13.0 7.809400329675531 0.0021854615546017826 0.0017384470685237537 0.15182575345315316 -0.14817425686748262 -0.14743313181821077 0.152566782083085 +13.0 7.79059337607398 -0.0018912540000466606 -0.0015013808720426168 0.1484198669956511 -0.15158011112118752 -0.15222094732909536 0.14777910160787386 +13.333333015441895 8.009400138940668 0.0018912540000466606 0.0015013808720426168 0.15158014492527785 -0.14841990079974143 -0.1477790645918336 0.1522209103130551 +13.333333015441895 7.990593185339117 -0.0016366527634224313 -0.0012966425977235041 0.14863243505697413 -0.1513675171527422 -0.15192163526113805 0.14807836733375002 +13.666666984558105 8.20940011162454 0.0016366527634224313 0.0012966425977235041 0.15136757686395483 -0.14863249476818677 -0.1480783766597909 0.15192164458717894 +13.666666984558105 8.190593784859836 -0.0014163254432724363 -0.001119823325533948 0.14881640790697068 -0.1511835259782251 -0.15166266022591612 0.14833730784460414 +14.0 8.409399607482595 0.0014163254432724363 0.001119823325533948 0.15118360401395828 -0.14881648594270386 -0.14833735169501283 0.15166270407632482 +14.0 8.390593907532054 -0.0012256592454425175 -0.0009671167741975176 0.14897563133555475 -0.15102429023647543 -0.15143858745500943 0.14856135556551361 +14.333333015441895 8.609399103351096 0.0012256592454425175 0.0009671167741975176 0.1510243805853742 -0.14897572168445353 -0.14856142446591952 0.15143865635541534 +14.333333015441895 8.590594030193826 -0.0010606605939859255 -0.0008352343031328087 0.14911343524580215 -0.15088647873856623 -0.1512447125476665 0.14875521297059494 +14.666666984558105 8.809398599229148 0.0010606605939859255 0.0008352343031328087 0.1508865766751268 -0.14911353318236273 -0.14875529937326246 0.15124479895033402 +14.666666984558105 8.790594152846047 -0.0009178737356587245 -0.0007213358997894481 0.14924059221399008 -0.15075932059424002 -0.1510769653488969 0.14892294863547148 +15.0 9.00939809511854 0.0009178737356587245 0.0007213358997894481 0.15075941970693887 -0.14924069132668893 -0.14892304657203206 0.15107706328545747 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/results.json new file mode 100644 index 0000000000000000000000000000000000000000..96a4f30e2e97f3f0b100686ceb9b8038c266e81d --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_0/results.json @@ -0,0 +1,7 @@ +{ + "safety": "SAFE", + "sim_time": 3.4479129314422607, + "verification_time": 29.774250268936157, + "refine_time": 0, + "total_time": 33.767029762268066 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..8990d14d06a220fce9887eaf7aa2e187e9147235 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.000:0.002]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 0.09916478395462036 -0.17049294710159302 0.20457294583320618 -0.09107744693756104 -0.006243370473384857 0.28940701484680176 +0.3333333432674408 0.19710026681423187 0.06523114442825317 -0.1368807852268219 0.17971467971801758 -0.11747926473617554 -0.04925239086151123 0.24794155359268188 +0.6666666865348816 0.3952295780181885 0.03794039040803909 -0.10760846734046936 0.16022253036499023 -0.13804221153259277 -0.08434175699949265 0.21392297744750977 +1.0 0.5940727591514587 0.016460206359624863 -0.08434490859508514 0.1448657512664795 -0.1540677845478058 -0.11194533109664917 0.1869882047176361 +1.3333333730697632 0.7933617830276489 -0.00038878247141838074 -0.062315069139003754 0.13375139236450195 -0.1656663417816162 -0.1345289647579193 0.16488876938819885 +1.6666666269302368 0.9929736256599426 -0.012843731790781021 -0.04515429958701134 0.1257186383008957 -0.17397557199001312 -0.15140609443187714 0.14828811585903168 +2.0 1.1927697658538818 -0.021871523931622505 -0.0316409170627594 0.12014448642730713 -0.17970535159111023 -0.16388753056526184 0.13596230745315552 +2.3333332538604736 1.392669677734375 -0.02819865196943283 -0.020603030920028687 0.11661911755800247 -0.18331721425056458 -0.17301642894744873 0.12691989541053772 +2.6666667461395264 1.5926272869110107 -0.03231896832585335 -0.01228217501193285 0.11459925770759583 -0.18537813425064087 -0.17923718690872192 0.12074020504951477 +3.0 1.7926121950149536 -0.03477534279227257 -0.004522582981735468 0.11409248411655426 -0.18590445816516876 -0.18364317715168 0.11635376513004303 +3.3333332538604736 1.992610216140747 -0.035679854452610016 0.000996770802885294 0.1145692691206932 -0.1854305863380432 -0.18592897057533264 0.11407088488340378 +3.6666667461395264 2.192610025405884 -0.035480499267578125 0.0055340058170259 0.11590071022510529 -0.18409471213817596 -0.18686170876026154 0.11313371360301971 +4.0 2.3926069736480713 -0.034373704344034195 0.008686939254403114 0.11779235303401947 -0.18219633400440216 -0.18653975427150726 0.11344893276691437 +4.333333492279053 2.592599391937256 -0.032636336982250214 0.010294251143932343 0.1199292466044426 -0.18005487322807312 -0.18520191311836243 0.11478220671415329 +4.666666507720947 2.792588710784912 -0.0305775236338377 0.011613726615905762 0.12231573462486267 -0.17766404151916504 -0.18347078561782837 0.11650899052619934 +5.0 2.992575168609619 -0.028254829347133636 0.010684693232178688 0.12440773099660873 -0.1755751371383667 -0.1809173822402954 0.11906548589468002 +5.333333492279053 3.192563772201538 -0.026117932051420212 0.011363852769136429 0.12671329081058502 -0.17326734960079193 -0.17894916236400604 0.12103147804737091 +5.666666507720947 3.3925509452819824 -0.023845210671424866 0.012093009427189827 0.12916700541973114 -0.17081107199192047 -0.17685742676258087 0.12312065064907074 +6.0 3.592536449432373 -0.021426666527986526 0.01141273882240057 0.1314166933298111 -0.16856376826763153 -0.17427001893520355 0.12571044266223907 +6.333333492279053 3.7925233840942383 -0.019144168123602867 0.012045159935951233 0.1338561773300171 -0.16612207889556885 -0.17214450240135193 0.127833753824234 +6.666666507720947 3.992508888244629 -0.016735194250941277 0.011151531711220741 0.13604331016540527 -0.16393804550170898 -0.16951370239257812 0.13046765327453613 +7.0 4.192496299743652 -0.0145049337297678 0.010850245133042336 0.13819873332977295 -0.1617836058139801 -0.16720861196517944 0.1327737271785736 +7.333333492279053 4.392484664916992 -0.01233492698520422 0.008952289819717407 0.13989712297916412 -0.1600908786058426 -0.1645669788122177 0.135421022772789 +7.666666507720947 4.592476844787598 -0.010544492863118649 0.008852639235556126 0.14166277647018433 -0.15832549333572388 -0.16275176405906677 0.13723650574684143 +8.0 4.792469024658203 -0.008773988112807274 0.008032683283090591 0.14322933554649353 -0.15676099061965942 -0.16077730059623718 0.13921302556991577 +8.333333015441895 4.992462635040283 -0.007167468778789043 0.006523840595036745 0.1444602906703949 -0.1555333435535431 -0.15879523754119873 0.14119839668273926 +8.666666984558105 5.192458152770996 -0.005862709600478411 0.006777927279472351 0.14582832157611847 -0.15416480600833893 -0.1575537472963333 0.14243938028812408 +9.0 5.392453670501709 -0.004507134202867746 0.005479206331074238 0.14686040580272675 -0.15313510596752167 -0.15587468445301056 0.14412082731723785 +9.333333015441895 5.5924506187438965 -0.0034112983848899603 0.005162354558706284 0.1478773057460785 -0.1521187126636505 -0.1546998918056488 0.1452961266040802 +9.666666984558105 5.792448043823242 -0.002378832083195448 0.0038056604098528624 0.14857149124145508 -0.15142634510993958 -0.15332916378974915 0.1466686725616455 +10.0 5.992446422576904 -0.0016177017241716385 0.002507395576685667 0.14900867640972137 -0.15099038183689117 -0.15224407613277435 0.1477549821138382 +10.333333015441895 6.192445755004883 -0.001116223051212728 0.0017487462610006332 0.14932073652744293 -0.15067879855632782 -0.1515531688928604 0.14844636619091034 +10.666666984558105 6.3924455642700195 -0.0007664739387109876 0.0015192913124337792 0.1496131867170334 -0.1503864973783493 -0.15114612877368927 0.14885355532169342 +11.0 6.592445373535156 -0.00046261577517725527 0.000745811965316534 0.14972379803657532 -0.15027612447738647 -0.1506490409374237 0.14935088157653809 +11.333333015441895 6.792445182800293 -0.0003134533762931824 0.0001496669719927013 0.14972397685050964 -0.1502760350704193 -0.15035086870193481 0.14964914321899414 +11.666666984558105 6.99244499206543 -0.00028351997025310993 0.000738097820430994 0.14990097284317017 -0.150098979473114 -0.15046802163124084 0.14953193068504333 +12.0 7.192444801330566 -0.00013590040907729417 0.0013611875474452972 0.15020427107810974 -0.14979547262191772 -0.15047606825828552 0.14952367544174194 +12.333333015441895 7.392444610595703 0.0001363370247418061 0.00190947693772614 0.1506134420633316 -0.14938603341579437 -0.15034078061580658 0.1496586948633194 +12.666666984558105 7.59244441986084 0.0005182322347536683 0.0012480338336899877 0.15083013474941254 -0.14916963875293732 -0.14979366958141327 0.15020610392093658 +13.0 7.792444229125977 0.0007678389665670693 0.000696280098054558 0.1509418934583664 -0.14905805885791779 -0.14940620958805084 0.15059374272823334 +13.333333015441895 7.992444038391113 0.0009070949745364487 -0.00031913508428260684 0.1508273035287857 -0.14917267858982086 -0.14901311695575714 0.15098686516284943 +13.666666984558105 8.19244384765625 0.0008432679460383952 -0.0013094055466353893 0.15051580965518951 -0.14948396384716034 -0.14882926642894745 0.1511705070734024 +14.0 8.392443656921387 0.0005813868483528495 -0.0005680022877641022 0.15043936669826508 -0.1495605856180191 -0.14927659928798676 0.15072335302829742 +14.333333015441895 8.592443466186523 0.00046778639080002904 -0.00016910317935980856 0.150425523519516 -0.14957448840141296 -0.14948993921279907 0.15051007270812988 +14.666666984558105 8.79244327545166 0.0004339657607488334 -0.0005790520226582885 0.15028917789459229 -0.1497107744216919 -0.14942124485969543 0.15057870745658875 +15.0 8.992443084716797 0.0003181553620379418 -0.0005603840691037476 0.15017803013324738 -0.1498219221830368 -0.1495417207479477 0.1504582315683365 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..e24dcdeb4d701d663c03aada5d500103b20a3cba --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/log.txt @@ -0,0 +1,52 @@ +2025-04-27 19:37:54,928 [INFO] Simulating with mode cropfollow +2025-04-27 19:37:54,929 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:37:54,929 [INFO] [0.0, 0.09916478676993246, -0.17049294506754342, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:37:59,083 [INFO] Verification Begin +2025-04-27 19:37:59,083 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 19:37:59,083 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:37:59,083 [INFO] Simulating with mode cropfollow +2025-04-27 19:37:59,083 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:37:59,083 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:02,126 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:02,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:02,126 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:05,930 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:05,930 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:05,930 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:09,645 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:09,645 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:09,645 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:13,568 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:13,568 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:13,568 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:17,576 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:17,576 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:17,576 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:21,161 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:21,161 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:21,161 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:24,628 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:24,628 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:24,628 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:28,301 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:28,301 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:28,302 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:32,241 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:32,241 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:32,241 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:36,348 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:36,348 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.002}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:36,348 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:40,201 [INFO] Mode 0 check bloated tube safe +2025-04-27 19:38:40,201 [INFO] No child exist in current initial, pop +2025-04-27 19:38:40,201 [INFO] System is Safe! +2025-04-27 19:38:40,201 [INFO] refine time 0 +2025-04-27 19:38:40,202 [INFO] simulation time: 4.154411315917969 +2025-04-27 19:38:40,202 [INFO] verification time: 41.11899995803833 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/reachtube.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/reachtube.txt new file mode 100644 index 0000000000000000000000000000000000000000..a23c0e1bdee995201953604756233c1fe4158b31 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/reachtube.txt @@ -0,0 +1,91 @@ +cropfollow/pn=[0.000:0.002]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 +0.0 0.0 -0.128833661577165 -0.175 -0.0019505513445501332 -0.3013283105594897 -0.2557167868215457 0.04366097239339388 +0.3333333432674408 0.2040932274626091 0.128833661577165 0.175 0.301863540484107 0.001241275857188695 -0.04419620231801119 0.25642606230890713 +0.3333333432674408 0.19590680830017776 -0.14707826489488238 -0.1713572741511748 -0.00978999289331195 -0.30959911519977173 -0.284366543246667 0.015442579059792821 +0.6666666865348816 0.4062867794596225 0.14700864041246117 0.1710091517681726 0.30963750633058307 0.009446604795184943 -0.015620206640799467 0.28457069489459863 +0.6666666865348816 0.39371329206595124 -0.1571712889961021 -0.16761542483586472 -0.011114473924259516 -0.31109530102964944 -0.3032281017198424 -0.0032472746144523723 +1.0 0.6074112751272882 0.15703536291744635 0.16728391686924388 0.31081446586571154 0.010795328733888332 0.003256252993569797 0.30327539012539295 +1.0 0.5925887725564276 -0.16031817306918333 -0.16412566050282798 -0.011114473924259516 -0.31109530102964944 -0.3129464282547494 -0.012954072113191412 +1.3333333730697632 0.8078940904500251 0.16005100613381024 0.16346945632110468 0.31081446586571154 0.010795328733888332 0.012851764157917112 0.3128593722535723 +1.3333333730697632 0.7921059333918328 -0.16031817306918333 -0.16057008750966328 -0.007689906837198196 -0.3076822629787561 -0.31562298466625777 -0.015692521592855058 +1.6666666269302368 1.0080525398841167 0.16005100613381024 0.15988010984609413 0.30725021529361907 0.0072426071979638795 0.01481738616886702 0.3148867681233879 +1.6666666269302368 0.9919474601158833 -0.15821251053118168 -0.15592953278634197 -0.0029372673485075496 -0.302929458903986 -0.31562298466625777 -0.015692521592855058 +2.0 1.2081404917378609 0.15780734804563246 0.15753157979294158 0.30293254070017683 0.0029248872277317095 0.01481738616886702 0.3148867681233879 +2.0 1.1918593652109917 -0.15317095083043922 -0.15234992758356666 0.0016677732905887033 -0.298324266051749 -0.3122889658843886 -0.01241616256117306 +2.3333332538604736 1.4082294057548184 0.15308619774038915 0.15427453117896503 0.29872849030880705 -0.0012791961674892827 0.011723186675251601 0.31185010917067013 +2.3333332538604736 1.3917703081428867 -0.1482479354377396 -0.1488213245645145 0.006184107899876751 -0.2938077909766962 -0.3077363208326115 -0.007856907799395102 +2.6666667461395264 1.6083191733395734 0.1485481030318446 0.15111559162661228 0.2946894398925579 -0.0053182678402136085 0.007463111022354557 0.3075833045984826 +2.6666667461395264 1.591680159088405 -0.1434340901158985 -0.1466265536222543 0.010299117195625401 -0.28969292058352436 -0.30295145044938354 -0.0030654283432940688 +3.0 1.8084101626241595 0.1441931110292908 0.14676867205015676 0.2904954544424819 -0.009512531620226278 0.0036749495090606654 0.3037889512448291 +3.0 1.7915892651712506 -0.13897708791330596 -0.14317114543067821 0.014412133098778368 -0.2855798157368624 -0.29883129521513796 0.0010608383714731107 +3.3333332538604736 2.0085021460030643 0.13976453250063722 0.1438250699675695 0.2865387815225748 -0.013469233878997539 -0.0005447454819598185 0.2995630851686423 +3.3333332538604736 1.9914973771597775 -0.1346061548706496 -0.14088932029196247 0.01818419077452127 -0.2818077089412036 -0.29449740167538135 0.0054006233899340506 +3.6666667461395264 2.208595134409699 0.1355243843886422 0.1398474485635869 0.2824735584015041 -0.01753450611998414 -0.004323868790469476 0.2957780703814282 +3.6666667461395264 2.1914044841205746 -0.13053780830012773 -0.137841937408879 0.021882270939031417 -0.2781095891498327 -0.2906518946105194 0.009251781180527996 +4.0 2.4086891386964737 0.1312476634724452 0.1367719003903713 0.27856006705077574 -0.021448037097573314 -0.00837072034538272 0.29172556810078304 +4.0 2.3913105752012314 -0.12660118202228685 -0.13446668387293734 0.025566600495131056 -0.2744252587562283 -0.28701521322402 0.01289391107384863 +4.333333492279053 2.608784170103251 0.1270970298025443 0.13415776958824985 0.27485204464837787 -0.025156119942120705 -0.012411729839715918 0.2876791697042733 +4.333333492279053 2.5912156391618857 -0.12271335936687043 -0.13213135991001063 0.028976873999558214 -0.27101487370719446 -0.2831631024194393 0.016751127604947486 +4.666666507720947 2.8088802396519426 0.12314742428436963 0.13063433477410608 0.27108286177543567 -0.02892523554573523 -0.016028491704400988 0.2840571232991358 +4.666666507720947 2.791119664980626 -0.11906541287810683 -0.1291718335271744 0.03233702955624605 -0.26765473385308547 -0.27970348412661783 0.020215755406453623 +5.0 3.008977358966835 0.11920007278006665 0.12786289131351988 0.2674703401527688 -0.03253780107046801 -0.01983459179730182 0.2802460733021951 +5.0 2.991022641033165 -0.11551597246168908 -0.1267288277383169 0.035502026494576844 -0.2644896410012626 -0.2762102731355848 0.02371364916056956 +5.333333492279053 3.2090753009663793 0.11538884393255953 0.1246999128713479 0.2638634641803957 -0.0361445941423989 -0.023409490953999523 0.2766663125684801 +5.333333492279053 3.190924317563894 -0.11215222487172002 -0.12359729319288945 0.03868502178122227 -0.26130673578261104 -0.27307270266347333 0.026855881273539675 +5.666666507720947 3.40917455394411 0.11161931336337591 0.1223477309424392 0.26046961746285735 -0.039538529605877726 -0.027147786838479807 0.2729235338570756 +5.666666507720947 3.3908251599535952 -0.10882073006605576 -0.12051636430388862 0.041853533423236736 -0.2581382911663338 -0.26995297631314674 0.029980046867213186 +6.0 3.6092733216808917 0.10803790611926313 0.12006455201609606 0.2572507100936853 -0.04275748915860213 -0.03071690240809047 0.26935009825340755 +6.0 3.590726487584245 -0.10551623457529172 -0.1177064619657546 0.04495666885052865 -0.25503516953027694 -0.26679127606913566 0.03314594126256466 +6.333333492279053 3.8093619040153732 0.1046430481825821 0.11762733132829514 0.2541503760846978 -0.045857809376354544 -0.03406212535336495 0.26600068115679265 +6.333333492279053 3.790638000617195 -0.10227795156058032 -0.11598841002347568 0.04774902771866053 -0.2522427112411366 -0.26342208416280644 0.03651902946895608 +6.666666507720947 4.009435599992646 0.10138893902873729 0.11421270115903268 0.2509179263218668 -0.049090120141614874 -0.03702287643137081 0.2630357953601455 +6.666666507720947 3.990564400007354 -0.09930961461813784 -0.11329559580835424 0.05054273535430652 -0.24944908863853837 -0.2605664196911799 0.03937859702345439 +7.0 4.209489470239224 0.09806546032504773 0.11188478529865764 0.24786034892380016 -0.05214773171592328 -0.04032497969236502 0.2597299082255691 +7.0 4.190510148291049 -0.09640196906989824 -0.11050595190371681 0.05332655988766244 -0.2466653246348018 -0.2577958784893483 0.04215284587415398 +7.333333492279053 4.40953472206847 0.09487565267486882 0.10976319525852163 0.24496139801906058 -0.0550466816956883 -0.04354473129954632 0.2565065085741645 +7.333333492279053 4.390464514992077 -0.09352170158497314 -0.10774564953192517 0.05610143362849784 -0.24389051639612738 -0.2550460495044211 0.04490622303881306 +7.666666507720947 4.609565871032993 0.09184683388418774 0.10771937878474042 0.24221716106563973 -0.057790912751592954 -0.04662226662144864 0.2534254846771751 +7.666666507720947 4.590432984557827 -0.0906610634435126 -0.10716626434675826 0.058336054296833265 -0.2416554592510344 -0.25177143957332354 0.04818372099145228 +8.0 4.809595453012546 0.08898094157000719 0.10359943066812528 0.23909162977184656 -0.06091592684782729 -0.04901651594921369 0.251027393653552 +8.0 4.790403021108547 -0.08824293145513916 -0.10490295244792867 0.060573481605756124 -0.2394180468627916 -0.24936198140910149 0.050596366452089786 +8.333333015441895 5.009609365142406 0.08584944314858699 0.10126589611584712 0.23612327070404307 -0.06388421139030594 -0.052121739131898895 0.24791892356980658 +8.333333015441895 4.990388727508961 -0.085917547076941 -0.10214708373436275 0.06286473239183758 -0.23712711309831652 -0.24717038069315161 0.05279131026841913 +8.666666984558105 5.209612308377482 0.08279664787650155 0.09952518297845069 0.23335866963147783 -0.06664903188306774 -0.05529481973104272 0.24474303631208624 +8.666666984558105 5.190385402804159 -0.08357371310379458 -0.09979424086015516 0.06509608998054928 -0.23489583791856483 -0.24486159001882207 0.055103068775491384 +9.0 5.409615251612557 0.0799284338918711 0.09747950286220604 0.23067977056747013 -0.06932790814276023 -0.058204812654899254 0.2418301351601318 +9.0 5.390382078099357 -0.0812796773468253 -0.09815257696791728 0.06712150466280194 -0.23287027077262243 -0.24242712818950662 0.057540128324148315 +9.333333015441895 5.609616627862663 0.07717145048874587 0.09481858883409937 0.22793635833425313 -0.07207105560715357 -0.06084717548519124 0.23918475737798486 +9.333333015441895 5.590380320379524 -0.07916558610127263 -0.0958764809944735 0.0691468380388765 -0.2308450862542572 -0.2403341458461111 0.059635879714843895 +9.666666984558105 5.8096164371278 0.0743905620820909 0.09288594693104486 0.22533020749716476 -0.07467723640046693 -0.06369293468977757 0.2363364079400328 +9.666666984558105 5.790380129644661 -0.07709275237653489 -0.092237208344195 0.07149219908205282 -0.22850011554916633 -0.2386263410206137 0.06134657013495501 +10.0 6.009616246392937 0.0717196218240642 0.09240826343015206 0.22317745886358012 -0.07683025034705865 -0.06678955754086398 0.23323755514542524 +10.0 5.990379938909798 -0.07477704040431596 -0.0908736162942266 0.07353105413822926 -0.22646126623665244 -0.23610983759431653 0.06386545448831049 +10.333333015441895 6.209615637668682 0.0694381210553012 0.08974470257595088 0.22084776294322217 -0.0791598213144645 -0.06894679397077748 0.23107781857916387 +10.333333015441895 6.190380166164326 -0.0726623355700405 -0.08766399880729872 0.07584951992841911 -0.22414286841550163 -0.23425940758101715 0.06571821228923158 +10.666666984558105 6.409615028961396 0.06709763336095527 0.08901500013049948 0.21892349247125437 -0.08108402381739326 -0.07164298409111725 0.22837930067120238 +10.666666984558105 6.390380393401886 -0.07036844942583786 -0.08540438386728795 0.07812807045857464 -0.22186429886318748 -0.23199600674301132 0.06798374309848414 +11.0 6.609614420273469 0.06507394764437424 0.08742120155250462 0.21708148635943378 -0.08292587013743812 -0.07380255363792435 0.2262174223392142 +11.0 6.590380620620086 -0.06807467862491061 -0.0831886733592664 0.08041339540605846 -0.21957892731106626 -0.22972569157621492 0.07025605418850417 +11.333333015441895 6.809613811603707 0.06318354010109355 0.08586755312878537 0.21536493873471912 -0.08464222594821107 -0.075834897260455 0.22418284437488084 +11.333333015441895 6.7903808478201215 -0.06577933173603129 -0.08214549152731423 0.08242460911428041 -0.21756802665985336 -0.22716502382057563 0.07281897528542706 +11.666666984558105 7.009613202950912 0.06142396911955189 0.08322358646515285 0.21348953420961791 -0.08651779425346147 -0.07745986150008784 0.2225561036311226 +11.666666984558105 6.99038107500319 -0.06370669146737143 -0.07969576305015773 0.08458126473734605 -0.2154112687179063 -0.22518281286968184 0.0748029260279276 +12.0 7.209612594317474 0.05956694772204444 0.08206657365201801 0.21187149595906507 -0.08813557719502704 -0.07954945021854448 0.22046441749319057 +12.0 7.190381302166901 -0.06156548408692929 -0.07805009021970737 0.08662176413914721 -0.21337090710314183 -0.22293565126262616 0.07705197326697698 +12.333333015441895 7.409611985702198 0.05789990227570983 0.08018417911219704 0.21024602369883497 -0.08976103087751003 -0.08126332906879473 0.21874877222023614 +12.333333015441895 7.39038152931245 -0.0595067723947928 -0.07551141878233089 0.08881846214751721 -0.21117390137386807 -0.22099867213631275 0.07899030203506877 +12.666666984558105 7.609611377103887 0.056268008268939025 0.07927173100054993 0.20888233040352344 -0.09112425703334323 -0.08317965518569347 0.21683032160117696 +12.666666984558105 7.590381756441035 -0.05631446072970992 -0.07387625659190296 0.09091023613238339 -0.2090822382749354 -0.21873519837294586 0.0812554572108366 +13.0 7.80961076852493 0.05382775867497092 0.07753103366427301 0.20751624296879764 -0.09249029318678029 -0.08466469228829378 0.2153436626908205 +13.0 7.790381983550265 -0.05326972498248284 -0.07265878820790111 0.09284654772759225 -0.20714621760818397 -0.21103489310318027 0.08895623020201962 +13.333333015441895 8.009610159964133 0.051513977969688825 0.0754462802130556 0.206094289655678 -0.09391237280395592 -0.09141743271774258 0.20859087177246768 +13.333333015441895 7.990382210641336 -0.05044206588619317 -0.07178950652738632 0.09456972309611429 -0.20542336406121953 -0.20412232248818696 0.0958693453139392 +13.666666984558105 8.209609551420298 0.04924381718129779 0.0730853621454683 0.20455591848828208 -0.09545089898695248 -0.09739984304869352 0.20260839378174866 +13.666666984558105 8.190382437715444 -0.047887570340443504 -0.06967177337406787 0.09641752336450597 -0.20357549914410508 -0.19837466591405484 0.10161719279106696 +14.0 8.409608942895817 0.046948492759164524 0.0720433378815523 0.2032360961633108 -0.09677048793742263 -0.1031570959706345 0.1968506519335882 +14.0 8.390382664770199 -0.04534348473528282 -0.06693070268088186 0.09825590016087982 -0.20173711813861872 -0.19306823177453572 0.10692390042119981 +14.333333015441895 8.60960833438949 0.04487871996236847 0.06980685589664781 0.20199808715143708 -0.09800832234447453 -0.10811528997305339 0.19189200562662123 +14.333333015441895 8.590382891806799 -0.042861174424070836 -0.06499503457242498 0.09979257418602416 -0.200200798249347 -0.18795672735173635 0.11203605004137256 +14.666666984558105 8.809607725900126 0.04297164016625282 0.0659113647162343 0.2005469755938678 -0.09945961620797415 -0.11216186800997324 0.18784531883413097 +14.666666984558105 8.790383118826437 -0.040681614383963685 -0.0628349757503942 0.1011772856473018 -0.1988162031107481 -0.1836218884685079 0.11637130253116164 +15.0 9.009607117430111 0.0409753461607283 0.06248891781850163 0.1990299418211888 -0.10097659326261921 -0.11599787562107645 0.18400895722111194 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/results.json new file mode 100644 index 0000000000000000000000000000000000000000..14b2f92d8b2fce7e7f2d565044f56a978576975a --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg00_1/results.json @@ -0,0 +1,7 @@ +{ + "safety": "SAFE", + "sim_time": 4.154411315917969, + "verification_time": 41.11899995803833, + "refine_time": 0, + "total_time": 45.82563233375549 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa05297f9a1d378015bd225c0fe16ebb5893be1d --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.000:0.017]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.047305744141340256 -0.08319492638111115 0.08140070736408234 -0.21756170690059662 -0.17601220309734344 0.12295021116733551 +0.3333333432674408 0.19930827617645264 -0.06392554193735123 -0.04926454275846481 0.07358131557703018 -0.22605472803115845 -0.20143240690231323 0.0982036367058754 +0.6666666865348816 0.39906564354896545 -0.07377446442842484 -0.0219724141061306 0.07069667428731918 -0.22923091053962708 -0.21824559569358826 0.081681989133358 +1.0 0.5990173816680908 -0.0781685933470726 -0.008628525771200657 0.0696687325835228 -0.23032012581825256 -0.2260059118270874 0.07398294657468796 +1.3333333730697632 0.7990099787712097 -0.07989427447319031 0.0018743425607681274 0.07057406008243561 -0.22942544519901276 -0.23036260902881622 0.06963689625263214 +1.6666666269302368 0.9990096688270569 -0.07951940596103668 0.005065011791884899 0.07174491882324219 -0.22825124859809875 -0.23078373074531555 0.06921243667602539 +2.0 1.1990071535110474 -0.07850641012191772 0.008780419826507568 0.07368288934230804 -0.22630555927753448 -0.2306957095861435 0.06929273903369904 +2.3333332538604736 1.3989994525909424 -0.07675034552812576 0.007117018103599548 0.07502510398626328 -0.22496730089187622 -0.2285257875919342 0.07146661728620529 +2.6666667461395264 1.5989943742752075 -0.07532695680856705 0.0132933733984828 0.07798304408788681 -0.2219904661178589 -0.2286369502544403 0.07133655995130539 +3.0 1.7989766597747803 -0.07266835868358612 0.01775980181992054 0.08174769580364227 -0.21820499002933502 -0.22708441317081451 0.07286827266216278 +3.3333332538604736 1.9989451169967651 -0.06911658495664597 0.023564040660858154 0.08673223108053207 -0.21318447589874268 -0.2249653935432434 0.07495131343603134 +3.6666667461395264 2.1988894939422607 -0.0644042119383812 0.025811664760112762 0.09199803322553635 -0.20790204405784607 -0.22080644965171814 0.07909362763166428 +4.0 2.398822784423828 -0.059242453426122665 0.02255968376994133 0.09635883569717407 -0.20356485247612 -0.21484375 0.08507993817329407 +4.333333492279053 2.598771810531616 -0.05473089963197708 0.030386578291654587 0.10279534012079239 -0.19706618785858154 -0.21225714683532715 0.08760438114404678 +4.666666507720947 2.7986795902252197 -0.04865451902151108 0.021814122796058655 0.10676289349794388 -0.19316574931144714 -0.20407193899154663 0.09585670381784439 +5.0 2.9986319541931152 -0.044292040169239044 0.01853240095078945 0.11031503230333328 -0.18963345885276794 -0.19889912009239197 0.10104937106370926 +5.333333492279053 3.1985976696014404 -0.04058577120304108 0.01862582005560398 0.11404439806938171 -0.18590357899665833 -0.19521594047546387 0.10473203659057617 +5.666666507720947 3.3985629081726074 -0.03686082363128662 0.014076082035899162 0.11664323508739471 -0.1833270639181137 -0.19036488234996796 0.10960541665554047 +6.0 3.598543167114258 -0.03404569998383522 0.01804717630147934 0.12044143676757812 -0.1795097291469574 -0.18853282928466797 0.11141833662986755 +6.333333492279053 3.7985105514526367 -0.030436459928750992 0.019917640835046768 0.12451286613941193 -0.1754276305437088 -0.1853857785463333 0.11455471813678741 +6.666666507720947 3.9984707832336426 -0.02645319513976574 0.014288043603301048 0.12710338830947876 -0.17286601662635803 -0.18000978231430054 0.11995962262153625 +7.0 4.198450565338135 -0.02359568327665329 0.012562526389956474 0.129533052444458 -0.17044329643249512 -0.1767244040966034 0.12325193732976913 +7.333333492279053 4.398434638977051 -0.021083243191242218 0.005405872128903866 0.13026604056358337 -0.1697295904159546 -0.17243251204490662 0.12756311893463135 +7.666666507720947 4.598431587219238 -0.020002074539661407 0.014459867961704731 0.13359710574150085 -0.16637155413627625 -0.17360123991966248 0.12636741995811462 +8.0 4.798410892486572 -0.017110202461481094 0.008020363748073578 0.13489004969596863 -0.1651003062725067 -0.16911044716835022 0.13087990880012512 +8.333333015441895 4.998404502868652 -0.015506146475672722 0.014950139448046684 0.13821448385715485 -0.16175200045108795 -0.1692267805337906 0.1307397037744522 +8.666666984558105 5.198382377624512 -0.012516229413449764 0.011158240959048271 0.14026394486427307 -0.1597174108028412 -0.16529640555381775 0.1346849501132965 +9.0 5.398369789123535 -0.010284626856446266 0.003550711553543806 0.14060209691524506 -0.1593960076570511 -0.16117136180400848 0.13882674276828766 +9.333333015441895 5.5983686447143555 -0.009574485942721367 -0.0014887331053614616 0.1400531679391861 -0.1599465161561966 -0.15920214354991913 0.14079754054546356 +9.666666984558105 5.798368453979492 -0.00987223256379366 -0.005008827894926071 0.13887369632720947 -0.16112256050109863 -0.15861815214157104 0.14137810468673706 +10.0 5.998365879058838 -0.01087399385869503 -0.011750624515116215 0.13617807626724243 -0.16380122303962708 -0.1579260528087616 0.1420532464981079 +10.333333015441895 6.198351860046387 -0.01322406530380249 -0.005431073252111673 0.1354159712791443 -0.1645796298980713 -0.16186410188674927 0.1381314992904663 +10.666666984558105 6.398348808288574 -0.01431027427315712 -0.0007769004441797733 0.13549546897411346 -0.16450445353984833 -0.1641160100698471 0.13588391244411469 +11.0 6.598348617553711 -0.014465654268860817 -0.0006356841186061502 0.13537539541721344 -0.16462455689907074 -0.16430671513080597 0.1356932371854782 +11.333333015441895 6.798348426818848 -0.014592790976166725 0.00013408419908955693 0.13544073700904846 -0.1645592749118805 -0.1646263301372528 0.13537368178367615 +11.666666984558105 6.998348236083984 -0.014565974473953247 0.009296288713812828 0.13775159418582916 -0.16223545372486115 -0.16688354313373566 0.13310350477695465 +12.0 7.198339462280273 -0.01270674355328083 0.017684677615761757 0.14169074594974518 -0.15826235711574554 -0.16710422933101654 0.13284887373447418 +12.333333015441895 7.398308277130127 -0.009169992059469223 0.011454894207417965 0.14368382096290588 -0.1562964916229248 -0.16202381253242493 0.13795650005340576 +12.666666984558105 7.598295211791992 -0.006879063323140144 0.004672888666391373 0.14428752660751343 -0.15570920705795288 -0.15804564952850342 0.1419510841369629 +13.0 7.798293113708496 -0.005944489035755396 0.011969614773988724 0.1470371037721634 -0.15294142067432404 -0.1589260846376419 0.14105243980884552 +13.333333015441895 7.998278617858887 -0.0035506230778992176 0.010902008041739464 0.14916592836380005 -0.15081626176834106 -0.1562671661376953 0.1437150239944458 +13.666666984558105 8.198266983032227 -0.0013702644500881433 0.0057883551344275475 0.150074303150177 -0.14992067217826843 -0.1528148353099823 0.14718014001846313 +14.0 8.398263931274414 -0.00021259975619614124 0.006159150041639805 0.1513243466615677 -0.14866997301578522 -0.15174953639507294 0.14824478328227997 +14.333333015441895 8.598259925842285 0.0010192225454375148 0.0017386237159371376 0.1514536589384079 -0.14854590594768524 -0.14941520988941193 0.1505843549966812 +14.666666984558105 8.798259735107422 0.001366947079077363 0.0019213010091334581 0.1518469899892807 -0.1481524556875229 -0.14911310374736786 0.15088634192943573 +15.0 8.998259544372559 0.001751207048073411 0.0001741214655339718 0.15179474651813507 -0.14820526540279388 -0.14829231798648834 0.1517076939344406 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fb7ff1c730045d9338bf7b8fd573f8b8d88c091 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/log.txt @@ -0,0 +1,447 @@ +2025-04-27 18:39:54,493 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:54,493 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:54,493 [INFO] [0.0, -0.047305743404008664, -0.08319492990387792, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:39:59,461 [INFO] Verification Begin +2025-04-27 18:39:59,461 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 18:39:59,461 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:39:59,461 [INFO] Simulating with mode cropfollow +2025-04-27 18:39:59,461 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:39:59,461 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:04,410 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:04,410 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:04,410 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:09,273 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:09,273 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:09,273 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:14,112 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:14,112 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:14,112 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:19,048 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:19,056 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:19,056 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:24,122 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:24,123 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:24,123 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:29,104 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:29,104 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:29,104 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:33,800 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:33,800 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:33,800 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:38,706 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:38,706 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:38,706 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:43,771 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:43,772 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:43,772 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:48,807 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:48,807 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:48,807 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:53,766 [INFO] 0 check bloated tube unknown +2025-04-27 18:40:53,766 [INFO] =============================================== +Mode: 0 +stack size: 2 +remainTime: 15 + +2025-04-27 18:40:53,766 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:40:53,766 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:53,766 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:53,766 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:40:58,947 [INFO] Simulating with mode cropfollow +2025-04-27 18:40:58,947 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:40:58,947 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:04,021 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:04,021 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:04,021 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:09,113 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:09,113 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:09,113 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:14,167 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:14,167 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:14,167 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:19,155 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:19,155 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:19,155 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:24,181 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:24,181 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:24,181 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:28,912 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:28,912 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:28,912 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:33,826 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:33,826 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:33,826 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:38,670 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:38,670 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:38,670 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:43,705 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:43,705 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:43,705 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:48,650 [INFO] 0 check bloated tube unknown +2025-04-27 18:41:48,650 [INFO] =============================================== +Mode: 0 +stack size: 3 +remainTime: 15 + +2025-04-27 18:41:48,650 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:41:48,650 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:48,650 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:48,650 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:53,759 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:53,759 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:53,759 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:41:58,794 [INFO] Simulating with mode cropfollow +2025-04-27 18:41:58,795 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:41:58,795 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:03,822 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:03,822 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:03,822 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:08,933 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:08,933 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:08,933 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:14,003 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:14,003 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:14,003 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:19,033 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:19,033 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:19,033 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:23,846 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:23,846 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:23,846 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:28,751 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:28,752 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:28,752 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:33,626 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:33,626 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:33,626 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:38,734 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:38,734 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:38,734 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:43,708 [INFO] 0 check bloated tube unknown +2025-04-27 18:42:43,708 [INFO] =============================================== +Mode: 0 +stack size: 4 +remainTime: 15 + +2025-04-27 18:42:43,708 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:42:43,708 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:43,708 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:43,708 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:48,814 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:48,814 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:48,814 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:53,870 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:53,870 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:53,870 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:42:58,908 [INFO] Simulating with mode cropfollow +2025-04-27 18:42:58,908 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:42:58,908 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:03,994 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:03,994 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:03,994 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:09,125 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:09,125 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:09,125 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:14,193 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:14,193 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:14,193 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:19,031 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:19,031 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:19,031 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:24,025 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:24,026 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:24,026 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:29,006 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:29,006 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:29,006 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:34,115 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:34,115 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:34,115 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:39,198 [INFO] 0 check bloated tube unknown +2025-04-27 18:43:39,198 [INFO] =============================================== +Mode: 0 +stack size: 5 +remainTime: 15 + +2025-04-27 18:43:39,198 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:43:39,198 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:39,198 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:39,198 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:44,326 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:44,326 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:44,326 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:49,394 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:49,394 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:49,394 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:54,474 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:54,474 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:54,474 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:43:59,600 [INFO] Simulating with mode cropfollow +2025-04-27 18:43:59,600 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:43:59,600 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:04,684 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:04,684 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:04,684 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:09,752 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:09,752 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:09,753 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:14,589 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:14,590 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:14,590 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:19,605 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:19,605 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:19,605 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:24,650 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:24,650 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:24,650 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:29,829 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:29,829 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:29,829 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:34,967 [INFO] 0 check bloated tube unknown +2025-04-27 18:44:34,967 [INFO] =============================================== +Mode: 0 +stack size: 6 +remainTime: 15 + +2025-04-27 18:44:34,967 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:44:34,967 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:34,967 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:34,967 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:40,151 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:40,151 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:40,151 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:45,309 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:45,309 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:45,309 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:50,420 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:50,420 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:50,420 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:44:55,440 [INFO] Simulating with mode cropfollow +2025-04-27 18:44:55,441 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:44:55,441 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:00,447 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:00,447 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:00,447 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:05,430 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:05,430 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:05,430 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:10,240 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:10,241 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:10,241 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:15,126 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:15,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:15,126 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:20,067 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:20,068 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:20,068 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:25,149 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:25,149 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:25,149 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:30,247 [INFO] 0 check bloated tube unknown +2025-04-27 18:45:30,247 [INFO] =============================================== +Mode: 0 +stack size: 7 +remainTime: 15 + +2025-04-27 18:45:30,247 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:45:30,247 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:30,247 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:30,247 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:35,338 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:35,338 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:35,338 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:40,385 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:40,385 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:40,385 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:45,435 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:45,436 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:45,436 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:50,452 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:50,452 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:50,452 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:45:55,497 [INFO] Simulating with mode cropfollow +2025-04-27 18:45:55,497 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:45:55,497 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:00,483 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:00,483 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:00,483 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:05,322 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:05,322 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:05,322 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:10,233 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:10,233 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:10,233 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:15,188 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:15,188 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:15,188 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:20,272 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:20,272 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:20,272 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:25,320 [INFO] 0 check bloated tube unknown +2025-04-27 18:46:25,320 [INFO] =============================================== +Mode: 0 +stack size: 8 +remainTime: 15 + +2025-04-27 18:46:25,320 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:46:25,320 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:25,320 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:25,320 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:30,412 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:30,412 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:30,412 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:35,509 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:35,509 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:35,509 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:40,708 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:40,708 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:40,708 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:45,952 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:45,952 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:45,953 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:51,130 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:51,130 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:51,130 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:46:56,174 [INFO] Simulating with mode cropfollow +2025-04-27 18:46:56,174 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:46:56,174 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:01,191 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:01,192 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:01,192 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:06,377 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:06,377 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:06,377 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:11,617 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:11,617 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:11,617 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:16,861 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:16,861 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:16,861 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:22,131 [INFO] 0 check bloated tube unknown +2025-04-27 18:47:22,131 [INFO] =============================================== +Mode: 0 +stack size: 9 +remainTime: 15 + +2025-04-27 18:47:22,131 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:47:22,131 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:22,131 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:22,131 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:27,407 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:27,407 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:27,407 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:32,639 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:32,639 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:32,639 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:37,754 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:37,754 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:37,754 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:42,898 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:42,898 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:42,898 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:48,151 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:48,151 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:48,151 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:53,299 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:53,299 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:53,299 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:47:58,263 [INFO] Simulating with mode cropfollow +2025-04-27 18:47:58,264 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:47:58,264 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:03,439 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:03,439 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:03,439 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:08,620 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:08,620 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:08,620 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:13,967 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:13,967 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:13,967 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:19,260 [INFO] 0 check bloated tube unknown +2025-04-27 18:48:19,260 [INFO] =============================================== +Mode: 0 +stack size: 10 +remainTime: 15 + +2025-04-27 18:48:19,260 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:48:19,260 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:19,260 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:19,260 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:24,635 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:24,635 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:24,635 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:29,901 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:29,901 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:29,901 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:34,979 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:34,979 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:34,979 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:40,205 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:40,206 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:40,206 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:45,485 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:45,485 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:45,485 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:50,698 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:50,698 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:50,698 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:48:55,783 [INFO] Simulating with mode cropfollow +2025-04-27 18:48:55,783 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:48:55,783 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:00,849 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:00,850 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:00,850 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:05,932 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:05,932 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:05,932 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:11,252 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:11,252 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.017}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:11,252 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:16,517 [INFO] 0 check bloated tube unknown +2025-04-27 18:49:16,517 [INFO] =============================================== +Mode: 0 +stack size: 11 +remainTime: 15 + +2025-04-27 18:49:16,517 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:49:16,517 [INFO] 0 is not valid anymore +2025-04-27 18:49:16,517 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 18:49:16,517 [INFO] simulation time: 4.967943429946899 +2025-04-27 18:49:16,517 [INFO] verification time: 557.0564489364624 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/results.json new file mode 100644 index 0000000000000000000000000000000000000000..f280078b270b93ca5454d9adb429703c9542c428 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg01_0/results.json @@ -0,0 +1,7 @@ +{ + "safety": "UNKNOWN", + "sim_time": 4.967943429946899, + "verification_time": 557.0564489364624, + "refine_time": null, + "total_time": 562.5758912563324 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7bfc5a3a77b91471aa318fc9d05b252d3f2f40d --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.000:0.044]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 0.01719796471297741 0.009458817541599274 0.1695559322834015 -0.130430668592453 -0.13515999913215637 0.16482660174369812 +0.3333333432674408 0.19999107718467712 0.019089700654149055 0.026647072285413742 0.1756974309682846 -0.12419606745243073 -0.1375180333852768 0.16237546503543854 +0.6666666865348816 0.3999200761318207 0.024418484419584274 0.006415747106075287 0.1760193407535553 -0.1239745020866394 -0.12718236446380615 0.17281147837638855 +1.0 0.5999159812927246 0.025701625272631645 0.0011005732230842113 0.1759766936302185 -0.12402313947677612 -0.12457343935966492 0.1754263937473297 +1.3333333730697632 0.7999159097671509 0.025921739637851715 0.010368803516030312 0.17850583791732788 -0.12147804349660873 -0.12666237354278564 0.17332151532173157 +1.6666666269302368 0.9999051690101624 0.027995463460683823 0.0031174304895102978 0.17877410352230072 -0.12122444808483124 -0.12278316915035248 0.17721538245677948 +2.0 1.199904203414917 0.02861894853413105 0.00729769142344594 0.18043936789035797 -0.11955265700817108 -0.12320147454738617 0.17679055035114288 +2.3333332538604736 1.399898886680603 0.030078474432229996 0.007382820826023817 0.18192008137702942 -0.11807176470756531 -0.12176313996315002 0.1782287061214447 +2.6666667461395264 1.5998934507369995 0.03155502676963806 0.007726096548140049 0.18348205089569092 -0.11650899052619934 -0.1203719973564148 0.17961904406547546 +3.0 1.7998874187469482 0.03310023248195648 0.002998494543135166 0.18384918570518494 -0.11614948511123657 -0.11764872074127197 0.18234995007514954 +3.3333332538604736 1.9998865127563477 0.03369992971420288 0.017989344894886017 0.18817275762557983 -0.11177870631217957 -0.12077289819717407 0.17917856574058533 +3.6666667461395264 2.1998541355133057 0.037297606468200684 0.022239120677113533 0.19281984865665436 -0.10710598528385162 -0.11822463572025299 0.181701198220253 +4.0 2.3998045921325684 0.04174506291747093 0.020007649436593056 0.19671662151813507 -0.10322333872318268 -0.11322648823261261 0.18671347200870514 +4.333333492279053 2.599764585494995 0.0457463264465332 0.011289037764072418 0.1985589861869812 -0.10142192244529724 -0.1070663332939148 0.19291457533836365 +4.666666507720947 2.7997517585754395 0.048004087060689926 -0.0011833421885967255 0.1977081596851349 -0.10229164361953735 -0.10169997811317444 0.1982998251914978 +5.0 2.999751567840576 0.04776741936802864 -8.882395923137665e-05 0.197745218873024 -0.10225479304790497 -0.1022103875875473 0.19778962433338165 +5.333333492279053 3.199751615524292 0.047749653458595276 0.001266750623472035 0.19806623458862305 -0.1019335389137268 -0.1025669276714325 0.19743284583091736 +5.666666507720947 3.3997514247894287 0.048003003001213074 0.01054451521486044 0.20063073933124542 -0.09935258328914642 -0.10462473332881927 0.19535858929157257 +6.0 3.5997402667999268 0.05011186748743057 0.01314815878868103 0.2033858597278595 -0.09658823162317276 -0.10316211730241776 0.1968119740486145 +6.333333492279053 3.799722909927368 0.05274142324924469 -0.0023255106061697006 0.20215964317321777 -0.09783956408500671 -0.0966767966747284 0.2033224105834961 +6.666666507720947 3.999722480773926 0.05227632075548172 -0.0008936321828514338 0.20205286145210266 -0.09794703871011734 -0.09750021249055862 0.20249968767166138 +7.0 4.1997222900390625 0.05209759250283241 -0.012026248499751091 0.19908025860786438 -0.10089805722236633 -0.09488508105278015 0.20509323477745056 +7.333333492279053 4.399707794189453 0.04969239979982376 -0.04404328763484955 0.18853968381881714 -0.11116940528154373 -0.08915487676858902 0.21055421233177185 +7.666666507720947 4.599514007568359 0.040886588394641876 -0.07093352824449539 0.17279088497161865 -0.12645471096038818 -0.0910177007317543 0.20822790265083313 +8.0 4.79901123046875 0.026711776852607727 -0.06888959556818008 0.1591472029685974 -0.14014121890068054 -0.10572364926338196 0.193564772605896 +8.333333015441895 4.998537063598633 0.012944752350449562 -0.06592851877212524 0.1461486965417862 -0.15319956839084625 -0.12025918811559677 0.17908908426761627 +8.666666984558105 5.1981024742126465 -0.00023140199482440948 -0.022929202765226364 0.14399738609790802 -0.1559237688779831 -0.14446018636226654 0.15546096861362457 +9.0 5.398049831390381 -0.004816840868443251 -0.04312169924378395 0.13426662981510162 -0.16545449197292328 -0.1439003199338913 0.1558208018541336 +9.333333015441895 5.597864151000977 -0.013438509777188301 -0.031353533267974854 0.12865066528320312 -0.1712018847465515 -0.15552768111228943 0.1443248689174652 +9.666666984558105 5.797765731811523 -0.019708190113306046 -0.025032246485352516 0.12398740649223328 -0.1759186089038849 -0.16340377926826477 0.1365022361278534 +10.0 5.9977030754089355 -0.024714116007089615 -0.017210451886057854 0.1209612786769867 -0.1789942979812622 -0.17038950324058533 0.12956607341766357 +10.333333015441895 6.197673320770264 -0.028156036511063576 -0.005118661560118198 0.12056233733892441 -0.17943374812602997 -0.17687441408634186 0.12312167137861252 +10.666666984558105 6.397670745849609 -0.029179764911532402 -0.018861547112464905 0.1160784512758255 -0.18386821448802948 -0.1744379848241806 0.12550868093967438 +11.0 6.597635269165039 -0.032951850444078445 0.010225692763924599 0.1195967048406601 -0.18038763105869293 -0.1855003982782364 0.11448393762111664 +11.333333015441895 6.797624588012695 -0.03090674802660942 0.013953308574855328 0.12256686389446259 -0.17740394175052643 -0.18438036739826202 0.11559043824672699 +11.666666984558105 6.997605323791504 -0.028116177767515182 -0.00043854862451553345 0.12177416682243347 -0.1782258152961731 -0.17800652980804443 0.12199345231056213 +12.0 7.197605133056641 -0.02820388786494732 0.02368229441344738 0.12767407298088074 -0.17224180698394775 -0.18408185243606567 0.11583402752876282 +12.333333015441895 7.397549152374268 -0.02346787229180336 0.020420139655470848 0.13160553574562073 -0.16833192110061646 -0.17854127287864685 0.12139618396759033 +12.666666984558105 7.597507476806641 -0.019384127110242844 0.023960508406162262 0.13656236231327057 -0.16335152089595795 -0.17533062398433685 0.12458325922489166 +13.0 7.797450065612793 -0.014592483639717102 0.005779031664133072 0.1368497759103775 -0.16314522922039032 -0.1660347431898117 0.13396026194095612 +13.333333015441895 7.997446537017822 -0.01343668345361948 -0.004035499878227711 0.13555322587490082 -0.16444434225559235 -0.16242660582065582 0.13757096230983734 +13.666666984558105 8.197444915771484 -0.014243781566619873 0.0010414840653538704 0.13601651787757874 -0.16398334503173828 -0.16450408101081848 0.13549578189849854 +14.0 8.397444725036621 -0.014035484753549099 -0.004906581714749336 0.1347360908985138 -0.16526031494140625 -0.16280704736709595 0.1371893584728241 +14.333333015441895 8.597442626953125 -0.015016796998679638 0.0012021493166685104 0.13528364896774292 -0.16471615433692932 -0.16531723737716675 0.1346825659275055 +14.666666984558105 8.797442436218262 -0.014776366762816906 -0.000820427667349577 0.1350184828042984 -0.164981409907341 -0.16457121074199677 0.13542868196964264 +15.0 8.997442245483398 -0.014940451830625534 0.021288083866238594 0.1403471827507019 -0.15958485007286072 -0.17022809386253357 0.12970393896102905 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..70c34f620eea63ecaf16c367263035dc44a2de2b --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/log.txt @@ -0,0 +1,447 @@ +2025-04-27 18:49:17,677 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:17,677 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:17,677 [INFO] [0.0, 0.01719796378828453, 0.009458817378854706, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:23,031 [INFO] Verification Begin +2025-04-27 18:49:23,032 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 18:49:23,032 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:49:23,032 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:23,032 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:23,032 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:28,425 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:28,426 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:28,426 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:33,799 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:33,800 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:33,800 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:39,115 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:39,116 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:39,116 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:44,418 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:44,418 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:44,418 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:49,714 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:49,714 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:49,714 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:49:55,055 [INFO] Simulating with mode cropfollow +2025-04-27 18:49:55,056 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:49:55,056 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:00,264 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:00,264 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:00,264 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:05,528 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:05,528 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:05,528 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:10,766 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:10,766 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:10,766 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:16,014 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:16,014 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:16,014 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:21,393 [INFO] 0 check bloated tube unknown +2025-04-27 18:50:21,393 [INFO] =============================================== +Mode: 0 +stack size: 2 +remainTime: 15 + +2025-04-27 18:50:21,393 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:50:21,393 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:21,393 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:21,393 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:26,774 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:26,774 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:26,774 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:32,113 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:32,114 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:32,114 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:37,437 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:37,437 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:37,437 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:42,867 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:42,867 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:42,867 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:48,264 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:48,264 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:48,264 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:53,555 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:53,555 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:53,555 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:50:58,704 [INFO] Simulating with mode cropfollow +2025-04-27 18:50:58,704 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:50:58,704 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:03,993 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:03,993 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:03,993 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:09,232 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:09,232 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:09,232 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:14,622 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:14,622 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:14,622 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:19,988 [INFO] 0 check bloated tube unknown +2025-04-27 18:51:19,988 [INFO] =============================================== +Mode: 0 +stack size: 3 +remainTime: 15 + +2025-04-27 18:51:19,988 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:51:19,988 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:19,988 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:19,988 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:25,348 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:25,348 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:25,348 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:30,739 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:30,739 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:30,739 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:36,259 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:36,259 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:36,259 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:41,728 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:41,728 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:41,728 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:47,126 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:47,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:47,126 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:52,565 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:52,565 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:52,565 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:51:57,917 [INFO] Simulating with mode cropfollow +2025-04-27 18:51:57,917 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:51:57,917 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:03,213 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:03,213 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:03,213 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:08,393 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:08,393 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:08,393 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:13,687 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:13,687 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:13,687 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:18,953 [INFO] 0 check bloated tube unknown +2025-04-27 18:52:18,953 [INFO] =============================================== +Mode: 0 +stack size: 4 +remainTime: 15 + +2025-04-27 18:52:18,953 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:52:18,953 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:18,953 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:18,953 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:24,387 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:24,388 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:24,388 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:29,880 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:29,880 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:29,880 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:35,503 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:35,503 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:35,503 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:41,052 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:41,052 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:41,053 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:46,430 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:46,431 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:46,431 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:51,896 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:51,896 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:51,896 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:52:57,160 [INFO] Simulating with mode cropfollow +2025-04-27 18:52:57,160 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:52:57,160 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:02,523 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:02,523 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:02,523 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:07,829 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:07,829 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:07,829 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:13,244 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:13,244 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:13,244 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:18,679 [INFO] 0 check bloated tube unknown +2025-04-27 18:53:18,680 [INFO] =============================================== +Mode: 0 +stack size: 5 +remainTime: 15 + +2025-04-27 18:53:18,680 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:53:18,680 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:18,680 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:18,680 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:24,142 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:24,142 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:24,142 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:29,575 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:29,575 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:29,575 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:35,014 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:35,014 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:35,014 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:40,444 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:40,444 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:40,444 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:45,856 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:45,857 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:45,857 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:51,259 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:51,259 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:51,259 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:53:56,530 [INFO] Simulating with mode cropfollow +2025-04-27 18:53:56,530 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:53:56,530 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:01,908 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:01,908 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:01,908 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:07,318 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:07,319 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:07,319 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:12,866 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:12,866 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:12,866 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:18,498 [INFO] 0 check bloated tube unknown +2025-04-27 18:54:18,498 [INFO] =============================================== +Mode: 0 +stack size: 6 +remainTime: 15 + +2025-04-27 18:54:18,498 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:54:18,498 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:18,498 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:18,498 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:24,193 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:24,193 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:24,193 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:29,847 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:29,847 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:29,847 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:35,443 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:35,443 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:35,443 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:40,844 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:40,844 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:40,844 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:46,078 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:46,078 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:46,078 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:51,305 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:51,305 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:51,305 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:54:56,425 [INFO] Simulating with mode cropfollow +2025-04-27 18:54:56,425 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:54:56,425 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:01,586 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:01,586 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:01,586 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:06,764 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:06,764 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:06,764 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:12,039 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:12,039 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:12,039 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:17,338 [INFO] 0 check bloated tube unknown +2025-04-27 18:55:17,338 [INFO] =============================================== +Mode: 0 +stack size: 7 +remainTime: 15 + +2025-04-27 18:55:17,338 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:55:17,338 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:17,338 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:17,338 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:22,864 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:22,864 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:22,864 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:28,366 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:28,366 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:28,366 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:33,775 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:33,775 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:33,775 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:39,172 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:39,172 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:39,172 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:44,482 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:44,482 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:44,482 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:49,819 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:49,819 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:49,819 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:55:55,080 [INFO] Simulating with mode cropfollow +2025-04-27 18:55:55,080 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:55:55,080 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:00,436 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:00,436 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:00,436 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:05,755 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:05,755 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:05,756 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:11,130 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:11,131 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:11,131 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:16,497 [INFO] 0 check bloated tube unknown +2025-04-27 18:56:16,497 [INFO] =============================================== +Mode: 0 +stack size: 8 +remainTime: 15 + +2025-04-27 18:56:16,497 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:56:16,497 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:16,497 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:16,497 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:21,964 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:21,964 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:21,964 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:27,443 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:27,443 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:27,443 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:32,958 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:32,958 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:32,958 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:38,440 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:38,440 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:38,440 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:43,901 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:43,901 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:43,901 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:49,428 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:49,429 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:49,429 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:56:54,706 [INFO] Simulating with mode cropfollow +2025-04-27 18:56:54,706 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:56:54,706 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:00,020 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:00,020 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:00,020 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:05,402 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:05,402 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:05,402 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:10,923 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:10,923 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:10,923 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:16,347 [INFO] 0 check bloated tube unknown +2025-04-27 18:57:16,347 [INFO] =============================================== +Mode: 0 +stack size: 9 +remainTime: 15 + +2025-04-27 18:57:16,347 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:57:16,347 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:16,347 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:16,348 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:21,778 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:21,778 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:21,778 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:27,312 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:27,312 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:27,313 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:32,725 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:32,725 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:32,725 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:38,203 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:38,203 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:38,203 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:43,651 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:43,651 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:43,651 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:49,139 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:49,139 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:49,139 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:54,470 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:54,470 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:54,470 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:57:59,902 [INFO] Simulating with mode cropfollow +2025-04-27 18:57:59,902 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:57:59,902 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:05,359 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:05,359 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:05,359 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:10,732 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:10,732 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:10,732 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:16,200 [INFO] 0 check bloated tube unknown +2025-04-27 18:58:16,200 [INFO] =============================================== +Mode: 0 +stack size: 10 +remainTime: 15 + +2025-04-27 18:58:16,200 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:58:16,200 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:16,200 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:16,200 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:21,687 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:21,687 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:21,687 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:27,247 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:27,247 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:27,247 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:32,720 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:32,720 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:32,720 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:38,234 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:38,235 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:38,235 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:43,667 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:43,667 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:43,667 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:49,155 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:49,155 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:49,155 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:54,564 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:54,564 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:54,564 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:58:59,917 [INFO] Simulating with mode cropfollow +2025-04-27 18:58:59,917 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:58:59,917 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:05,374 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:05,374 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:05,374 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:10,861 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:10,861 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.044}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:10,861 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:16,340 [INFO] 0 check bloated tube unknown +2025-04-27 18:59:16,340 [INFO] =============================================== +Mode: 0 +stack size: 11 +remainTime: 15 + +2025-04-27 18:59:16,340 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:59:16,340 [INFO] 0 is not valid anymore +2025-04-27 18:59:16,340 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 18:59:16,340 [INFO] simulation time: 5.354737281799316 +2025-04-27 18:59:16,340 [INFO] verification time: 593.3083212375641 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/results.json new file mode 100644 index 0000000000000000000000000000000000000000..6ac4dc3f919504c3f5f8df0b1477a7065b910356 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg02_5/results.json @@ -0,0 +1,7 @@ +{ + "safety": "UNKNOWN", + "sim_time": 5.354737281799316, + "verification_time": 593.3083212375641, + "refine_time": null, + "total_time": 599.2249357700348 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..50459ef1dbf8cf28cac77e4a78c2fa6400ae2c6e --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.000:0.087]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.0821494609117508 0.05337495356798172 0.08097432553768158 -0.21859844028949738 -0.24527324736118317 0.05429951846599579 +0.3333333432674408 0.19971518218517303 -0.07147953659296036 0.04065433144569397 0.08855731040239334 -0.21119481325149536 -0.23151639103889465 0.06823573261499405 +0.6666666865348816 0.3995499312877655 -0.06335090845823288 0.04283566400408745 0.0972171351313591 -0.20250767469406128 -0.22391894459724426 0.07580586522817612 +1.0 0.5993664860725403 -0.05478639528155327 0.04186425358057022 0.10554517805576324 -0.19419197738170624 -0.21511797606945038 0.0846191793680191 +1.3333333730697632 0.7991912364959717 -0.046415988355875015 0.08094089478254318 0.12330608069896698 -0.1757117658853531 -0.2161380499601364 0.08287979662418365 +1.6666666269302368 0.9985364675521851 -0.030245477333664894 0.056288059800863266 0.13358153402805328 -0.16594333946704865 -0.19407249987125397 0.10545238107442856 +2.0 1.1982197761535645 -0.018993809819221497 0.07643058896064758 0.14965733885765076 -0.149466872215271 -0.18764495849609375 0.111479252576828 +2.3333332538604736 1.3976359367370605 -0.003722570836544037 0.03458889573812485 0.15483322739601135 -0.1449873447418213 -0.16227835416793823 0.1375422179698944 +2.6666667461395264 1.5975162982940674 0.003193829208612442 -0.005185719579458237 0.15189537405967712 -0.1481005847454071 -0.14550772309303284 0.1544882357120514 +3.0 1.7975136041641235 0.002156689763069153 -0.03326621651649475 0.14375868439674377 -0.1560753583908081 -0.13944530487060547 0.1603887379169464 +3.3333332538604736 1.9974029064178467 -0.004495326429605484 -0.030888043344020844 0.13771234452724457 -0.16214455664157867 -0.14670298993587494 0.1531539112329483 +3.6666667461395264 2.197307586669922 -0.010671952739357948 -0.04559570178389549 0.12777717411518097 -0.17191104590892792 -0.14912109076976776 0.15056712925434113 +4.0 2.397099733352661 -0.01978793367743492 -0.0233926959335804 0.12432338297367096 -0.17559455335140228 -0.1638992577791214 0.13601867854595184 +4.333333492279053 2.5970449447631836 -0.024466047063469887 -0.01084922906011343 0.12281288951635361 -0.17716948688030243 -0.17174498736858368 0.12823738157749176 +4.666666507720947 2.7970333099365234 -0.026635849848389626 -0.0025977743789553642 0.12271421402692795 -0.17728479206562042 -0.1759859174489975 0.12401308864355087 +5.0 2.997032642364502 -0.027155404910445213 -0.016736362129449844 0.11863970011472702 -0.1813182830810547 -0.17295050621032715 0.12700748443603516 +5.333333492279053 3.197004556655884 -0.030502520501613617 0.005361929535865784 0.1208358034491539 -0.17915987968444824 -0.18184083700180054 0.1181548461318016 +5.666666507720947 3.3970017433166504 -0.029430139809846878 -0.0110277459025383 0.11780387163162231 -0.18217790126800537 -0.17666414380073547 0.12331762909889221 +6.0 3.596989631652832 -0.031635645776987076 0.002161582000553608 0.11890441179275513 -0.1810949146747589 -0.18217569589614868 0.11782363057136536 +6.333333492279053 3.7969892024993896 -0.03120332956314087 0.0002025614958256483 0.1188473105430603 -0.18115270137786865 -0.18125396966934204 0.11874604225158691 +6.666666507720947 3.9969892501831055 -0.031162817031145096 -0.029133262112736702 0.11149126291275024 -0.18838146328926086 -0.17381688952445984 0.12605583667755127 +7.0 4.196904182434082 -0.036988645792007446 -0.015611562877893448 0.10909035801887512 -0.19087311625480652 -0.18306764960289001 0.11689582467079163 +7.333333492279053 4.39687967300415 -0.04011083021759987 -0.03704075515270233 0.10052821040153503 -0.19926601648330688 -0.18074986338615417 0.11904436349868774 +7.666666507720947 4.596742630004883 -0.047517288476228714 -0.05979159101843834 0.0872756689786911 -0.2121882289648056 -0.18231023848056793 0.11715365946292877 +8.0 4.796385288238525 -0.05946848541498184 -0.05476103723049164 0.07662325352430344 -0.222927063703537 -0.19556021690368652 0.1039901003241539 +8.333333015441895 4.9960856437683105 -0.07041522115468979 -0.06739623844623566 0.062407948076725006 -0.23691099882125854 -0.20323839783668518 0.09608054906129837 +8.666666984558105 5.195631504058838 -0.08388426899909973 -0.00020416826009750366 0.06606470048427582 -0.23393531143665314 -0.23383323848247528 0.06616677343845367 +9.0 5.395631313323975 -0.08392510563135147 0.021020323038101196 0.07129646092653275 -0.22863727807998657 -0.23914667963981628 0.06078705936670303 +9.333333015441895 5.595587253570557 -0.0797213464975357 0.010764027014374733 0.07296092808246613 -0.2270217090845108 -0.23240362107753754 0.06757901608943939 +9.666666984558105 5.7955756187438965 -0.07756858319044113 0.02061900496482849 0.07755392044782639 -0.2223823070526123 -0.23269107937812805 0.06724514812231064 +10.0 5.995532989501953 -0.07344507426023483 0.02323908545076847 0.08232367783784866 -0.21759533882141113 -0.22921383380889893 0.07070518285036087 +10.333333015441895 6.195478916168213 -0.06879767775535583 0.00036510080099105835 0.08129358291625977 -0.2187063992023468 -0.21888893842697144 0.08111104369163513 +10.666666984558105 6.39547872543335 -0.06872465461492538 0.010259011760354042 0.08383216708898544 -0.21615204215049744 -0.22128146886825562 0.07870274037122726 +11.0 6.595468044281006 -0.06667289137840271 0.04959072172641754 0.09553530812263489 -0.20409590005874634 -0.2288810908794403 0.07075011730194092 +11.333333015441895 6.795222282409668 -0.056758813560009 0.06424148380756378 0.10898109525442123 -0.19040006399154663 -0.22249871492385864 0.07688244432210922 +11.666666984558105 6.994809627532959 -0.04391935095191002 0.032662708312273026 0.11416487395763397 -0.18567512929439545 -0.2020035833120346 0.09783641993999481 +12.0 7.194703102111816 -0.037387970834970474 0.04818154498934746 0.12447868287563324 -0.17517317831516266 -0.1992546170949936 0.10039724409580231 +12.333333015441895 7.394471168518066 -0.027755388990044594 0.02174936793744564 0.1276460438966751 -0.17228300869464874 -0.1831568330526352 0.11677222698926926 +12.666666984558105 7.594423770904541 -0.023405857384204865 0.05800299346446991 0.1408345103263855 -0.15866100788116455 -0.18764623999595642 0.11184928566217422 +13.0 7.7940874099731445 -0.011811761185526848 0.03764450550079346 0.14749087393283844 -0.15229658782482147 -0.17111440002918243 0.12867306172847748 +13.333333015441895 7.993945598602295 -0.004284637980163097 0.017011070623993874 0.14994624257087708 -0.1500103771686554 -0.15851551294326782 0.14144110679626465 +13.666666984558105 8.193916320800781 -0.0008825876284390688 0.014428351074457169 0.1527087688446045 -0.14726001024246216 -0.1544739305973053 0.14549484848976135 +14.0 8.393895149230957 0.0020029826555401087 -0.00450076162815094 0.15087628364562988 -0.14912068843841553 -0.14687031507492065 0.15312665700912476 +14.333333015441895 8.593893051147461 0.0011028333101421595 -0.01890062354505062 0.1463511735200882 -0.15359525382518768 -0.14414550364017487 0.155800923705101 +14.666666984558105 8.79385757446289 -0.0026770667172968388 0.00027659349143505096 0.14739206433296204 -0.15260791778564453 -0.15274620056152344 0.14725378155708313 +15.0 8.993857383728027 -0.0026217480190098286 0.006513564847409725 0.14900344610214233 -0.15099018812179565 -0.1542469561100006 0.14574667811393738 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..dca921c3726b1bbcfdc40cf7bb4ce6d2a6659a8a --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/log.txt @@ -0,0 +1,447 @@ +2025-04-27 18:59:17,480 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:17,480 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:17,480 [INFO] [0.0, -0.08214945910929183, 0.05337495360249181, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:23,011 [INFO] Verification Begin +2025-04-27 18:59:23,011 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 18:59:23,011 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 18:59:23,011 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:23,011 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:23,011 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:28,539 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:28,540 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:28,540 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:34,173 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:34,173 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:34,173 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:39,696 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:39,696 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:39,696 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:45,355 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:45,355 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:45,356 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:50,864 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:50,864 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:50,864 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 18:59:56,462 [INFO] Simulating with mode cropfollow +2025-04-27 18:59:56,462 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 18:59:56,462 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:01,963 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:01,964 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:01,964 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:07,622 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:07,622 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:07,622 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:13,137 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:13,137 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:13,137 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:18,664 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:18,665 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:18,665 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:24,165 [INFO] 0 check bloated tube unknown +2025-04-27 19:00:24,165 [INFO] =============================================== +Mode: 0 +stack size: 2 +remainTime: 15 + +2025-04-27 19:00:24,165 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:00:24,165 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:24,165 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:24,165 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:29,803 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:29,803 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:29,803 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:35,372 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:35,372 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:35,372 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:41,035 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:41,035 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:41,035 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:46,964 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:46,964 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:46,964 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:52,671 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:52,671 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:52,671 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:00:58,271 [INFO] Simulating with mode cropfollow +2025-04-27 19:00:58,271 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:00:58,271 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:03,657 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:03,657 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:03,657 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:09,121 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:09,122 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:09,122 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:14,530 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:14,530 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:14,530 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:20,093 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:20,093 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:20,093 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:25,651 [INFO] 0 check bloated tube unknown +2025-04-27 19:01:25,652 [INFO] =============================================== +Mode: 0 +stack size: 3 +remainTime: 15 + +2025-04-27 19:01:25,652 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:01:25,652 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:25,652 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:25,652 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:31,332 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:31,332 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:31,332 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:37,012 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:37,012 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:37,012 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:42,737 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:42,737 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:42,737 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:48,554 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:48,554 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:48,554 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:54,151 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:54,151 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:54,151 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:01:59,925 [INFO] Simulating with mode cropfollow +2025-04-27 19:01:59,925 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:01:59,925 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:05,501 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:05,501 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:05,501 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:11,158 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:11,158 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:11,158 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:16,814 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:16,814 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:16,814 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:22,437 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:22,437 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:22,437 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:28,179 [INFO] 0 check bloated tube unknown +2025-04-27 19:02:28,179 [INFO] =============================================== +Mode: 0 +stack size: 4 +remainTime: 15 + +2025-04-27 19:02:28,179 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:02:28,179 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:28,179 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:28,179 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:34,016 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:34,016 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:34,016 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:39,692 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:39,692 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:39,692 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:45,446 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:45,446 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:45,446 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:51,271 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:51,271 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:51,271 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:02:56,871 [INFO] Simulating with mode cropfollow +2025-04-27 19:02:56,871 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:02:56,871 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:02,486 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:02,486 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:02,486 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:07,984 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:07,984 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:07,984 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:13,564 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:13,564 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:13,564 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:19,016 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:19,016 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:19,016 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:24,624 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:24,625 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:24,625 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:30,236 [INFO] 0 check bloated tube unknown +2025-04-27 19:03:30,237 [INFO] =============================================== +Mode: 0 +stack size: 5 +remainTime: 15 + +2025-04-27 19:03:30,237 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:03:30,237 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:30,237 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:30,237 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:36,001 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:36,001 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:36,001 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:41,745 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:41,745 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:41,745 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:47,635 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:47,635 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:47,635 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:53,618 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:53,618 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:53,618 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:03:59,412 [INFO] Simulating with mode cropfollow +2025-04-27 19:03:59,412 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:03:59,412 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:05,281 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:05,281 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:05,281 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:10,995 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:10,995 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:10,995 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:16,751 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:16,751 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:16,751 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:22,349 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:22,349 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:22,349 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:28,150 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:28,150 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:28,150 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:33,830 [INFO] 0 check bloated tube unknown +2025-04-27 19:04:33,830 [INFO] =============================================== +Mode: 0 +stack size: 6 +remainTime: 15 + +2025-04-27 19:04:33,830 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:04:33,830 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:33,830 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:33,830 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:39,643 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:39,643 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:39,643 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:45,361 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:45,361 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:45,361 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:51,092 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:51,092 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:51,092 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:04:56,921 [INFO] Simulating with mode cropfollow +2025-04-27 19:04:56,921 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:04:56,921 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:02,574 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:02,575 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:02,575 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:08,126 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:08,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:08,126 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:13,688 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:13,688 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:13,688 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:19,286 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:19,286 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:19,286 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:24,717 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:24,717 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:24,717 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:30,351 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:30,351 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:30,351 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:35,961 [INFO] 0 check bloated tube unknown +2025-04-27 19:05:35,961 [INFO] =============================================== +Mode: 0 +stack size: 7 +remainTime: 15 + +2025-04-27 19:05:35,961 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:05:35,961 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:35,961 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:35,961 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:41,682 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:41,682 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:41,682 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:47,368 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:47,368 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:47,368 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:53,090 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:53,090 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:53,090 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:05:58,895 [INFO] Simulating with mode cropfollow +2025-04-27 19:05:58,895 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:05:58,895 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:04,496 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:04,496 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:04,496 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:10,120 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:10,120 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:10,120 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:15,675 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:15,675 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:15,675 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:21,325 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:21,326 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:21,326 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:26,851 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:26,852 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:26,852 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:32,830 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:32,830 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:32,830 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:38,531 [INFO] 0 check bloated tube unknown +2025-04-27 19:06:38,531 [INFO] =============================================== +Mode: 0 +stack size: 8 +remainTime: 15 + +2025-04-27 19:06:38,531 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:06:38,531 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:38,531 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:38,531 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:44,315 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:44,315 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:44,315 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:50,062 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:50,062 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:50,062 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:06:55,860 [INFO] Simulating with mode cropfollow +2025-04-27 19:06:55,860 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:06:55,860 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:01,736 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:01,736 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:01,736 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:07,284 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:07,284 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:07,284 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:12,942 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:12,942 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:12,942 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:18,427 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:18,427 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:18,427 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:24,030 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:24,030 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:24,030 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:29,542 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:29,542 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:29,543 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:35,199 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:35,199 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:35,199 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:40,803 [INFO] 0 check bloated tube unknown +2025-04-27 19:07:40,803 [INFO] =============================================== +Mode: 0 +stack size: 9 +remainTime: 15 + +2025-04-27 19:07:40,803 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:07:40,803 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:40,803 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:40,803 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:46,518 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:46,518 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:46,518 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:52,268 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:52,268 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:52,269 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:07:57,877 [INFO] Simulating with mode cropfollow +2025-04-27 19:07:57,878 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:07:57,878 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:03,712 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:03,712 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:03,712 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:09,283 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:09,283 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:09,283 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:14,902 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:14,902 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:14,902 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:20,396 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:20,396 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:20,396 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:25,933 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:25,933 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:25,933 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:31,463 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:31,463 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:31,463 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:37,130 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:37,130 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:37,130 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:42,731 [INFO] 0 check bloated tube unknown +2025-04-27 19:08:42,731 [INFO] =============================================== +Mode: 0 +stack size: 10 +remainTime: 15 + +2025-04-27 19:08:42,731 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:08:42,731 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:42,731 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:42,731 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:48,465 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:48,465 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:48,465 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:54,234 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:54,234 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:54,234 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:08:59,996 [INFO] Simulating with mode cropfollow +2025-04-27 19:08:59,996 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:08:59,996 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:05,927 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:05,927 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:05,927 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:11,521 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:11,521 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:11,521 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:17,205 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:17,205 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:17,205 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:22,812 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:22,812 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:22,812 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:28,413 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:28,413 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:28,413 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:33,960 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:33,960 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:33,960 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:39,656 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:39,656 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.087}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:39,656 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:45,325 [INFO] 0 check bloated tube unknown +2025-04-27 19:09:45,325 [INFO] =============================================== +Mode: 0 +stack size: 11 +remainTime: 15 + +2025-04-27 19:09:45,325 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:09:45,325 [INFO] 0 is not valid anymore +2025-04-27 19:09:45,325 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 19:09:45,325 [INFO] simulation time: 5.530649662017822 +2025-04-27 19:09:45,325 [INFO] verification time: 622.3146340847015 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/results.json new file mode 100644 index 0000000000000000000000000000000000000000..e301953d5a8872285f2c670cc45615c172517b33 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg05_0/results.json @@ -0,0 +1,7 @@ +{ + "safety": "UNKNOWN", + "sim_time": 5.530649662017822, + "verification_time": 622.3146340847015, + "refine_time": null, + "total_time": 628.3983600139618 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/Traj.txt deleted file mode 100644 index 2dde0ffde1a6ffcbabc90978a267c2605084fa2f..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:0.02]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 0.03661482781171799 0.06015415117144585 0.20137301087379456 -0.09808439761400223 -0.1281433403491974 0.1713140606880188 -0.3333333432674408 0.1996382772922516 0.04863840341567993 0.038421645760536194 0.20813076198101044 -0.09164784848690033 -0.11085395514965057 0.1889246553182602 -0.6666666865348816 0.39949068427085876 0.05632084235548973 0.020703162997961044 0.21146413683891296 -0.08847159147262573 -0.0988224446773529 0.2011132836341858 -1.0 0.5994478464126587 0.06046117842197418 0.007754816673696041 0.21239537000656128 -0.08759564161300659 -0.09147301316261292 0.20851799845695496 -1.3333333730697632 0.7994418740272522 0.06201212480664253 -0.002549072727560997 0.21137438714504242 -0.08862467110157013 -0.08735014498233795 0.2126489132642746 -1.6666666269302368 0.9994412660598755 0.06150231137871742 -0.010043825954198837 0.20898382365703583 -0.09100104868412018 -0.08597920835018158 0.21400566399097443 -2.0 1.1994311809539795 0.05949357897043228 -0.015161017887294292 0.20568624138832092 -0.09427929669618607 -0.08669907599687576 0.21326646208763123 -2.3333332538604736 1.399408221244812 0.05646149069070816 -0.018293209373950958 0.2018633484840393 -0.09808646887540817 -0.08894037455320358 0.2110094428062439 -2.6666667461395264 1.599374771118164 0.052803054451942444 -0.020627036690711975 0.19761475920677185 -0.10232144594192505 -0.09200865030288696 0.20792755484580994 -3.0 1.7993322610855103 0.04867793992161751 -0.02245466783642769 0.19302694499492645 -0.10689745843410492 -0.09567107260227203 0.20425333082675934 -3.3333332538604736 1.999281883239746 0.044187381863594055 -0.022930961102247238 0.18841570615768433 -0.1115054190158844 -0.10004094243049622 0.1998801827430725 -3.6666667461395264 2.1992292404174805 0.03960159048438072 -0.022756218910217285 0.1838742047548294 -0.11604814231395721 -0.10467101633548737 0.19525133073329926 -4.0 2.3991775512695312 0.03505073860287666 -0.02157539688050747 0.17962239682674408 -0.1203077882528305 -0.10952092707157135 0.19040925800800323 -4.333333492279053 2.5991311073303223 0.03073599375784397 -0.02076156996190548 0.17551365494728088 -0.12442169338464737 -0.11404166370630264 0.1858936846256256 -4.666666507720947 2.7990880012512207 0.026583977043628693 -0.018933935090899467 0.1718238890171051 -0.12812235951423645 -0.11865594238042831 0.18129029870033264 -5.0 2.999052047729492 0.022797416895627975 -0.017982419580221176 0.1682778000831604 -0.1316736936569214 -0.12268295884132385 0.17726853489875793 -5.333333492279053 3.19901967048645 0.0192011259496212 -0.01593046635389328 0.1651996523141861 -0.13476230204105377 -0.1267973929643631 0.17316456139087677 -5.666666507720947 3.398994207382202 0.01601516827940941 -0.0144869489595294 0.16237783432006836 -0.1375907063484192 -0.13034749031066895 0.1696210503578186 -6.0 3.598973274230957 0.013117879629135132 -0.012986000627279282 0.1598588228225708 -0.140115886926651 -0.13362306356430054 0.16635164618492126 -6.333333492279053 3.7989563941955566 0.010520752519369125 -0.01113551389425993 0.15772764384746552 -0.14225377142429352 -0.13668613135814667 0.16329528391361237 -6.666666507720947 3.998944044113159 0.008293695747852325 -0.008994413539767265 0.1560390591621399 -0.14394882321357727 -0.13945168256759644 0.16053619980812073 -7.0 4.1989359855651855 0.0064948368817567825 -0.007654293440282345 0.15457689762115479 -0.1454143226146698 -0.14158722758293152 0.15840399265289307 -7.333333492279053 4.398930072784424 0.004963993094861507 -0.006471235770732164 0.1533430516719818 -0.14665067195892334 -0.14341506361961365 0.1565786600112915 -7.666666507720947 4.598926067352295 0.003669754834845662 -0.005107562988996506 0.15239092707633972 -0.14760518074035645 -0.14505141973495483 0.15494468808174133 -8.0 4.798923492431641 0.0026482464745640755 -0.004515143111348152 0.15151794254779816 -0.14847899973392487 -0.14622144401073456 0.15377549827098846 -8.333333015441895 4.9989213943481445 0.0017452208558097482 -0.0034384755417704582 0.1508847326040268 -0.1491135209798813 -0.14739428460597992 0.15260396897792816 -8.666666984558105 5.198920249938965 0.0010575270280241966 -0.0022924502845853567 0.15048402547836304 -0.14951521158218384 -0.1483689844608307 0.1516302525997162 -9.0 5.398919582366943 0.0005990373902022839 -0.0022611382883042097 0.1500333696603775 -0.14996586740016937 -0.14883528649806976 0.1511639505624771 -9.333333015441895 5.598918914794922 0.0001468100817874074 -0.0018438949482515454 0.1496855914592743 -0.15031391382217407 -0.14939197897911072 0.15060752630233765 -9.666666984558105 5.798918724060059 -0.00022196871577762067 -0.001979147782549262 0.14928294718265533 -0.15071646869182587 -0.14972688257694244 0.15027253329753876 -10.0 5.998918533325195 -0.000617798010352999 -0.0011895782081410289 0.14908470213413239 -0.15091510117053986 -0.15032030642032623 0.149679496884346 -10.333333015441895 6.198918342590332 -0.0008557136170566082 -0.0013256785459816456 0.14881274104118347 -0.151187002658844 -0.15052416920661926 0.1494755744934082 -10.666666984558105 6.398918151855469 -0.0011208492796868086 -0.000622210674919188 0.1487235724925995 -0.1512763798236847 -0.15096527338027954 0.14903467893600464 -11.0 6.5989179611206055 -0.0012452914379537106 4.52490639872849e-05 0.14876602590084076 -0.1512339860200882 -0.15125660598278046 0.1487434059381485 -11.333333015441895 6.798917770385742 -0.0012362416600808501 0.00031315782689489424 0.14884203672409058 -0.151157945394516 -0.15131452679634094 0.14868545532226562 -11.666666984558105 6.998917579650879 -0.0011736101005226374 0.0007204283028841019 0.14900647103786469 -0.1509934812784195 -0.15135370194911957 0.1486462503671646 -12.0 7.198917388916016 -0.0010295244865119457 0.0011926299193874002 0.14926853775978088 -0.15073126554489136 -0.15132758021354675 0.1486722230911255 -12.333333015441895 7.398917198181152 -0.0007909985142759979 0.0018507386557757854 0.14967143535614014 -0.15032806992530823 -0.15125343203544617 0.1487460732460022 -12.666666984558105 7.598917007446289 -0.0004208509926684201 0.0011130392085760832 0.1498573273420334 -0.15014250576496124 -0.15069903433322906 0.14930079877376556 -13.0 7.798916816711426 -0.0001982431858778 0.0006869052303954959 0.14997345209121704 -0.15002650022506714 -0.15036994218826294 0.14963001012802124 -13.333333015441895 7.9989166259765625 -6.086213397793472e-05 -3.36411758325994e-05 0.14993074536323547 -0.15006926655769348 -0.15005245804786682 0.14994755387306213 -13.666666984558105 8.1989164352417 -6.759037205483764e-05 0.00010031319106929004 0.14995749294757843 -0.15004251897335052 -0.15009267628192902 0.14990733563899994 -14.0 8.398916244506836 -4.7527733840979636e-05 -0.0003450442454777658 0.14986619353294373 -0.15013378858566284 -0.14996126294136047 0.1500387191772461 -14.333333015441895 8.598916053771973 -0.00011653659021249041 -0.0009771313052624464 0.1496390998363495 -0.15036076307296753 -0.14987218379974365 0.15012767910957336 -14.666666984558105 8.79891586303711 -0.0003119628527201712 -0.0003815194359049201 0.14959265291690826 -0.1504073292016983 -0.15021656453609467 0.1497834175825119 -15.0 8.998915672302246 -0.0003882667515426874 0.0005996293621137738 0.1497616171836853 -0.15023833513259888 -0.1505381464958191 0.1494618058204651 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/log.txt deleted file mode 100644 index 04226f101ddc6f0d2c0adb357ef3cf1786d702de..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/log.txt +++ /dev/null @@ -1,139 +0,0 @@ -2025-04-27 17:31:14,153 [INFO] Simulating with mode cropfollow -2025-04-27 17:31:14,153 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:31:14,153 [INFO] [0.0, 0.03661482728875426, 0.06015415293646589, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:31:31,254 [INFO] Verification Begin -2025-04-27 17:31:31,254 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 17:31:31,254 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:31:31,254 [INFO] Simulating with mode cropfollow -2025-04-27 17:31:31,254 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:31:31,254 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:31:49,331 [INFO] Simulating with mode cropfollow -2025-04-27 17:31:49,332 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:31:49,332 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:32:06,606 [INFO] Simulating with mode cropfollow -2025-04-27 17:32:06,606 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:32:06,606 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:32:25,894 [INFO] Simulating with mode cropfollow -2025-04-27 17:32:25,894 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:32:25,894 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:32:44,241 [INFO] Simulating with mode cropfollow -2025-04-27 17:32:44,241 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:32:44,241 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:33:01,130 [INFO] Simulating with mode cropfollow -2025-04-27 17:33:01,131 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:33:01,131 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:33:18,377 [INFO] Simulating with mode cropfollow -2025-04-27 17:33:18,377 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:33:18,377 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:33:36,046 [INFO] Simulating with mode cropfollow -2025-04-27 17:33:36,046 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:33:36,047 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:33:54,047 [INFO] Simulating with mode cropfollow -2025-04-27 17:33:54,047 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:33:54,047 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:34:12,349 [INFO] Simulating with mode cropfollow -2025-04-27 17:34:12,349 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:34:12,349 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:34:30,723 [INFO] Simulating with mode cropfollow -2025-04-27 17:34:30,723 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:34:30,723 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:34:48,679 [INFO] 0 check bloated tube unknown -2025-04-27 17:34:48,679 [INFO] =============================================== -Mode: 0 -stack size: 2 -remainTime: 15 - -2025-04-27 17:34:48,679 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:34:48,679 [INFO] Simulating with mode cropfollow -2025-04-27 17:34:48,679 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:34:48,679 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:35:07,412 [INFO] Simulating with mode cropfollow -2025-04-27 17:35:07,412 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:35:07,412 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:35:25,870 [INFO] Simulating with mode cropfollow -2025-04-27 17:35:25,870 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:35:25,870 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:35:44,173 [INFO] Simulating with mode cropfollow -2025-04-27 17:35:44,174 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:35:44,174 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:36:04,016 [INFO] Simulating with mode cropfollow -2025-04-27 17:36:04,016 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:36:04,016 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:36:22,442 [INFO] Simulating with mode cropfollow -2025-04-27 17:36:22,442 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:36:22,442 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:36:40,970 [INFO] Simulating with mode cropfollow -2025-04-27 17:36:40,970 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:36:40,970 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:36:58,435 [INFO] Simulating with mode cropfollow -2025-04-27 17:36:58,435 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:36:58,435 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:37:16,850 [INFO] Simulating with mode cropfollow -2025-04-27 17:37:16,850 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:37:16,850 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:37:35,368 [INFO] Simulating with mode cropfollow -2025-04-27 17:37:35,368 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:37:35,368 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:37:54,204 [INFO] Simulating with mode cropfollow -2025-04-27 17:37:54,204 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:37:54,204 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:38:13,632 [INFO] Mode 0 check bloated tube safe -2025-04-27 17:38:13,632 [INFO] No child exist in current initial, pop -2025-04-27 17:38:13,632 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 17:38:13,632 [INFO] Lower Bound: [0.0, -0.1, 0.0, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:38:13,632 [INFO] Simulating with mode cropfollow -2025-04-27 17:38:13,632 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:38:13,632 [INFO] [0.0, 0.0, 0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:38:32,957 [INFO] Simulating with mode cropfollow -2025-04-27 17:38:32,957 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:38:32,957 [INFO] [0.0, -0.01940758680886745, 0.1576666276102461, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:38:51,694 [INFO] Simulating with mode cropfollow -2025-04-27 17:38:51,694 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:38:51,694 [INFO] [0.0, -0.034665496387149705, 0.052601525035312374, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:39:10,031 [INFO] Simulating with mode cropfollow -2025-04-27 17:39:10,031 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:39:10,031 [INFO] [0.0, 0.07665289804869688, 0.11520912960712482, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:39:28,176 [INFO] Simulating with mode cropfollow -2025-04-27 17:39:28,177 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:39:28,177 [INFO] [0.0, 0.046257448675656454, 0.16422587852690002, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:39:46,583 [INFO] Simulating with mode cropfollow -2025-04-27 17:39:46,583 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:39:46,583 [INFO] [0.0, -0.03345710164017601, 0.053205967531253014, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:40:05,705 [INFO] Simulating with mode cropfollow -2025-04-27 17:40:05,705 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:40:05,705 [INFO] [0.0, 0.027648412052970667, 0.039338287024141, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:40:24,735 [INFO] Simulating with mode cropfollow -2025-04-27 17:40:24,735 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:40:24,735 [INFO] [0.0, -0.012766788591394379, 0.12173955729729517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:40:42,996 [INFO] Simulating with mode cropfollow -2025-04-27 17:40:42,996 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:40:42,996 [INFO] [0.0, -0.02733756141935624, 0.0626722226960066, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:41:01,619 [INFO] Simulating with mode cropfollow -2025-04-27 17:41:01,619 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:41:01,619 [INFO] [0.0, -0.02887357625434564, 0.033698002045816626, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:41:19,895 [INFO] Simulating with mode cropfollow -2025-04-27 17:41:19,895 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.02}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:41:19,895 [INFO] [0.0, -0.06804166442991832, 0.07471202942191, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:41:38,546 [INFO] Mode 0 check bloated tube safe -2025-04-27 17:41:38,546 [INFO] No child exist in current initial, pop -2025-04-27 17:41:38,546 [INFO] System is Safe! -2025-04-27 17:41:38,546 [INFO] refine time 1 -2025-04-27 17:41:38,547 [INFO] simulation time: 17.100579500198364 -2025-04-27 17:41:38,547 [INFO] verification time: 607.2933528423309 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/reachtube.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/reachtube.txt deleted file mode 100644 index 13f37c0d75a7f839a28cbd4f99d8b1c391aa00c0..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/reachtube.txt +++ /dev/null @@ -1,182 +0,0 @@ -cropfollow/pn=[0.00:0.02]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 -0.0 0.0 -0.13444186533436703 -0.17499999850988388 -0.013789936936442398 -0.31239024181078545 -0.271374929606777 0.02901279974771115 -0.3333333432674408 0.20153558372651173 0.1 0.035837764683334175 0.24574567381197646 -0.05438863854695683 -0.03049151235832616 0.26785537552046207 -0.3333333432674408 0.19693419218863414 -0.15736045769240625 -0.16575404519137554 -0.024404318238150452 -0.3239024039962648 -0.30093795244923915 0.0006647232397182234 -0.6666666865348816 0.40238664009454433 0.09948650533900188 0.07115241141556275 0.24574567381197646 -0.05438863854695683 -0.03049151235832616 0.26785537552046207 -0.6666666865348816 0.3952395572435599 -0.17079478319917704 -0.16107191891907227 -0.028890719397531572 -0.32857208030850704 -0.31599133916007505 -0.015145416992449534 -1.0 0.6027491595502117 0.09644010743882425 0.09307978592160943 0.24070853104675946 -0.05918710859032883 -0.03720697576769505 0.2605840739385502 -1.0 0.5944728348498127 -0.17626608972926125 -0.15072770706657174 -0.03097354697206492 -0.33074678363336846 -0.3270282130629595 -0.02706555198408428 -1.3333333730697632 0.8028746956467131 0.09189659174715067 0.1081551845572365 0.23545794723795516 -0.06461150867312138 -0.0483722715844013 0.2505326230700252 -1.3333333730697632 0.7941812163711092 -0.17894775500537932 -0.1397437836430443 -0.031075990969059858 -0.33088734441605794 -0.3325089242843298 -0.032512622402360275 -1.6666666269302368 1.00294914266575 0.08583991294283852 0.12087462161246068 0.2326131396196174 -0.06753878412709907 -0.055463733157438494 0.24449876617170635 -1.6666666269302368 0.9940569160271823 -0.1795034087569577 -0.13118448172274358 -0.031075990969059858 -0.33088734441605794 -0.3352895909106756 -0.035290673501641084 -2.0 1.2030481537059645 0.08220411917211592 0.13139749313715715 0.23244431360106219 -0.06773413044672255 -0.06165328355754335 0.2383424513799451 -2.0 1.1939526359363695 -0.1795034087569577 -0.1248915604782464 -0.029624996021792777 -0.32944341676969285 -0.335628745926826 -0.03563925418339273 -2.3333332538604736 1.4031510978211315 0.08087480467797598 0.13893665401258856 0.23405953481738254 -0.06610465493156673 -0.06514093939900151 0.23485700798764877 -2.3333332538604736 1.3938476414214223 -0.17837921929599126 -0.12165333358564764 -0.027254365235015593 -0.3270677879814887 -0.335628745926826 -0.03563925418339273 -2.6666667461395264 1.6032499816226684 0.0821312422168975 0.145073830874269 0.23639254564118314 -0.06375446443211799 -0.06578989453366155 0.23418545020382525 -2.6666667461395264 1.5937338326168335 -0.17617903447277594 -0.12046910105414518 -0.024168121755837685 -0.3239735710178637 -0.3345300989622796 -0.034552984364439265 -3.0 1.8033429519499777 0.08417947601850143 0.14894049829013475 0.23894290287544911 -0.06119291294074258 -0.06402974455936353 0.23593878567434168 -3.0 1.7936092479859354 -0.17319048952634444 -0.12046910105414518 -0.020866703582312518 -0.32067011487030783 -0.33206848174945913 -0.0320977848789773 -3.3333332538604736 2.0034339983672607 0.08655807758476006 0.1536439952684837 0.24202050257057645 -0.058099435067100774 -0.062137519077312325 0.23781948892767113 -3.3333332538604736 1.9934777657776368 -0.16987499977256523 -0.12106727167658896 -0.01704020786613919 -0.3168368475676343 -0.32947662000273525 -0.029517050668546374 -3.6666667461395264 2.2035200783684594 0.08942691118541124 0.15746043726496786 0.24535815606894312 -0.05474930324070271 -0.05952630869040554 0.2404225532366348 -3.6666667461395264 2.193336229614939 -0.16607268781485918 -0.12322664960281976 -0.012955816491268257 -0.31274903498180096 -0.3261675990473264 -0.026215783174188212 -4.0 2.4036033957109195 0.09260098826555432 0.15997519298451074 0.2486689240335338 -0.05143307768277941 -0.056279129651914644 0.24366858332633765 -4.0 2.3931867272749203 -0.16196853112844647 -0.12646402747840083 -0.008900463640581835 -0.30869723237581437 -0.32222443136798284 -0.02227337389468939 -4.333333492279053 2.6036886592059263 0.09581228968978708 0.16149039150685465 0.25175941555959613 -0.048342718676128604 -0.052738622137295466 0.24721350850550952 -4.333333492279053 2.5930338482708803 -0.15783053514839 -0.1293748974554026 -0.005067532949275061 -0.30487339298387506 -0.3179897513902314 -0.01803388776271167 -4.666666507720947 2.8037797441345886 0.09885308810108984 0.16341184673232673 0.254769356537783 -0.04533088574266986 -0.049459975237461234 0.2504945251862366 -4.666666507720947 2.7928813467162414 -0.1538664168917545 -0.1330679785557597 -0.001317293930971436 -0.301130171920294 -0.3140187449506796 -0.014060125104602111 -5.0 3.003875282567141 0.10179663946032261 0.16463219189127376 0.2574978081166203 -0.042604113003909205 -0.04609572703088263 0.25386469067149176 -5.0 2.99272772951782 -0.15000290547609066 -0.13649393188504588 0.0021493228495662042 -0.2976740952518586 -0.3099639434174206 -0.00999902189784066 -5.333333492279053 3.2039777221731955 0.10449462519146316 0.16620211991218936 0.2600562135354817 -0.04004553310132966 -0.04305394767958093 0.2569105107728382 -5.333333492279053 3.1925753173775857 -0.14638830856539123 -0.1400081966565124 0.005443765722101923 -0.2943882907225992 -0.30623341322702 -0.006264068597926692 -5.666666507720947 3.404072397751275 0.10700869899356015 0.16776756798188605 0.26241849321986 -0.03768307325720857 -0.04018524000315504 0.2597832304109323 -5.666666507720947 3.392436391311225 -0.14296096157395488 -0.14424513406947223 0.008539960196964347 -0.2913006806623929 -0.30267775347562 -0.0027040165532815907 -6.0 3.604112635835743 0.1093295719262213 0.1686955963809785 0.26441810768462337 -0.035685597423205234 -0.0373416387999341 0.26263313936405724 -6.0 3.5923576247843743 -0.1397301386829466 -0.14824759239504381 0.011271375004280465 -0.2885801210368778 -0.2991489923035815 0.0008314306814139472 -6.333333492279053 3.8041395351418466 0.11132123848855034 0.1699447801912789 0.26615650151193027 -0.033947637608230996 -0.034896598819937896 0.2650827595649674 -6.333333492279053 3.7923007801047355 -0.13683183459996717 -0.15263665089479342 0.013739459772707158 -0.28612113899928243 -0.2960205807645653 0.003964798742680298 -6.666666507720947 4.004158593903195 0.1130392476193482 0.17089548701516047 0.2675351904069549 -0.032569793976842315 -0.03264050727584042 0.26734381976218313 -6.666666507720947 3.9922584516900668 -0.13421048961802068 -0.15652268157956187 0.015845735248410098 -0.2840243298634897 -0.2930829023768695 0.006907820080803956 -7.0 4.2041811497235315 0.11441508113674247 0.17243883909341876 0.26870696680436773 -0.031396710981386855 -0.03086322485816853 0.2691238962609684 -7.0 4.192219301936625 -0.13193460732034767 -0.16012172453654122 0.017743002010482123 -0.28213433016393785 -0.29062581122505293 0.009368077615984738 -7.333333492279053 4.40420577287285 0.11555829402482289 0.1743602925593884 0.2697281396908279 -0.030373182226776096 -0.02940189860997952 0.27058694470052813 -7.333333492279053 4.392181899551466 -0.12989462204700486 -0.16356479081764846 0.01948757404856727 -0.28039592869126895 -0.2884864506846829 0.011509530662249579 -7.666666507720947 4.604221312481524 0.11653538577180715 0.1765303572963181 0.2706328451278678 -0.029465548394524532 -0.028157720764157984 0.2718322496814778 -7.666666507720947 4.592156441729902 -0.1280240236587486 -0.16685915571866675 0.021113592421723296 -0.2787754613176947 -0.28656600932312226 0.01343146749305224 -8.0 4.804237875687826 0.11738680581044454 0.17894332875726862 0.2714600158125886 -0.02863496608258914 -0.02708865842216321 0.2729019335048912 -8.0 4.792131867659342 -0.12628234828304546 -0.1712469338492068 0.022659997901248077 -0.2772340767907934 -0.2848224476874559 0.015176016972708872 -8.333333015441895 5.004254985834064 0.11815170928013231 0.18035865678047264 0.2719394768236752 -0.028153696287514976 -0.025846249268348553 0.2741465446456128 -8.333333015441895 4.992107700323163 -0.12463043148738052 -0.1749368108939332 0.02385661950124547 -0.27604403234636565 -0.28290730078429427 0.01709373026054567 -8.666666984558105 5.20427268960101 0.11862098504404615 0.18256928810290518 0.2723086736401561 -0.02778125357642265 -0.02508613323348044 0.2749074033313328 -8.666666984558105 5.192085800389225 -0.12327736881177019 -0.17880215301025665 0.024940911749934874 -0.2749648337362757 -0.2814762010656071 0.018525935072368965 -9.0 5.404290934708002 0.1189439473050569 0.1847034570838884 0.27249943251613407 -0.027587212329574617 -0.024441548409140562 0.27555267217679247 -9.0 5.3920643127895564 -0.12207383935627684 -0.18183271837970474 0.025844702768289762 -0.27406605362348935 -0.2801623858788843 0.019840794772670423 -9.333333015441895 5.604307897448769 0.11909539608321772 0.18777308398476103 0.2727389474611634 -0.02734357376447767 -0.02419003216942181 0.2758040091408217 -9.333333015441895 5.592046014904747 -0.12104502885639355 -0.18621238539797746 0.02679519455620112 -0.27311968545564563 -0.27924338610450394 0.020759973822740307 -9.666666984558105 5.804316045033142 0.11925234659848293 0.18959599789103054 0.2727389474611634 -0.02734357376447767 -0.023609730793506367 0.2763850262769112 -9.666666984558105 5.792036532176331 -0.12001390792702814 -0.18991520058100206 0.027424555924443456 -0.2724953188685884 -0.27799734155985667 0.022007090746556823 -10.0 6.004320261876475 0.11925234659848293 0.19219983474087995 0.2726593793363292 -0.02741993524746994 -0.0234661023999011 0.2765286859406618 -10.0 5.992031933863271 -0.11924005395790511 -0.19335761144319247 0.027979089091776654 -0.271945072194533 -0.2771897096251691 0.02281510864361247 -10.333333015441895 6.204324478719809 0.11915521483693221 0.1951699113895155 0.272507028509618 -0.027568416813416805 -0.0234661023999011 0.2765286859406618 -10.333333015441895 6.19202733555021 -0.1185776830084884 -0.19796402685313633 0.028500983206260377 -0.27142732263846525 -0.27657111614636326 0.023433967916434484 -10.666666984558105 6.404328695563143 0.11894977064964188 0.19708361386290899 0.27232407620764953 -0.02774740337090363 -0.02332228042107451 0.27667233491408727 -10.666666984558105 6.39202273723715 -0.11796412374280332 -0.2014211224464613 0.02869707676313825 -0.2712353510227215 -0.2757230737068094 0.02428227519524198 -11.0 6.604329055602573 0.11869867136157988 0.2002560351116496 0.2718173530445247 -0.028250183406828652 -0.02332228042107451 0.27667233491408727 -11.0 6.592021995727993 -0.11762141078037357 -0.20457276729203835 0.02892383625789706 -0.2710125717158688 -0.27544610212190634 0.024559391458128604 -11.333333015441895 6.804329415691305 0.11817987580110466 0.20384516076220274 0.2713433236809152 -0.028720172977887315 -0.023704126378459894 0.27629028467407357 -11.333333015441895 6.792021254169535 -0.11730873329683683 -0.20748552524609543 0.0292113957650392 -0.27072902956495914 -0.2752887526157869 0.024716944299171706 -11.666666984558105 7.004329775830919 0.11763418085642635 0.2077863137413194 0.27093211433818654 -0.029127424569028254 -0.02420387476649158 0.275790392555763 -11.666666984558105 6.992020512560194 -0.11695386886105742 -0.21100632244819492 0.029615578940990456 -0.27032884141591984 -0.2751623899010451 0.024843509405384295 -12.0 7.204330136018268 0.1171337951001279 0.21123442703723624 0.2706395408595772 -0.02941606262537043 -0.024732896659013515 0.27526122787641505 -12.0 7.192019770903118 -0.11649772279024219 -0.21409300427053632 0.029983947816235007 -0.2699644155085762 -0.27479637872468177 0.025209692230201794 -12.333333015441895 7.404330496254931 0.11673780673417823 0.21523360492297025 0.27031316345657685 -0.02973849706046984 -0.025020557529819576 0.27497339535715476 -12.333333015441895 7.392019029196729 -0.11605039610272132 -0.21833261801681886 0.03046717192431521 -0.26948505261339784 -0.2745616207185987 0.02544456134362831 -12.666666984558105 7.604330856542491 0.11633610095573448 0.21819878347038696 0.2701036438773053 -0.02994403621755007 -0.025437765353560127 0.2745559572167812 -12.666666984558105 7.592018287439442 -0.11551336393601694 -0.22250561574247152 0.03076732132123018 -0.2691888615940392 -0.27396315575679736 0.026043255689801023 -13.0 7.804331216877798 0.11602718891951688 0.22135146492865354 0.26971304443194366 -0.030330796494644846 -0.02548956631580397 0.27450404607945555 -13.0 7.792017545634409 -0.11510531621556733 -0.2258414333258881 0.030970749137753315 -0.26898925097307524 -0.2735246847888772 0.02648183590327688 -13.333333015441895 8.004331577262434 0.11559237428978089 0.22546426287536833 0.2692277164479553 -0.030812188073784524 -0.02569966208726719 0.27429372185314704 -13.333333015441895 7.992016803780047 -0.11480083423096292 -0.2300001849659642 0.03129588045381036 -0.26866803419422197 -0.2734138129293414 0.02659293529231288 -13.666666984558105 8.204330981595064 0.11505706214241289 0.2288791480247786 0.2688660772869733 -0.03117003190685226 -0.02623566407566348 0.27375761154454015 -13.666666984558105 8.192017971652007 -0.11442018154565434 -0.2300001849659642 0.03150753408179341 -0.26846015413096314 -0.2730359360119355 0.026970919608741817 -14.0 8.404329909219333 0.11460097535535882 0.2288791480247786 0.26839293808236064 -0.03163927833745117 -0.026502974377011046 0.27349007463488 -14.0 8.39201866255801 -0.11411543966020825 -0.14410003031257906 0.031714578799265175 -0.26825692089089964 -0.2728040244602435 0.02720299724562654 -14.333333015441895 8.604328836969858 0.11407202608749638 0.14280090284187713 0.267917165823919 -0.032111239118484514 -0.026914564130378474 0.2730783187963199 -14.333333015441895 8.59201935333776 -0.11383002424706841 -0.0898246398721585 0.03205340876050365 -0.2679219404235588 -0.27274133586485927 0.027265910616507447 -14.666666984558105 8.804327764844098 0.11352678518021615 0.0895518095060015 0.26757514701418506 -0.03244952764361035 -0.02749369717041905 0.27249908019007213 -14.666666984558105 8.792020043993793 -0.11344348983438225 -0.03651701489761747 0.03648159207648684 -0.2635052486600765 -0.2723892689821995 0.02761811195746694 -15.0 9.004326692847078 0.1130856846942986 0.03577004489088706 0.2629738420074518 -0.03703928149319802 -0.027781778466912405 0.27221080483063426 -cropfollow/pn=[0.00:0.02]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 -0.0 0.0 -0.1 -0.03145065756187819 0.054390295293773844 -0.24613494857417365 -0.26790001728869395 0.030969167953608476 -0.3333333432674408 0.20167175217610653 0.13440997536408777 0.17499999850988388 0.31178854510501464 0.01353095158206244 -0.0283681180205254 0.2715455341280718 -0.3333333432674408 0.19679802373903935 -0.09945461536872262 -0.059863687840733454 0.054390295293773844 -0.24613494857417365 -0.26790001728869395 0.030969167953608476 -0.6666666865348816 0.40264108937322224 0.15700980706906695 0.15886515231476211 0.3227081171941635 0.023352468880698446 -0.005108809130888459 0.2948914126794756 -0.6666666865348816 0.39501723486841595 -0.09658877982592959 -0.08443089124062421 0.05923177080632483 -0.24084183064369893 -0.2559890392844863 0.04343998866863841 -1.0 0.6031740389536264 0.16982618981519457 0.14710835495356075 0.3276232870815874 0.02807462883828457 0.01334747618578705 0.3132548981440171 -1.0 0.5941037453939078 -0.09196175897041078 -0.09920855044807704 0.06417684829248183 -0.23603746963380154 -0.2494187349691275 0.050436819242228675 -1.3333333730697632 0.8034476603187938 0.17541708353788885 0.14065511819222332 0.3300350635831998 0.030376234600415747 0.025616376795390194 0.3257435957925344 -1.3333333730697632 0.7936721478782277 -0.08630928698809179 -0.1106120101515499 0.06661852900331752 -0.23365368838059 -0.2440543911834746 0.05574943618607278 -1.6666666269302368 1.003568705782496 0.17841840856753702 0.12953078925098688 0.3306804581394762 0.03096572464120942 0.03139808227845767 0.3315429164825237 -1.6666666269302368 0.9935051829961905 -0.08324639820538873 -0.11981795183880546 0.06660384384138668 -0.23365020703153785 -0.23902832915612796 0.0608174429477894 -2.0 1.203612346602591 0.1795104215153692 0.12183995501737269 0.3306804581394762 0.03096572464120942 0.034727467257051836 0.3348643599635182 -2.0 1.1934552002418914 -0.08240317477271913 -0.12810295020228496 0.06468104384787479 -0.2355375541636999 -0.2364567052903465 0.06340559138001817 -2.3333332538604736 1.4036592839309123 0.1795104215153692 0.11640689909024456 0.32996058019654667 0.03021544169264015 0.03636294392685854 0.3364781845792474 -2.3333332538604736 1.3934076430252644 -0.08398708951659756 -0.13398681500662768 0.0620915046119373 -0.2380891258481989 -0.2365869999639412 0.0632787419947011 -2.6666667461395264 1.603700461963971 0.17913854791210054 0.11195602213030925 0.3280078861867627 0.028245995778804572 0.03636294392685854 0.3364781845792474 -2.6666667461395264 1.5933534473377868 -0.0863581094786513 -0.1387332059589296 0.05900752823927177 -0.24113591316950375 -0.23867370008236125 0.06119337258737734 -3.0 1.8037342157927787 0.1774931128043707 0.1099685124467751 0.3253884563064892 0.025612350798035644 0.036119070719899754 0.33621006472984727 -3.0 1.7932909402283395 -0.08928240561372053 -0.1425268793498951 0.05561786774960362 -0.24449113003872067 -0.24156231136647013 0.05830889578306797 -3.3333332538604736 2.0037610264157673 0.1750605869933951 0.10941190216893731 0.32227459270379766 0.022483515775323454 0.0347965192676182 0.3348639649351294 -3.3333332538604736 1.993220594372807 -0.09256301434946021 -0.1457554568501681 0.05202246524193799 -0.24805439475017615 -0.24495888933512638 0.05491881677574248 -3.6666667461395264 2.203782686173233 0.17207479947692167 0.110272498890993 0.3188550483766476 0.019046276732904016 0.03267419786778239 0.33272076015031216 -3.6666667461395264 2.1931441937095797 -0.09608039116246322 -0.14835722526911804 0.04835690636079806 -0.2516910828177429 -0.24875989572850302 0.05112763522125319 -4.0 2.4038007489202786 0.1687327137799259 0.11182627236846993 0.3152297654022881 0.015401015309868538 0.030046057551831706 0.3300739615254965 -4.0 2.3930632838250827 -0.09970256014766388 -0.15029307607676615 0.04476333330437418 -0.25525956609225453 -0.25284355437470274 0.04705764168983914 -4.333333492279053 2.6038173647385054 0.16515387451035599 0.11411341432597269 0.3115343294676016 0.011682356101701291 0.027015641497050075 0.3270280730917351 -4.333333492279053 2.592980006172139 -0.10328961250418645 -0.15142334890924633 0.04141701349877175 -0.2585852254001978 -0.257105291119475 0.04281406625073039 -4.666666507720947 2.803835160407682 0.16147025748195343 0.11727467072569073 0.307910882727654 0.00803192713236986 0.02370473301125367 0.3237053919386246 -4.666666507720947 2.7928969791797202 -0.1066736046052143 -0.15213877164233625 0.03838707347369122 -0.26159633388101194 -0.26127836441853247 0.03866102817276121 -5.0 3.0038570014179067 0.15782177162403088 0.12092043847251832 0.304534692672264 0.004624347743261148 0.02021791063870873 0.32021115199763694 -5.0 2.9928170594036265 -0.10976460798518897 -0.15375980666653605 0.0354303858619201 -0.2645297306453497 -0.2649397849483817 0.035015251116299995 -5.333333492279053 3.203884084153437 0.15437636038424224 0.12373137964682074 0.3014748857452877 0.0015313445526275449 0.016821924208190064 0.3168094801642597 -5.333333492279053 3.192741434645391 -0.11273664217202783 -0.15456696832060474 0.032806841794676356 -0.2671334818154728 -0.2686975002250206 0.03127673761067479 -5.666666507720947 3.4039133135019903 0.15122395231263877 0.12742812232553619 0.2984883346218598 -0.0014839214409082258 0.013939768020662602 0.31391710452601873 -5.666666507720947 3.39266700113424 -0.11541975560750664 -0.15487090366877776 0.03079712961231154 -0.2691605544131591 -0.27230296305689794 0.027691829808344948 -6.0 3.6039473166609257 0.14819052796571375 0.131701199887173 0.2958349304755263 -0.00416951625047568 0.01096349954218978 0.3109340320426455 -6.0 3.5925963768815548 -0.11770599314628277 -0.15600746974740654 0.02898334853166512 -0.2709881195574517 -0.27531201704202424 0.02469985641317385 -6.333333492279053 3.803986574879653 0.14544603872265519 0.13521593541298538 0.2934167328068169 -0.006585314269702186 0.008141674318647207 0.30810661255539407 -6.333333492279053 3.7925300343122417 -0.1197544359021471 -0.15709158198855933 0.028426356159928584 -0.2715489913515827 -0.2781068347735679 0.021922012773201716 -6.666666507720947 4.004014217684605 0.14309843981323872 0.13885861242137965 0.291195100622235 -0.008801030203748256 0.0059184537714554175 0.3058741792313574 -6.666666507720947 3.992481029202602 -0.1203736802771701 -0.15823273236221475 0.028109264866618494 -0.27186939458037335 -0.2806419719222627 0.01940335612415764 -7.0 4.204036696017093 0.14098865020802478 0.14252097780174416 0.28823723689388914 -0.011762524694941351 0.003911670331505496 0.3038579318850777 -7.0 4.192441956937008 -0.12075193198855125 -0.15939074773301276 0.0280387449795077 -0.2719428377421449 -0.28293142320934184 0.01713007083981699 -7.333333492279053 4.404055855704037 0.1379613513335599 0.1462444432075778 0.2855412537891585 -0.01446157356118244 0.0021667767528138204 0.30210293550372624 -7.333333492279053 4.392410018014225 -0.12088466391504077 -0.16233408490601936 0.027775653026600372 -0.2722050966585081 -0.2845271579543956 0.015546820219918156 -7.666666507720947 4.604073438743496 0.13519728435660802 0.14826181011680523 0.2831136238044431 -0.01689188310784598 0.0006697833758915195 0.30059537896067434 -7.666666507720947 4.592383470436191 -0.12112090420561522 -0.16432043850351824 0.027659599211706104 -0.27232234278863804 -0.2864467722226435 0.01362542291616653 -8.0 4.804084738285601 0.13270077437699107 0.15131668407399906 0.2805150073547168 -0.019489425245483583 -0.0001312740524403444 0.29977993005855474 -8.0 4.792362252681196 -0.1212611110460778 -0.16673390648092704 0.02754287350782801 -0.27243948475286206 -0.28816360407542285 0.011906017333631697 -8.333333015441895 5.004087700845707 0.13012258299278706 0.15402625954474883 0.2780848103494511 -0.021920575702725487 -0.0012942928026860867 0.29862084011102463 -8.333333015441895 4.992351279256832 -0.12138241896020971 -0.16821629446396147 0.02754287350782801 -0.27243948475286206 -0.29009581420552355 0.009972856691043863 -8.666666984558105 5.204090663405814 0.127662057108136 0.1577500811258844 0.2756751335798795 -0.024330432258398926 -0.0022525174074262966 0.29766578528248766 -8.666666984558105 5.1923403058324675 -0.12138241896020971 -0.1697886370715676 0.027689238963864077 -0.272295173502759 -0.2917927622044789 0.00827452498868339 -9.0 5.404092733813317 0.125241852538537 0.16146843402059657 0.2735495362894318 -0.026457849644824033 -0.003424099944714515 0.296499027559597 -9.0 5.3923330855836555 -0.12129020615251064 -0.17096691688938137 0.028037213598434543 -0.27194883467053554 -0.29338540325516227 0.006680514005578481 -9.333333015441895 5.604093435231057 0.12305640632988214 0.16566672193301912 0.2716463572633819 -0.028362432705410515 -0.004358398989368711 0.2955691520552314 -9.333333015441895 5.59232914167324 -0.12099391204070434 -0.1734360340461471 0.02869874402899615 -0.271288968685533 -0.2943645684766515 0.005698591840149009 -9.666666984558105 5.804093928991075 0.12109607638090983 0.16866145426783347 0.27007734611611495 -0.029932878848646677 -0.005186362167658803 0.2947456582508913 -9.666666984558105 5.792327312769179 -0.12040603610895904 -0.17503052177538955 0.02933957551226027 -0.27064842959372193 -0.2955221805930196 0.004538683463948728 -10.0 6.004093551730367 0.11944816257547917 0.1726194829277494 0.26850805308118453 -0.03150223711999267 -0.005398813004519137 0.2945363219858398 -10.0 5.992326354885844 -0.1197759260985984 -0.1777267310651973 0.03025282656059268 -0.2697359466374719 -0.2961799723575817 0.00387795336396482 -10.333333015441895 6.204093651321143 0.11786313749421225 0.1755659118178323 0.26723142231597896 -0.0327794110953009 -0.005674667887855922 0.29426707260458684 -10.333333015441895 6.192325873825341 -0.11891969107242581 -0.17969954370977934 0.03112793358594726 -0.2688609807305121 -0.2970061454680497 0.003048974628678369 -10.666666984558105 6.404093750927075 0.11652469495462534 0.17932733843094315 0.2659366985914057 -0.034074053306124244 -0.005674667887855922 0.29426707260458684 -10.666666984558105 6.392325392749683 -0.11804856534515112 -0.18154780682069951 0.03221050297766495 -0.26777870035537066 -0.2976971041827865 0.0023548959161056315 -11.0 6.604093850546503 0.11522140551757604 0.18330636933805192 0.2648692985817833 -0.03514152192703904 -0.005644046101027006 0.29430373922335973 -11.0 6.592324911660528 -0.11700862213037237 -0.18457320009404585 0.033504702458606775 -0.26648449076478314 -0.2978936300479059 0.002155382640355863 -11.333333015441895 6.804093804965457 0.11410702122374698 0.1862028517345877 0.26403322040058513 -0.035977371799303756 -0.0050636067189092915 0.29488722562075254 -11.333333015441895 6.792324575771848 -0.11576555017940404 -0.18734866416589674 0.034719858882879664 -0.26526947215074925 -0.2981785411381077 0.0018673782331130595 -11.666666984558105 7.004093759388406 0.11321566161326768 0.18944539747708794 0.2631376044769531 -0.036872909517341595 -0.004569483325545881 0.2953843231218674 -11.666666984558105 6.9923242398791725 -0.11454522233580779 -0.1905788854255854 0.03598689672144724 -0.2640024816348762 -0.298316340022544 0.0017265588899470496 -12.0 7.204093713814521 0.11232126407449673 0.19233084579720636 0.2623131907304876 -0.037697156731823 -0.003926177448769497 0.2960307090620183 -12.0 7.192323903983331 -0.11328795445193747 -0.1936338612858529 0.03718963961115686 -0.26279987440437785 -0.2985458514814036 0.001493980545914514 -12.333333015441895 7.404093668244216 0.11148334280629853 0.19549080173506836 0.2614436378050724 -0.03856663360267172 -0.0033725061292989023 0.29658744726666175 -12.333333015441895 7.392323568083909 -0.11207483873090436 -0.19705601064756803 0.03840460628319908 -0.261585012529714 -0.29868676045203946 0.0013500475947356427 -12.666666984558105 7.604093622677907 0.11062061915958961 0.19838447571069293 0.26060528308104347 -0.03940488352932227 -0.0027281465265677207 0.2972349500592255 -12.666666984558105 7.592323232180491 -0.11086080763817613 -0.20057620797554596 0.039541540761379945 -0.26044824140486866 -0.2988698549510761 0.0011638825631753724 -13.0 7.804093577114764 0.10977797611013834 0.20128259437872661 0.2597076910539582 -0.040302431412361533 -0.0021238856075481705 0.2978423411154135 -13.0 7.792322896273908 -0.1097091240376136 -0.2045952193687031 0.040604591313799815 -0.2593853233646044 -0.2990044802145121 0.0010261401389089764 -13.333333015441895 8.004093531555203 0.10889198551055926 0.20378607339377644 0.25875484948972804 -0.0412552000690809 -0.0014690608068349542 0.2985002830769571 -13.333333015441895 7.9923225603637436 -0.10862905761013872 -0.20768632892083394 0.041484501427043935 -0.2585055149329548 -0.29953695974250594 0.0004905563496629128 -13.666666984558105 8.204093485999636 0.10795319635207898 0.20732333861321228 0.2576373254600868 -0.04237262241712757 -0.0012099877844258533 0.29876251996526326 -13.666666984558105 8.192322224449583 -0.10770986396388105 -0.21126641820835693 0.04244895347475794 -0.25754119335142445 -0.29991703888467836 0.00010729638877110537 -14.0 8.404093295264772 0.10687217353411904 0.21047918881474806 0.2566226266968271 -0.043387250318848394 -0.0007964108318896101 0.29917921813187404 -14.0 8.39232203371472 -0.10675529394441576 -0.21484498157843118 0.043834437776854196 -0.25616554434175237 -0.30035466403300626 -0.0003334968059722221 -14.333333015441895 8.604093104529909 0.10584500546477095 0.21374589462976074 0.25505844766969427 -0.04494153444891229 -0.0004382684773697465 0.2995405285328094 -14.333333015441895 8.592321842979857 -0.10585229883449575 -0.21850693971566687 0.04903862057793147 -0.2509613615406751 -0.3008175632237937 -0.0007996109531509532 -14.666666984558105 8.804092913795046 0.10478456451105377 0.21704032994523476 0.2496188563240766 -0.05038112579452998 -0.00010328085427024902 0.29987867150765535 -14.666666984558105 8.792321652244993 -0.10089210684062723 -0.22144582084679404 0.05393648075821823 -0.24606347155806596 -0.301513190956441 -0.001498381393392173 -15.0 9.004092723060182 0.09960455512745116 0.22117073004433313 0.24440926385161454 -0.05559068846466965 1.0986045275718226e-06 0.29998631288333666 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/results.json deleted file mode 100644 index 18425b495b3b0371cf778bf1411f026ecc4a6d21..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg1/results.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "safety": "SAFE", - "sim_time": 17.100579500198364, - "verification_time": 607.2933528423309, - "refine_time": 1, - "total_time": 624.9373662471771 -} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..c74a48a4f085d194792d1cd5379b81b865742bb4 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.000:0.175]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 0.019212469458580017 -0.16989554464817047 0.1247829869389534 -0.1708977371454239 -0.08635804802179337 0.20932267606258392 +0.3333333432674408 0.19712048768997192 -0.01460341364145279 -0.10747357457876205 0.10771443694829941 -0.1905546486377716 -0.1369212567806244 0.16134783625602722 +0.6666666865348816 0.3959665596485138 -0.036056775599718094 -0.053505223244428635 0.10035866498947144 -0.19921204447746277 -0.17247220873832703 0.12709850072860718 +1.0 0.5956803560256958 -0.04675271734595299 -0.02396991476416588 0.0972122848033905 -0.20270153880119324 -0.19071772694587708 0.10919609665870667 +1.3333333730697632 0.7956229448318481 -0.05154624208807945 -0.01530768908560276 0.09460940957069397 -0.2053554356098175 -0.19770190119743347 0.102262943983078 +1.6666666269302368 0.9955995082855225 -0.054607659578323364 -0.04299141466617584 0.08450920879840851 -0.2152136117219925 -0.19372452795505524 0.10599829256534576 +2.0 1.1954147815704346 -0.06320329755544662 -0.04033559560775757 0.07659352570772171 -0.2231624722480774 -0.20300012826919556 0.09675586968660355 +2.3333332538604736 1.3952521085739136 -0.071268230676651 -0.027524251490831375 0.07179476320743561 -0.22809161245822906 -0.2143312245607376 0.08555515110492706 +2.6666667461395264 1.595176339149475 -0.07677238434553146 -0.0009506195783615112 0.07298990339040756 -0.22700998187065125 -0.2265346646308899 0.07346522063016891 +3.0 1.7951762676239014 -0.07696250826120377 -0.07449899613857269 0.054013900458812714 -0.24515396356582642 -0.20793890953063965 0.09122895449399948 +3.3333332538604736 1.9946215152740479 -0.09184852987527847 -0.06832202523946762 0.04073429852724075 -0.2585658133029938 -0.2244313657283783 0.07486874610185623 +3.6666667461395264 2.194154977798462 -0.10550230741500854 -0.11148476600646973 0.01575300097465515 -0.28238460421562195 -0.22675761580467224 0.07137998938560486 +4.0 2.392913341522217 -0.1277531087398529 -0.04934599995613098 0.009732812643051147 -0.2899020314216614 -0.26523903012275696 0.034395813941955566 +4.333333492279053 2.59266996383667 -0.1376183032989502 -0.005564980208873749 0.01098814606666565 -0.2890072166919708 -0.28622475266456604 0.013770610094070435 +4.666666507720947 2.7926669120788574 -0.13873130083084106 0.06979279965162277 0.028337568044662476 -0.27093207836151123 -0.3058001697063446 -0.0065305233001708984 +5.0 2.992180109024048 -0.12478406727313995 0.08964018523693085 0.04699374735355377 -0.2518017888069153 -0.2965618968009949 0.002233639359474182 +5.333333492279053 3.1913771629333496 -0.10688002407550812 0.14755721390247345 0.07824553549289703 -0.21849441528320312 -0.29200559854507446 0.004734374582767487 +5.666666507720947 3.3892037868499756 -0.07747555524110794 0.12512923777103424 0.10255242139101028 -0.19510206580162048 -0.25750353932380676 0.040150947868824005 +6.0 3.5876400470733643 -0.05251496285200119 0.10114304721355438 0.12196112424135208 -0.17650571465492249 -0.22699105739593506 0.07147578150033951 +6.333333492279053 3.7866179943084717 -0.03232082352042198 0.12340646982192993 0.14731182157993317 -0.15040673315525055 -0.21195347607135773 0.08576507866382599 +6.666666507720947 3.9850969314575195 -0.007702125236392021 0.028108835220336914 0.14926491677761078 -0.1506166011095047 -0.16466917097568512 0.13521234691143036 +7.0 4.185018062591553 -0.002081098034977913 0.13638167083263397 0.18051588535308838 -0.11669844388961792 -0.1846780776977539 0.11253625154495239 +7.333333492279053 4.3831610679626465 0.0251107607036829 0.17073571681976318 0.2154066413640976 -0.08023139834403992 -0.1651851087808609 0.13045291602611542 +7.666666507720947 4.5802531242370605 0.05909224599599838 0.20127388834953308 0.25604358315467834 -0.03790024667978287 -0.13785907626152039 0.15608474612236023 +8.0 4.776215553283691 0.09907577931880951 0.17005786299705505 0.2892218828201294 -0.006450630724430084 -0.09107030928134918 0.2046021819114685 +8.333333015441895 4.973330497741699 0.1329236626625061 0.020601525902748108 0.2880418598651886 -0.01189449429512024 -0.02219453454017639 0.27774181962013245 +8.666666984558105 5.173287868499756 0.13704366981983185 -0.10691384971141815 0.2595096230506897 -0.0387774258852005 0.014577709138393402 0.3128647804260254 +9.0 5.372146129608154 0.11570160835981369 -0.09236380457878113 0.24200409650802612 -0.056717149913311005 -0.01060088723897934 0.2881203591823578 +9.333333015441895 5.571293830871582 0.09725509583950043 -0.055922359228134155 0.23304730653762817 -0.06648373603820801 -0.03853711485862732 0.26099392771720886 +9.666666984558105 5.770981311798096 0.08607645332813263 -0.11069929599761963 0.20753999054431915 -0.09062375128269196 -0.035387083888053894 0.2627766728401184 +10.0 5.969757080078125 0.0639817863702774 -0.10575434565544128 0.18675443530082703 -0.11156952381134033 -0.05879086256027222 0.23953309655189514 +10.333333015441895 6.168639659881592 0.04287032037973404 -0.14214015007019043 0.15594208240509033 -0.14103245735168457 -0.07020144909620285 0.22677308320999146 +10.666666984558105 6.3666229248046875 0.014537917450070381 -0.13611459732055664 0.12922684848308563 -0.16799835860729218 -0.10015101730823517 0.19707418978214264 +11.0 6.564773082733154 -0.01260102167725563 -0.10021577030420303 0.11163434386253357 -0.18686044216156006 -0.13683637976646423 0.1616584062576294 +11.333333015441895 6.763769626617432 -0.03261064738035202 -0.09909199178218842 0.09192104637622833 -0.20660728216171265 -0.15714234113693237 0.1413860023021698 +11.666666984558105 6.9627885818481445 -0.05239662900567055 -0.14254555106163025 0.06056618317961693 -0.2363910973072052 -0.16535943746566772 0.1315978467464447 +12.0 7.160759925842285 -0.08080929517745972 0.04152742028236389 0.07944026589393616 -0.22030112147331238 -0.2410588562488556 0.058682531118392944 +12.333333015441895 7.3605875968933105 -0.07250619679689407 0.07689471542835236 0.09625529497861862 -0.20285820960998535 -0.24126768112182617 0.0578458234667778 +12.666666984558105 7.559996604919434 -0.05714240297675133 0.15850962698459625 0.13043881952762604 -0.1658002883195877 -0.2447236329317093 0.051515478640794754 +13.0 7.757489204406738 -0.025573063641786575 0.09069699048995972 0.1464536041021347 -0.15231336653232574 -0.19759972393512726 0.10116724669933319 +13.333333015441895 7.956666946411133 -0.007458522915840149 0.1695050299167633 0.1825653612613678 -0.11313515901565552 -0.1974824070930481 0.09821811318397522 +13.666666984558105 8.153800964355469 0.02628038078546524 0.188256174325943 0.22041675448417664 -0.07428289204835892 -0.16785597801208496 0.12684366106987 +14.0 8.35026741027832 0.06370961666107178 0.1479760706424713 0.24892950057983398 -0.04779195785522461 -0.12151026725769043 0.17521119117736816 +14.333333015441895 8.548081398010254 0.09319694340229034 0.07622157782316208 0.2617983818054199 -0.03733059763908386 -0.07540449500083923 0.22372448444366455 +14.666666984558105 8.7475004196167 0.10842650383710861 0.03245846927165985 0.26646068692207336 -0.03338130563497543 -0.04960768669843674 0.25023430585861206 +15.0 8.947395324707031 0.11491705477237701 0.02132602408528328 0.2702140510082245 -0.029717743396759033 -0.04037994146347046 0.25955185294151306 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..42cf7435307f546fe2379ab34154e770e9e1d1b2 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/log.txt @@ -0,0 +1,447 @@ +2025-04-27 19:09:46,478 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:46,478 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:46,478 [INFO] [0.0, 0.019212470161139555, -0.16989554395684311, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:52,816 [INFO] Verification Begin +2025-04-27 19:09:52,817 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 19:09:52,817 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:09:52,817 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:52,817 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:52,817 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:09:59,085 [INFO] Simulating with mode cropfollow +2025-04-27 19:09:59,085 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:09:59,085 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:05,486 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:05,486 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:05,486 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:11,773 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:11,773 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:11,773 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:18,013 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:18,013 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:18,013 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:24,182 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:24,182 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:24,182 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:30,410 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:30,410 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:30,410 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:36,402 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:36,402 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:36,402 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:42,482 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:42,482 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:42,482 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:48,687 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:48,687 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:48,687 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:10:55,047 [INFO] Simulating with mode cropfollow +2025-04-27 19:10:55,047 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:10:55,047 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:01,167 [INFO] 0 check bloated tube unknown +2025-04-27 19:11:01,167 [INFO] =============================================== +Mode: 0 +stack size: 2 +remainTime: 15 + +2025-04-27 19:11:01,167 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:11:01,167 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:01,167 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:01,167 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:07,547 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:07,547 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:07,547 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:14,028 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:14,029 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:14,029 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:20,407 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:20,407 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:20,407 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:26,685 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:26,685 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:26,685 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:32,956 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:32,956 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:32,956 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:39,243 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:39,243 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:39,243 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:45,205 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:45,205 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:45,205 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:51,109 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:51,109 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:51,109 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:11:57,122 [INFO] Simulating with mode cropfollow +2025-04-27 19:11:57,122 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:11:57,122 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:03,281 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:03,281 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:03,281 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:09,174 [INFO] 0 check bloated tube unknown +2025-04-27 19:12:09,174 [INFO] =============================================== +Mode: 0 +stack size: 3 +remainTime: 15 + +2025-04-27 19:12:09,174 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:12:09,174 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:09,174 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:09,174 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:15,372 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:15,372 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:15,372 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:21,712 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:21,712 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:21,712 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:27,965 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:27,965 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:27,965 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:34,211 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:34,211 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:34,211 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:40,277 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:40,277 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:40,277 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:46,376 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:46,376 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:46,376 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:52,205 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:52,205 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:52,205 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:12:58,116 [INFO] Simulating with mode cropfollow +2025-04-27 19:12:58,116 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:12:58,116 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:04,164 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:04,164 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:04,164 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:10,429 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:10,429 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:10,429 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:16,347 [INFO] 0 check bloated tube unknown +2025-04-27 19:13:16,347 [INFO] =============================================== +Mode: 0 +stack size: 4 +remainTime: 15 + +2025-04-27 19:13:16,347 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:13:16,347 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:16,347 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:16,347 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:22,567 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:22,567 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:22,567 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:28,970 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:28,970 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:28,970 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:35,196 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:35,196 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:35,196 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:41,488 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:41,488 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:41,488 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:47,494 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:47,495 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:47,495 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:53,644 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:53,644 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:53,644 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:13:59,439 [INFO] Simulating with mode cropfollow +2025-04-27 19:13:59,439 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:13:59,439 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:05,349 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:05,349 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:05,349 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:11,411 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:11,411 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:11,411 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:17,547 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:17,547 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:17,547 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:23,497 [INFO] 0 check bloated tube unknown +2025-04-27 19:14:23,497 [INFO] =============================================== +Mode: 0 +stack size: 5 +remainTime: 15 + +2025-04-27 19:14:23,497 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:14:23,498 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:23,498 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:23,498 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:29,690 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:29,690 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:29,690 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:35,976 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:35,976 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:35,976 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:42,277 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:42,278 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:42,278 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:48,535 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:48,535 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:48,535 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:14:54,559 [INFO] Simulating with mode cropfollow +2025-04-27 19:14:54,559 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:14:54,559 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:00,706 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:00,706 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:00,706 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:06,519 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:06,520 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:06,520 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:12,395 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:12,395 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:12,396 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:18,434 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:18,434 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:18,434 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:24,615 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:24,615 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:24,615 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:30,539 [INFO] 0 check bloated tube unknown +2025-04-27 19:15:30,539 [INFO] =============================================== +Mode: 0 +stack size: 6 +remainTime: 15 + +2025-04-27 19:15:30,539 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:15:30,539 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:30,539 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:30,539 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:36,700 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:36,700 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:36,700 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:42,943 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:42,943 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:42,943 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:49,040 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:49,040 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:49,040 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:15:55,279 [INFO] Simulating with mode cropfollow +2025-04-27 19:15:55,280 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:15:55,280 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:01,260 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:01,264 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:01,264 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:07,362 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:07,362 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:07,362 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:13,145 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:13,145 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:13,145 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:19,037 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:19,037 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:19,037 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:25,039 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:25,039 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:25,039 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:31,187 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:31,188 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:31,188 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:37,076 [INFO] 0 check bloated tube unknown +2025-04-27 19:16:37,076 [INFO] =============================================== +Mode: 0 +stack size: 7 +remainTime: 15 + +2025-04-27 19:16:37,076 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:16:37,076 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:37,076 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:37,076 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:43,285 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:43,285 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:43,285 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:49,674 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:49,674 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:49,674 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:16:55,833 [INFO] Simulating with mode cropfollow +2025-04-27 19:16:55,833 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:16:55,833 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:02,139 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:02,139 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:02,139 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:08,139 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:08,139 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:08,139 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:14,249 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:14,249 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:14,249 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:20,048 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:20,048 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:20,048 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:25,999 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:25,999 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:25,999 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:32,013 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:32,013 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:32,013 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:38,177 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:38,177 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:38,177 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:44,077 [INFO] 0 check bloated tube unknown +2025-04-27 19:17:44,077 [INFO] =============================================== +Mode: 0 +stack size: 8 +remainTime: 15 + +2025-04-27 19:17:44,077 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:17:44,077 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:44,077 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:44,077 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:50,285 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:50,285 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:50,285 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:17:56,637 [INFO] Simulating with mode cropfollow +2025-04-27 19:17:56,637 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:17:56,638 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:02,825 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:02,825 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:02,825 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:09,042 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:09,042 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:09,042 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:15,108 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:15,108 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:15,108 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:21,257 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:21,257 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:21,257 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:27,062 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:27,063 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:27,063 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:32,993 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:32,993 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:32,994 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:39,000 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:39,000 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:39,000 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:45,171 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:45,171 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:45,171 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:51,046 [INFO] 0 check bloated tube unknown +2025-04-27 19:18:51,046 [INFO] =============================================== +Mode: 0 +stack size: 9 +remainTime: 15 + +2025-04-27 19:18:51,046 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:18:51,046 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:51,046 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:51,046 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:18:57,266 [INFO] Simulating with mode cropfollow +2025-04-27 19:18:57,266 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:18:57,266 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:03,596 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:03,596 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:03,596 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:09,813 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:09,813 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:09,813 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:16,039 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:16,039 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:16,039 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:22,056 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:22,056 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:22,056 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:28,160 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:28,160 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:28,160 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:33,975 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:33,975 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:33,975 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:39,932 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:39,932 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:39,932 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:45,972 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:45,973 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:45,973 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:52,180 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:52,180 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:52,180 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:19:58,093 [INFO] 0 check bloated tube unknown +2025-04-27 19:19:58,093 [INFO] =============================================== +Mode: 0 +stack size: 10 +remainTime: 15 + +2025-04-27 19:19:58,093 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:19:58,093 [INFO] Simulating with mode cropfollow +2025-04-27 19:19:58,093 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:19:58,093 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:04,326 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:04,326 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:04,326 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:10,663 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:10,664 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:10,664 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:16,894 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:16,894 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:16,894 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:23,145 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:23,145 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:23,145 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:29,108 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:29,108 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:29,108 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:35,261 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:35,261 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:35,261 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:41,104 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:41,104 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:41,104 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:47,040 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:47,040 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:47,040 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:53,137 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:53,137 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:53,137 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:20:59,429 [INFO] Simulating with mode cropfollow +2025-04-27 19:20:59,429 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.175}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:20:59,429 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:21:05,389 [INFO] 0 check bloated tube unknown +2025-04-27 19:21:05,389 [INFO] =============================================== +Mode: 0 +stack size: 11 +remainTime: 15 + +2025-04-27 19:21:05,389 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:21:05,389 [INFO] 0 is not valid anymore +2025-04-27 19:21:05,389 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 19:21:05,389 [INFO] simulation time: 6.338154315948486 +2025-04-27 19:21:05,389 [INFO] verification time: 672.5724496841431 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/results.json new file mode 100644 index 0000000000000000000000000000000000000000..fc6d9b706a887f47eb430a537cf48050b27a16e6 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg10_0/results.json @@ -0,0 +1,7 @@ +{ + "safety": "UNKNOWN", + "sim_time": 6.338154315948486, + "verification_time": 672.5724496841431, + "refine_time": null, + "total_time": 679.471321105957 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..94b35ee3729b8582c5f2c2d9524d9077f6d4d293 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.000:0.436]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.033189184963703156 0.14962536096572876 0.15240180492401123 -0.14424630999565125 -0.21878015995025635 0.07786794751882553 +0.3333333432674408 0.19776540994644165 -0.003375645726919174 0.09764024615287781 0.17028120160102844 -0.12828990817070007 -0.1770325005054474 0.12153860926628113 +0.6666666865348816 0.3968128263950348 0.01612139120697975 -0.0179225355386734 0.16161692142486572 -0.13833492994308472 -0.12937414646148682 0.17057770490646362 +1.0 0.5967807173728943 0.012537075206637383 -0.008729704655706882 0.16034898161888123 -0.13963961601257324 -0.13527482748031616 0.1647137701511383 +1.3333333730697632 0.7967731356620789 0.010791156440973282 -0.13152921199798584 0.12670795619487762 -0.170700803399086 -0.10512565076351166 0.19228310883045197 +1.6666666269302368 0.9950456619262695 -0.015438906848430634 0.001067429780960083 0.1348278820514679 -0.16517198085784912 -0.16570568084716797 0.13429418206214905 +2.0 1.1950455904006958 -0.015225420705974102 0.04122476279735565 0.14495041966438293 -0.15479472279548645 -0.17540127038955688 0.1243438795208931 +2.3333332538604736 1.3948756456375122 -0.006982802413403988 0.2088734209537506 0.19159646332263947 -0.10188309848308563 -0.2055620700120926 0.08791749179363251 +2.6666667461395264 1.5905287265777588 0.03448878973722458 0.07694792747497559 0.20326295495033264 -0.09584937244653702 -0.1342853605747223 0.16482695937156677 +3.0 1.789936900138855 0.049863193184137344 0.24997112154960632 0.25704512000083923 -0.03363075479865074 -0.15731874108314514 0.13335713744163513 +3.3333332538604736 1.9837207794189453 0.09933839738368988 0.1277487576007843 0.27996647357940674 -0.017588898539543152 -0.08128969371318817 0.2162656933069229 +3.6666667461395264 2.182090997695923 0.12481871247291565 0.06753124296665192 0.29134678840637207 -0.007969409227371216 -0.04170936346054077 0.2576068341732025 +4.0 2.3816351890563965 0.13831469416618347 -0.024659790098667145 0.2821047604084015 -0.01780402660369873 -0.005475372076034546 0.2944334149360657 +4.333333492279053 2.5815744400024414 0.13338322937488556 -0.014990034513175488 0.2796190083026886 -0.020347297191619873 -0.01285254955291748 0.287113755941391 +4.666666507720947 2.7815520763397217 0.13038533926010132 -0.17970608174800873 0.23328468203544617 -0.06188419461250305 0.02748599648475647 0.3226548731327057 +5.0 2.9783313274383545 0.09463725984096527 0.010082945227622986 0.24715033173561096 -0.05283442139625549 -0.05787581205368042 0.24210894107818604 +5.333333492279053 3.178321123123169 0.09665381163358688 -0.04367106407880783 0.23559650778770447 -0.06411746889352798 -0.042288877069950104 0.25742509961128235 +5.666666507720947 3.3781304359436035 0.08792237192392349 -0.11329921334981918 0.2086964249610901 -0.08938015252351761 -0.032851673662662506 0.2652249038219452 +6.0 3.576848030090332 0.06531097739934921 -0.0809612050652504 0.19460144639015198 -0.1044158861041069 -0.06397949904203415 0.23503783345222473 +6.333333492279053 3.7761929035186768 0.04913641884922981 -0.058963872492313385 0.1841433197259903 -0.11533533036708832 -0.08587048947811127 0.21360816061496735 +6.666666507720947 3.9758453369140625 0.037350475788116455 -0.15799249708652496 0.14614823460578918 -0.15011531114578247 -0.07144729048013687 0.22481626272201538 +7.0 4.173354148864746 0.005883269011974335 -0.20870354771614075 0.10083038359880447 -0.19265973567962646 -0.0890638455748558 0.20442625880241394 +7.333333492279053 4.369014263153076 -0.03555508330464363 -0.017148971557617188 0.11013583838939667 -0.1898200660943985 -0.18124599754810333 0.11870990693569183 +7.666666507720947 4.5689849853515625 -0.03898470848798752 0.0919400006532669 0.13333439826965332 -0.16539856791496277 -0.21130383014678955 0.08742914348840714 +8.0 4.7681403160095215 -0.020622601732611656 -0.07490868866443634 0.11024709790945053 -0.18891161680221558 -0.15149229764938354 0.14766642451286316 +8.333333015441895 4.967579364776611 -0.03559033200144768 -0.06210742145776749 0.09860359132289886 -0.2008180171251297 -0.16978426277637482 0.12963734567165375 +8.666666984558105 5.16719388961792 -0.04800383374094963 0.20225876569747925 0.14915910363197327 -0.144725501537323 -0.24516677856445312 0.04871783033013344 +9.0 5.36311674118042 -0.007827315479516983 0.06029614806175232 0.15696501731872559 -0.14248982071876526 -0.17261964082717896 0.1268351972103119 +9.333333015441895 5.562753200531006 0.004224608652293682 0.013560235500335693 0.1576007902622223 -0.14237165451049805 -0.14915156364440918 0.15082088112831116 +9.666666984558105 5.762734889984131 0.0069365729577839375 0.04323909431695938 0.1676027923822403 -0.13211680948734283 -0.1537296324968338 0.14598996937274933 +10.0 5.962547779083252 0.015581699088215828 -0.05122790485620499 0.1525835543870926 -0.14702291786670685 -0.12142015993595123 0.1781863123178482 +10.333333015441895 6.162285327911377 0.005340598523616791 0.04722634702920914 0.16697555780410767 -0.1326899528503418 -0.1562943458557129 0.14337116479873657 +10.666666984558105 6.362062454223633 0.014782357960939407 0.07372206449508667 0.18278874456882477 -0.11639638245105743 -0.15322403609752655 0.14596109092235565 +11.0 6.561519145965576 0.029513418674468994 0.17900824546813965 0.22162997722625732 -0.07357627153396606 -0.16260313987731934 0.13260310888290405 +11.333333015441895 6.7583231925964355 0.06512416899204254 -0.048230260610580444 0.202896848320961 -0.0967542976140976 -0.07264851033687592 0.22700263559818268 +11.666666984558105 6.958090782165527 0.05548185482621193 -0.15087394416332245 0.16620232164859772 -0.1303897202014923 -0.05523860827088356 0.24135342240333557 +12.0 7.155818939208984 0.025421414524316788 -0.14087286591529846 0.1388336420059204 -0.15819451212882996 -0.08799082040786743 0.20903733372688293 +12.333333015441895 7.353837490081787 -0.002660062164068222 -0.03785315155982971 0.13777145743370056 -0.16201364994049072 -0.1430915892124176 0.15669351816177368 +12.666666984558105 7.553694248199463 -0.01022888533771038 0.03039593994617462 0.1472996473312378 -0.15256178379058838 -0.16775742173194885 0.13210400938987732 +13.0 7.753602027893066 -0.004150633234530687 0.08786758780479431 0.16720934212207794 -0.13163332641124725 -0.17551060020923615 0.12333206087350845 +13.333333015441895 7.9528303146362305 0.013400280848145485 0.2781462073326111 0.22627860307693481 -0.062191255390644073 -0.19947803020477295 0.08899181336164474 +13.666666984558105 8.145143508911133 0.06831499189138412 0.1251789927482605 0.24835437536239624 -0.049298226833343506 -0.1117243841290474 0.18592821061611176 +14.0 8.343578338623047 0.0932854562997818 -0.09965786337852478 0.21766796708106995 -0.08084353804588318 -0.031097054481506348 0.2674144506454468 +14.333333015441895 8.542586326599121 0.07338686287403107 -0.06571284681558609 0.20664672553539276 -0.09270577132701874 -0.05987299978733063 0.23947949707508087 +14.666666984558105 8.742155075073242 0.060253746807575226 0.009163931012153625 0.21253842115402222 -0.08744902163743973 -0.09203092008829117 0.20795652270317078 +15.0 8.942146301269531 0.06208650767803192 0.10568052530288696 0.23762063682079315 -0.06070566922426224 -0.11344762146472931 0.18487867712974548 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..97d1298e6961c20aea8f3c34a757fe8cbed814dc --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/log.txt @@ -0,0 +1,447 @@ +2025-04-27 19:21:06,526 [INFO] Simulating with mode cropfollow +2025-04-27 19:21:06,526 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:21:06,526 [INFO] [0.0, -0.03318918367271184, 0.14962535596232163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:21:15,115 [INFO] Verification Begin +2025-04-27 19:21:15,115 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 19:21:15,115 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:21:15,115 [INFO] Simulating with mode cropfollow +2025-04-27 19:21:15,115 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:21:15,115 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:21:24,585 [INFO] Simulating with mode cropfollow +2025-04-27 19:21:24,585 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:21:24,585 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:21:33,817 [INFO] Simulating with mode cropfollow +2025-04-27 19:21:33,818 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:21:33,818 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:21:43,337 [INFO] Simulating with mode cropfollow +2025-04-27 19:21:43,338 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:21:43,338 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:21:52,742 [INFO] Simulating with mode cropfollow +2025-04-27 19:21:52,742 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:21:52,742 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:22:01,351 [INFO] Simulating with mode cropfollow +2025-04-27 19:22:01,351 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:22:01,351 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:22:10,289 [INFO] Simulating with mode cropfollow +2025-04-27 19:22:10,289 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:22:10,289 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:22:18,090 [INFO] Simulating with mode cropfollow +2025-04-27 19:22:18,090 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:22:18,090 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:22:26,030 [INFO] Simulating with mode cropfollow +2025-04-27 19:22:26,030 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:22:26,030 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:22:34,101 [INFO] Simulating with mode cropfollow +2025-04-27 19:22:34,101 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:22:34,101 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:22:42,796 [INFO] Simulating with mode cropfollow +2025-04-27 19:22:42,796 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:22:42,796 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:22:50,888 [INFO] 0 check bloated tube unknown +2025-04-27 19:22:50,888 [INFO] =============================================== +Mode: 0 +stack size: 2 +remainTime: 15 + +2025-04-27 19:22:50,888 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:22:50,888 [INFO] Simulating with mode cropfollow +2025-04-27 19:22:50,888 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:22:50,888 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:23:00,588 [INFO] Simulating with mode cropfollow +2025-04-27 19:23:00,588 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:23:00,588 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:23:10,262 [INFO] Simulating with mode cropfollow +2025-04-27 19:23:10,262 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:23:10,262 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:23:20,011 [INFO] Simulating with mode cropfollow +2025-04-27 19:23:20,011 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:23:20,011 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:23:30,074 [INFO] Simulating with mode cropfollow +2025-04-27 19:23:30,075 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:23:30,075 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:23:38,621 [INFO] Simulating with mode cropfollow +2025-04-27 19:23:38,622 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:23:38,622 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:23:47,985 [INFO] Simulating with mode cropfollow +2025-04-27 19:23:47,985 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:23:47,985 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:23:55,795 [INFO] Simulating with mode cropfollow +2025-04-27 19:23:55,796 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:23:55,796 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:24:04,050 [INFO] Simulating with mode cropfollow +2025-04-27 19:24:04,050 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:24:04,050 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:24:12,384 [INFO] Simulating with mode cropfollow +2025-04-27 19:24:12,384 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:24:12,384 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:24:21,403 [INFO] Simulating with mode cropfollow +2025-04-27 19:24:21,403 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:24:21,403 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:24:29,904 [INFO] 0 check bloated tube unknown +2025-04-27 19:24:29,904 [INFO] =============================================== +Mode: 0 +stack size: 3 +remainTime: 15 + +2025-04-27 19:24:29,904 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:24:29,904 [INFO] Simulating with mode cropfollow +2025-04-27 19:24:29,904 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:24:29,904 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:24:39,583 [INFO] Simulating with mode cropfollow +2025-04-27 19:24:39,583 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:24:39,583 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:24:49,352 [INFO] Simulating with mode cropfollow +2025-04-27 19:24:49,352 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:24:49,352 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:24:59,105 [INFO] Simulating with mode cropfollow +2025-04-27 19:24:59,105 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:24:59,105 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:25:09,141 [INFO] Simulating with mode cropfollow +2025-04-27 19:25:09,141 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:25:09,141 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:25:18,173 [INFO] Simulating with mode cropfollow +2025-04-27 19:25:18,174 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:25:18,174 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:25:27,601 [INFO] Simulating with mode cropfollow +2025-04-27 19:25:27,601 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:25:27,601 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:25:35,738 [INFO] Simulating with mode cropfollow +2025-04-27 19:25:35,738 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:25:35,738 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:25:43,925 [INFO] Simulating with mode cropfollow +2025-04-27 19:25:43,925 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:25:43,925 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:25:52,267 [INFO] Simulating with mode cropfollow +2025-04-27 19:25:52,267 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:25:52,267 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:26:00,972 [INFO] Simulating with mode cropfollow +2025-04-27 19:26:00,972 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:26:00,972 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:26:09,230 [INFO] 0 check bloated tube unknown +2025-04-27 19:26:09,230 [INFO] =============================================== +Mode: 0 +stack size: 4 +remainTime: 15 + +2025-04-27 19:26:09,230 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:26:09,230 [INFO] Simulating with mode cropfollow +2025-04-27 19:26:09,230 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:26:09,230 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:26:18,652 [INFO] Simulating with mode cropfollow +2025-04-27 19:26:18,653 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:26:18,653 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:26:28,301 [INFO] Simulating with mode cropfollow +2025-04-27 19:26:28,301 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:26:28,301 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:26:38,022 [INFO] Simulating with mode cropfollow +2025-04-27 19:26:38,023 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:26:38,023 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:26:47,886 [INFO] Simulating with mode cropfollow +2025-04-27 19:26:47,886 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:26:47,886 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:26:56,604 [INFO] Simulating with mode cropfollow +2025-04-27 19:26:56,604 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:26:56,604 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:27:06,014 [INFO] Simulating with mode cropfollow +2025-04-27 19:27:06,014 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:27:06,014 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:27:13,712 [INFO] Simulating with mode cropfollow +2025-04-27 19:27:13,712 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:27:13,712 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:27:21,926 [INFO] Simulating with mode cropfollow +2025-04-27 19:27:21,926 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:27:21,926 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:27:29,958 [INFO] Simulating with mode cropfollow +2025-04-27 19:27:29,958 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:27:29,958 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:27:38,910 [INFO] Simulating with mode cropfollow +2025-04-27 19:27:38,910 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:27:38,910 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:27:47,084 [INFO] 0 check bloated tube unknown +2025-04-27 19:27:47,084 [INFO] =============================================== +Mode: 0 +stack size: 5 +remainTime: 15 + +2025-04-27 19:27:47,084 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:27:47,084 [INFO] Simulating with mode cropfollow +2025-04-27 19:27:47,084 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:27:47,084 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:27:56,798 [INFO] Simulating with mode cropfollow +2025-04-27 19:27:56,798 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:27:56,798 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:28:06,331 [INFO] Simulating with mode cropfollow +2025-04-27 19:28:06,331 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:28:06,331 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:28:16,092 [INFO] Simulating with mode cropfollow +2025-04-27 19:28:16,092 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:28:16,092 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:28:25,908 [INFO] Simulating with mode cropfollow +2025-04-27 19:28:25,908 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:28:25,908 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:28:34,495 [INFO] Simulating with mode cropfollow +2025-04-27 19:28:34,495 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:28:34,495 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:28:43,756 [INFO] Simulating with mode cropfollow +2025-04-27 19:28:43,756 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:28:43,756 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:28:51,533 [INFO] Simulating with mode cropfollow +2025-04-27 19:28:51,533 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:28:51,533 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:28:59,620 [INFO] Simulating with mode cropfollow +2025-04-27 19:28:59,620 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:28:59,620 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:29:07,733 [INFO] Simulating with mode cropfollow +2025-04-27 19:29:07,734 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:29:07,734 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:29:16,551 [INFO] Simulating with mode cropfollow +2025-04-27 19:29:16,551 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:29:16,551 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:29:24,745 [INFO] 0 check bloated tube unknown +2025-04-27 19:29:24,745 [INFO] =============================================== +Mode: 0 +stack size: 6 +remainTime: 15 + +2025-04-27 19:29:24,745 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:29:24,745 [INFO] Simulating with mode cropfollow +2025-04-27 19:29:24,745 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:29:24,745 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:29:34,088 [INFO] Simulating with mode cropfollow +2025-04-27 19:29:34,088 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:29:34,088 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:29:43,474 [INFO] Simulating with mode cropfollow +2025-04-27 19:29:43,475 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:29:43,475 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:29:53,054 [INFO] Simulating with mode cropfollow +2025-04-27 19:29:53,054 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:29:53,054 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:30:02,755 [INFO] Simulating with mode cropfollow +2025-04-27 19:30:02,755 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:30:02,755 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:30:11,295 [INFO] Simulating with mode cropfollow +2025-04-27 19:30:11,295 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:30:11,295 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:30:20,734 [INFO] Simulating with mode cropfollow +2025-04-27 19:30:20,734 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:30:20,734 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:30:28,400 [INFO] Simulating with mode cropfollow +2025-04-27 19:30:28,400 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:30:28,400 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:30:36,674 [INFO] Simulating with mode cropfollow +2025-04-27 19:30:36,674 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:30:36,674 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:30:44,876 [INFO] Simulating with mode cropfollow +2025-04-27 19:30:44,876 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:30:44,876 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:30:53,847 [INFO] Simulating with mode cropfollow +2025-04-27 19:30:53,847 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:30:53,847 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:31:02,258 [INFO] 0 check bloated tube unknown +2025-04-27 19:31:02,258 [INFO] =============================================== +Mode: 0 +stack size: 7 +remainTime: 15 + +2025-04-27 19:31:02,258 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:31:02,258 [INFO] Simulating with mode cropfollow +2025-04-27 19:31:02,258 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:31:02,258 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:31:11,998 [INFO] Simulating with mode cropfollow +2025-04-27 19:31:11,998 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:31:11,998 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:31:21,578 [INFO] Simulating with mode cropfollow +2025-04-27 19:31:21,578 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:31:21,578 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:31:31,192 [INFO] Simulating with mode cropfollow +2025-04-27 19:31:31,192 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:31:31,192 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:31:41,108 [INFO] Simulating with mode cropfollow +2025-04-27 19:31:41,108 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:31:41,108 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:31:49,693 [INFO] Simulating with mode cropfollow +2025-04-27 19:31:49,693 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:31:49,693 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:31:59,304 [INFO] Simulating with mode cropfollow +2025-04-27 19:31:59,304 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:31:59,304 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:32:07,053 [INFO] Simulating with mode cropfollow +2025-04-27 19:32:07,053 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:32:07,053 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:32:15,456 [INFO] Simulating with mode cropfollow +2025-04-27 19:32:15,456 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:32:15,456 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:32:23,693 [INFO] Simulating with mode cropfollow +2025-04-27 19:32:23,694 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:32:23,694 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:32:32,446 [INFO] Simulating with mode cropfollow +2025-04-27 19:32:32,446 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:32:32,446 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:32:40,827 [INFO] 0 check bloated tube unknown +2025-04-27 19:32:40,827 [INFO] =============================================== +Mode: 0 +stack size: 8 +remainTime: 15 + +2025-04-27 19:32:40,827 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:32:40,827 [INFO] Simulating with mode cropfollow +2025-04-27 19:32:40,827 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:32:40,827 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:32:50,489 [INFO] Simulating with mode cropfollow +2025-04-27 19:32:50,489 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:32:50,489 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:33:00,249 [INFO] Simulating with mode cropfollow +2025-04-27 19:33:00,249 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:33:00,249 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:33:09,918 [INFO] Simulating with mode cropfollow +2025-04-27 19:33:09,918 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:33:09,918 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:33:19,905 [INFO] Simulating with mode cropfollow +2025-04-27 19:33:19,905 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:33:19,906 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:33:28,522 [INFO] Simulating with mode cropfollow +2025-04-27 19:33:28,523 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:33:28,523 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:33:38,646 [INFO] Simulating with mode cropfollow +2025-04-27 19:33:38,646 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:33:38,646 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:33:47,122 [INFO] Simulating with mode cropfollow +2025-04-27 19:33:47,122 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:33:47,122 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:33:55,770 [INFO] Simulating with mode cropfollow +2025-04-27 19:33:55,770 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:33:55,770 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:34:04,401 [INFO] Simulating with mode cropfollow +2025-04-27 19:34:04,401 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:34:04,401 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:34:13,797 [INFO] Simulating with mode cropfollow +2025-04-27 19:34:13,797 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:34:13,797 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:34:22,499 [INFO] 0 check bloated tube unknown +2025-04-27 19:34:22,499 [INFO] =============================================== +Mode: 0 +stack size: 9 +remainTime: 15 + +2025-04-27 19:34:22,499 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:34:22,499 [INFO] Simulating with mode cropfollow +2025-04-27 19:34:22,499 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:34:22,499 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:34:32,116 [INFO] Simulating with mode cropfollow +2025-04-27 19:34:32,116 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:34:32,116 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:34:41,730 [INFO] Simulating with mode cropfollow +2025-04-27 19:34:41,730 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:34:41,730 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:34:51,526 [INFO] Simulating with mode cropfollow +2025-04-27 19:34:51,527 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:34:51,527 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:35:01,387 [INFO] Simulating with mode cropfollow +2025-04-27 19:35:01,388 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:35:01,388 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:35:09,968 [INFO] Simulating with mode cropfollow +2025-04-27 19:35:09,969 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:35:09,969 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:35:19,686 [INFO] Simulating with mode cropfollow +2025-04-27 19:35:19,686 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:35:19,686 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:35:27,648 [INFO] Simulating with mode cropfollow +2025-04-27 19:35:27,648 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:35:27,648 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:35:35,662 [INFO] Simulating with mode cropfollow +2025-04-27 19:35:35,662 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:35:35,662 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:35:43,692 [INFO] Simulating with mode cropfollow +2025-04-27 19:35:43,692 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:35:43,692 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:35:52,388 [INFO] Simulating with mode cropfollow +2025-04-27 19:35:52,388 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:35:52,388 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:36:00,634 [INFO] 0 check bloated tube unknown +2025-04-27 19:36:00,634 [INFO] =============================================== +Mode: 0 +stack size: 10 +remainTime: 15 + +2025-04-27 19:36:00,634 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:36:00,634 [INFO] Simulating with mode cropfollow +2025-04-27 19:36:00,634 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:36:00,634 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:36:10,098 [INFO] Simulating with mode cropfollow +2025-04-27 19:36:10,098 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:36:10,098 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:36:19,596 [INFO] Simulating with mode cropfollow +2025-04-27 19:36:19,596 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:36:19,596 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:36:29,309 [INFO] Simulating with mode cropfollow +2025-04-27 19:36:29,310 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:36:29,310 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:36:38,961 [INFO] Simulating with mode cropfollow +2025-04-27 19:36:38,961 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:36:38,961 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:36:47,476 [INFO] Simulating with mode cropfollow +2025-04-27 19:36:47,476 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:36:47,476 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:36:56,823 [INFO] Simulating with mode cropfollow +2025-04-27 19:36:56,824 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:36:56,824 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:37:04,534 [INFO] Simulating with mode cropfollow +2025-04-27 19:37:04,534 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:37:04,534 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:37:12,407 [INFO] Simulating with mode cropfollow +2025-04-27 19:37:12,407 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:37:12,407 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:37:20,319 [INFO] Simulating with mode cropfollow +2025-04-27 19:37:20,319 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:37:20,319 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:37:28,995 [INFO] Simulating with mode cropfollow +2025-04-27 19:37:28,996 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.436}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:37:28,996 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:37:37,227 [INFO] 0 check bloated tube unknown +2025-04-27 19:37:37,227 [INFO] =============================================== +Mode: 0 +stack size: 11 +remainTime: 15 + +2025-04-27 19:37:37,227 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:37:37,227 [INFO] 0 is not valid anymore +2025-04-27 19:37:37,227 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 19:37:37,227 [INFO] simulation time: 8.588528633117676 +2025-04-27 19:37:37,227 [INFO] verification time: 982.1128797531128 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/results.json new file mode 100644 index 0000000000000000000000000000000000000000..6246f2efd799915cccaabc4df6426874d3480b29 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg25_0/results.json @@ -0,0 +1,7 @@ +{ + "safety": "UNKNOWN", + "sim_time": 8.588528633117676, + "verification_time": 982.1128797531128, + "refine_time": null, + "total_time": 991.2536163330078 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e85229ba35d6b70e4ec4b261ae729c1db7e6af8 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.000:0.785]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.017819222062826157 -0.08619927614927292 0.11010070145130157 -0.18878544867038727 -0.14573915302753448 0.15314699709415436 +0.3333333432674408 0.19925743341445923 -0.03503773733973503 -0.019849717617034912 0.10997061431407928 -0.18997029960155487 -0.18004609644412994 0.11989481747150421 +0.6666666865348816 0.39921805262565613 -0.03900742158293724 -0.21909348666667938 0.05307059362530708 -0.23975788056850433 -0.13108544051647186 0.16174302995204926 +1.0 0.5944370031356812 -0.08247639983892441 -0.2747980058193207 -0.005942530930042267 -0.29468652606010437 -0.15901026129722595 0.12973374128341675 +1.3333333730697632 0.7869330048561096 -0.13674691319465637 -0.16478276252746582 -0.029788315296173096 -0.3257245421409607 -0.24370551109313965 0.05223071575164795 +1.6666666269302368 0.9842238426208496 -0.16955453157424927 -0.1169283390045166 -0.049744293093681335 -0.34769582748413086 -0.289364755153656 0.00858674943447113 +2.0 1.1828582286834717 -0.19288694858551025 0.05027000606060028 -0.03051421046257019 -0.3301352560520172 -0.3552596867084503 -0.055638641119003296 +2.3333332538604736 1.3826055526733398 -0.18283718824386597 0.18804456293582916 0.011253148317337036 -0.2834583818912506 -0.37692752480506897 -0.08221599459648132 +2.6666667461395264 1.5790798664093018 -0.14544951915740967 0.46282386779785156 0.10038894414901733 -0.1680496633052826 -0.39128798246383667 -0.12284938246011734 +3.0 1.7580389976501465 -0.05615417659282684 0.3965708017349243 0.17876885831356049 -0.09794843941926956 -0.291077196598053 -0.014359913766384125 +3.3333332538604736 1.9425171613693237 0.021097339689731598 0.20593586564064026 0.21904867887496948 -0.0746123418211937 -0.17685401439666748 0.11680702120065689 +3.6666667461395264 2.138291120529175 0.06199401244521141 0.13125763833522797 0.24342399835586548 -0.05399543419480324 -0.11943596601486206 0.17798346281051636 +4.0 2.3365707397460938 0.08817023038864136 -0.1076619029045105 0.21043825149536133 -0.08782480657100677 -0.034097783267498016 0.2641652822494507 +4.333333492279053 2.5354127883911133 0.06667941808700562 -0.11780085414648056 0.18625769019126892 -0.11166316270828247 -0.05289886146783829 0.2450219988822937 +4.666666507720947 2.7340266704559326 0.04317370057106018 -0.08446584641933441 0.17154757678508759 -0.12738288938999176 -0.08520017564296722 0.21373029053211212 +5.0 2.9333136081695557 0.026300610974431038 -0.05262329801917076 0.16294321417808533 -0.1366415023803711 -0.11034199595451355 0.18924272060394287 +5.333333492279053 3.1330368518829346 0.01578080840408802 -0.0050902701914310455 0.16450631618499756 -0.135489821434021 -0.13294470310211182 0.16705143451690674 +5.666666507720947 3.3330342769622803 0.014762758277356625 0.004213279113173485 0.16581475734710693 -0.13418260216712952 -0.13628923892974854 0.16370812058448792 +6.0 3.5330324172973633 0.015605411492288113 0.26153564453125 0.2251455932855606 -0.06465262919664383 -0.19393478333950043 0.0958634540438652 +6.333333492279053 3.726231336593628 0.06731827557086945 0.19675275683403015 0.2632957100868225 -0.030916258692741394 -0.12865914404392242 0.16555280983448029 +6.666666507720947 3.922372579574585 0.10641543567180634 0.023471474647521973 0.2622414529323578 -0.03767591714859009 -0.04941058158874512 0.25050678849220276 +7.0 4.122317314147949 0.11110930144786835 0.04768994823098183 0.2728567123413086 -0.026802197098731995 -0.05063812434673309 0.2490207999944687 +7.333333492279053 4.322090148925781 0.12064367532730103 -0.21722263097763062 0.21323905885219574 -0.07971088588237762 0.02804829180240631 0.32099825143814087 +7.666666507720947 4.517390251159668 0.07753999531269073 -0.0512998104095459 0.2145233303308487 -0.08508200943470001 -0.059443339705467224 0.24016200006008148 +8.0 4.717127323150635 0.06728453189134598 0.10874594748020172 0.24353140592575073 -0.05469648540019989 -0.10896234959363937 0.18926554918289185 +8.333333015441895 4.915946006774902 0.08899088203907013 -0.030941814184188843 0.23118485510349274 -0.06867153942584991 -0.05320309102535248 0.24665330350399017 +8.666666984558105 5.115850448608398 0.08280350267887115 -0.1469772458076477 0.19457408785820007 -0.10219140350818634 -0.02896708995103836 0.26779842376708984 +9.0 5.313694000244141 0.053513772785663605 -0.43262696266174316 0.08487960696220398 -0.18748065829277039 0.02214793860912323 0.2945081889629364 +9.333333015441895 5.495267391204834 -0.030337676405906677 -0.14701199531555176 0.0814235508441925 -0.21534040570259094 -0.14209890365600586 0.1546650528907776 +9.666666984558105 5.69310998916626 -0.05963428318500519 -0.10919082164764404 0.06222891807556152 -0.23598447442054749 -0.1814974844455719 0.11671590805053711 +10.0 5.891919136047363 -0.08142907917499542 -0.09223818778991699 0.04490642249584198 -0.2538183331489563 -0.20776458084583282 0.09096015989780426 +10.333333015441895 6.091068744659424 -0.09985057264566422 -0.04693388566374779 0.03825508803129196 -0.2614145576953888 -0.2379562258720398 0.06171341985464096 +10.666666984558105 6.290848731994629 -0.10923390090465546 -0.2418394535779953 -0.02347126603126526 -0.31474101543426514 -0.19499653577804565 0.09627321362495422 +11.0 6.4850287437438965 -0.15713170170783997 -0.27927467226982117 -0.08185797929763794 -0.3702346682548523 -0.232405424118042 0.05597126483917236 +11.333333015441895 6.677279949188232 -0.21226340532302856 -0.4042569398880005 -0.1726880818605423 -0.44850659370422363 -0.251838743686676 0.02397976815700531 +11.666666984558105 6.861158847808838 -0.2909305691719055 -0.2643546760082245 -0.21146297454833984 -0.5010414123535156 -0.3703981637954712 -0.0808197557926178 +12.0 7.054211139678955 -0.3431878685951233 -0.05279485881328583 -0.2065894454717636 -0.506171464920044 -0.4797862768173218 -0.18020428717136383 +12.333333015441895 7.253932476043701 -0.35374194383621216 0.13095586001873016 -0.17238083481788635 -0.4698121249675751 -0.5351030826568604 -0.23767176270484924 +12.666666984558105 7.4522199630737305 -0.327625572681427 -0.14512987434864044 -0.2153577357530594 -0.5122038722038269 -0.4398934245109558 -0.1430472582578659 +13.0 7.65011739730835 -0.35654976963996887 -0.4308204650878906 -0.32466036081314087 -0.5972473621368408 -0.3884391784667969 -0.11585214734077454 +13.333333015441895 7.831841945648193 -0.44007307291030884 -0.3461490869522095 -0.383789598941803 -0.6659954786300659 -0.4963565468788147 -0.21415066719055176 +13.666666984558105 8.019979476928711 -0.5079286694526672 -0.060451626777648926 -0.37330636382102966 -0.6727583408355713 -0.6425509452819824 -0.3430989682674408 +14.0 8.219614028930664 -0.5200116038322449 0.22522881627082825 -0.3179677724838257 -0.6103907227516174 -0.7220554351806641 -0.4296324849128723 +14.333333015441895 8.414562225341797 -0.4753457307815552 0.5108811855316162 -0.22226211428642273 -0.48395630717277527 -0.7284293174743652 -0.4667351543903351 +14.666666984558105 8.589025497436523 -0.3775565028190613 0.3110012412071228 -0.15824934840202332 -0.44385766983032227 -0.5968636274337769 -0.3112553358078003 +15.0 8.779431343078613 -0.31635409593582153 0.2663305699825287 -0.10584431886672974 -0.3952672779560089 -0.5268638730049133 -0.23744091391563416 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf70598db803aed0da9d5469bed4a1a7105c10a2 --- /dev/null +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/log.txt @@ -0,0 +1,5 @@ +2025-04-27 19:38:41,327 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:41,327 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.785}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:41,327 [INFO] [0.0, -0.017819221171114147, -0.08619927790805128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:53,306 [INFO] Current simulation is not safe. Program halt +2025-04-27 19:38:53,306 [INFO] simulation time 11.979533910751343 diff --git a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/results.json similarity index 53% rename from output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/results.json rename to output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/results.json index 156fd62ac387cd97350f6a3baa1b02aa345aab01..03aea536a73f30f379caa112967c02419f9d8bef 100644 --- a/output/noise/perception/p01_a10/heading/perceptnoise_pose0_00__heading2_00/results.json +++ b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg45_0/results.json @@ -1,7 +1,7 @@ { "safety": "UNSAFE", - "sim_time": 9.791455745697021, + "sim_time": 11.979533910751343, "verification_time": null, "refine_time": null, - "total_time": 10.342357635498047 + "total_time": 12.53059434890747 } \ No newline at end of file diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/Traj.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/Traj.txt deleted file mode 100644 index 6e5e1932a57614df09ab764ad31d1341e3b73f86..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:0.09]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 -0.08261318504810333 0.12018808722496033 0.09627947211265564 -0.20155638456344604 -0.2615058422088623 0.03633000701665878 -0.3333333432674408 0.19855724275112152 -0.05863339453935623 0.10023394972085953 0.11563027650117874 -0.1828639805316925 -0.2328970730304718 0.06559718400239944 -0.6666666865348816 0.397553414106369 -0.038620155304670334 0.0828402042388916 0.1315518319606781 -0.1674194037914276 -0.20879215002059937 0.09017908573150635 -1.0 0.596867561340332 -0.022071056067943573 0.06686839461326599 0.14429837465286255 -0.15503117442131042 -0.1884404718875885 0.11088906973600388 -1.3333333730697632 0.7964205741882324 -0.008707340806722641 0.05288594961166382 0.15429826080799103 -0.1452823132276535 -0.1717129498720169 0.12786762416362762 -1.6666666269302368 0.9961409568786621 0.0018649203702807426 0.04053192213177681 0.16187195479869843 -0.13788168132305145 -0.1581421047449112 0.14161153137683868 -2.0 1.195976734161377 0.00996908638626337 0.0287660863250494 0.1670975536108017 -0.1327783316373825 -0.1471593827009201 0.1527165025472641 -2.3333332538604736 1.3958940505981445 0.015721511095762253 0.021562226116657257 0.17107678949832916 -0.12885348498821259 -0.13963375985622406 0.1602965146303177 -2.6666667461395264 1.5958476066589355 0.020033622160553932 0.010091850534081459 0.17254891991615295 -0.1274358332157135 -0.1324816644191742 0.16750308871269226 -3.0 1.79583740234375 0.022051958367228508 0.006009366828948259 0.17355158925056458 -0.12644299864768982 -0.12944766879081726 0.17054691910743713 -3.3333332538604736 1.9958337545394897 0.023253824561834335 0.0009746248833835125 0.17349740862846375 -0.12650245428085327 -0.12698975205421448 0.17301011085510254 -3.6666667461395264 2.195833683013916 0.023448750376701355 -0.005424309056252241 0.17209048569202423 -0.12790511548519135 -0.12519298493862152 0.17480261623859406 -4.0 2.3958306312561035 0.022363893687725067 -0.006664324551820755 0.170694500207901 -0.1292988359928131 -0.12596669793128967 0.17402663826942444 -4.333333492279053 2.5958261489868164 0.021031038835644722 -0.005815620068460703 0.16957461833953857 -0.13042032718658447 -0.12751254439353943 0.17248240113258362 -4.666666507720947 2.795822858810425 0.019867921248078346 -0.012134019285440445 0.16682346165180206 -0.1331544667482376 -0.12708760797977448 0.1728903204202652 -5.0 2.9958081245422363 0.017441175878047943 -0.013773005455732346 0.16398382186889648 -0.13598772883415222 -0.1291014552116394 0.1708700954914093 -5.333333492279053 3.195789098739624 0.014686661772429943 -0.012142804451286793 0.1616399884223938 -0.1383379101753235 -0.13226667046546936 0.16771122813224792 -5.666666507720947 3.3957743644714355 0.01225816085934639 -0.011036312207579613 0.15949000418186188 -0.14049173891544342 -0.1349736899137497 0.1650080531835556 -6.0 3.595762252807617 0.010050943121314049 -0.006329921539872885 0.1584654599428177 -0.14152853190898895 -0.13836358487606049 0.16163040697574615 -6.333333492279053 3.7957582473754883 0.008784967474639416 -0.008274764753878117 0.1567111760377884 -0.1432785838842392 -0.139141246676445 0.16084851324558258 -6.666666507720947 3.99575138092041 0.0071300333365798 -0.007225645240396261 0.1553197205066681 -0.1446724534034729 -0.14105966687202454 0.15893250703811646 -7.0 4.195745944976807 0.005684916861355305 -0.004734341986477375 0.15449965000152588 -0.14549699425697327 -0.14312982559204102 0.15686681866645813 -7.333333492279053 4.3957438468933105 0.004738051909953356 -0.0012265010736882687 0.1544313132762909 -0.14556846022605896 -0.14495521783828735 0.1550445556640625 -7.666666507720947 4.595743656158447 0.0044927517883479595 0.0018380063120275736 0.1549520045518875 -0.14504750072956085 -0.1459665149450302 0.15403299033641815 -8.0 4.795743465423584 0.004860352724790573 -0.00025067245587706566 0.15479768812656403 -0.14520232379436493 -0.14507697522640228 0.15492303669452667 -8.333333015441895 4.995743274688721 0.00481021823361516 -0.002089480170980096 0.15428751707077026 -0.14571183919906616 -0.14466708898544312 0.1553322672843933 -8.666666984558105 5.195742607116699 0.004392322618514299 -0.0004329665098339319 0.15428407490253448 -0.14571590721607208 -0.14549942314624786 0.1545005589723587 -9.0 5.395742416381836 0.004305729176849127 -0.0017830885481089354 0.15385973453521729 -0.14613980054855347 -0.14524826407432556 0.1547512710094452 -9.333333015441895 5.595742225646973 0.003949111793190241 -0.00911506824195385 0.1516641527414322 -0.1483234018087387 -0.14376594126224518 0.15622161328792572 -9.666666984558105 5.79573392868042 0.0021261232905089855 -0.008802284486591816 0.1499197781085968 -0.15006861090660095 -0.14566752314567566 0.1543208658695221 -10.0 5.995726108551025 0.00036568904761224985 -0.009025422856211662 0.148103266954422 -0.151884526014328 -0.14737188816070557 0.15261590480804443 -10.333333015441895 6.195717811584473 -0.0014393710298463702 -0.0065673054195940495 0.14691558480262756 -0.15307796001434326 -0.149794340133667 0.15019920468330383 -10.666666984558105 6.3957133293151855 -0.0027528228238224983 -0.0041853440925478935 0.1461995393037796 -0.15379785001277924 -0.15170519053936005 0.1482921987771988 -11.0 6.595711708068848 -0.0035898892674595118 0.00023756548762321472 0.14646951854228973 -0.15353049337863922 -0.15364928543567657 0.14635072648525238 -11.333333015441895 6.795711517333984 -0.0035423762165009975 -0.004324364475905895 0.14537513256072998 -0.15462207794189453 -0.15245988965034485 0.14753732085227966 -11.666666984558105 6.995709419250488 -0.004407246597111225 -0.0029350940603762865 0.14485834538936615 -0.15514038503170013 -0.15367282927036285 0.14632590115070343 -12.0 7.195708751678467 -0.004994264803826809 -0.0030044293962419033 0.1442539542913437 -0.15574468672275543 -0.15424247086048126 0.14575617015361786 -12.333333015441895 7.395708084106445 -0.00559514993801713 -0.002704469719901681 0.14372819662094116 -0.15627071261405945 -0.15491849184036255 0.14508041739463806 -12.666666984558105 7.595707416534424 -0.0061360434629023075 -0.001637129345908761 0.14345449209213257 -0.15654513239860535 -0.1557265818119049 0.144273042678833 -13.0 7.7957072257995605 -0.006463469006121159 -0.001770276459865272 0.14309373497962952 -0.15690580010414124 -0.15602067112922668 0.14397886395454407 -13.333333015441895 7.995707035064697 -0.006817524321377277 -0.0024739813525229692 0.14256353676319122 -0.1574355512857437 -0.15619857609272003 0.1438005119562149 -13.666666984558105 8.195706367492676 -0.007312320172786713 -0.0029597000684589148 0.14194712042808533 -0.15805158019065857 -0.15657174587249756 0.14342695474624634 -14.0 8.395705223083496 -0.007904259487986565 -0.0005579977296292782 0.14195621013641357 -0.1580437421798706 -0.157764732837677 0.14223521947860718 -14.333333015441895 8.595705032348633 -0.008015858940780163 -0.0004544811381492764 0.14187051355838776 -0.1581294685602188 -0.15790222585201263 0.14209775626659393 -14.666666984558105 8.79570484161377 -0.008106755092740059 -0.0006189891719259322 0.14173847436904907 -0.1582614779472351 -0.1579519808292389 0.1420479714870453 -15.0 8.995704650878906 -0.00823055300861597 0.001108708092942834 0.14204654097557068 -0.15795329213142395 -0.15850764513015747 0.14149218797683716 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/log.txt b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/log.txt deleted file mode 100644 index 66d450990b8b27c0553cda0f81410f3c3be3f8aa..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/log.txt +++ /dev/null @@ -1,447 +0,0 @@ -2025-04-27 17:41:39,674 [INFO] Simulating with mode cropfollow -2025-04-27 17:41:39,675 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:41:39,675 [INFO] [0.0, -0.0826131852213356, 0.12018808836137884, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:41:55,278 [INFO] Verification Begin -2025-04-27 17:41:55,278 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 17:41:55,278 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:41:55,278 [INFO] Simulating with mode cropfollow -2025-04-27 17:41:55,278 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:41:55,278 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:42:10,605 [INFO] Simulating with mode cropfollow -2025-04-27 17:42:10,605 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:42:10,605 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:42:26,789 [INFO] Simulating with mode cropfollow -2025-04-27 17:42:26,789 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:42:26,789 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:42:41,053 [INFO] Simulating with mode cropfollow -2025-04-27 17:42:41,053 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:42:41,053 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:42:56,041 [INFO] Simulating with mode cropfollow -2025-04-27 17:42:56,041 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:42:56,041 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:43:09,631 [INFO] Simulating with mode cropfollow -2025-04-27 17:43:09,631 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:43:09,632 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:43:23,729 [INFO] Simulating with mode cropfollow -2025-04-27 17:43:23,729 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:43:23,729 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:43:37,903 [INFO] Simulating with mode cropfollow -2025-04-27 17:43:37,903 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:43:37,903 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:43:51,798 [INFO] Simulating with mode cropfollow -2025-04-27 17:43:51,798 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:43:51,798 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:44:07,581 [INFO] Simulating with mode cropfollow -2025-04-27 17:44:07,581 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:44:07,581 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:44:22,546 [INFO] Simulating with mode cropfollow -2025-04-27 17:44:22,546 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:44:22,546 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:44:38,655 [INFO] 0 check bloated tube unknown -2025-04-27 17:44:38,655 [INFO] =============================================== -Mode: 0 -stack size: 2 -remainTime: 15 - -2025-04-27 17:44:38,655 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:44:38,655 [INFO] Simulating with mode cropfollow -2025-04-27 17:44:38,655 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:44:38,655 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:44:53,903 [INFO] Simulating with mode cropfollow -2025-04-27 17:44:53,903 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:44:53,903 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:45:08,295 [INFO] Simulating with mode cropfollow -2025-04-27 17:45:08,295 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:45:08,295 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:45:23,006 [INFO] Simulating with mode cropfollow -2025-04-27 17:45:23,006 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:45:23,006 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:45:38,805 [INFO] Simulating with mode cropfollow -2025-04-27 17:45:38,805 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:45:38,805 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:45:54,017 [INFO] Simulating with mode cropfollow -2025-04-27 17:45:54,017 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:45:54,017 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:46:09,243 [INFO] Simulating with mode cropfollow -2025-04-27 17:46:09,243 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:46:09,243 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:46:24,737 [INFO] Simulating with mode cropfollow -2025-04-27 17:46:24,737 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:46:24,737 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:46:40,185 [INFO] Simulating with mode cropfollow -2025-04-27 17:46:40,185 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:46:40,185 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:46:56,032 [INFO] Simulating with mode cropfollow -2025-04-27 17:46:56,033 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:46:56,033 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:47:11,005 [INFO] Simulating with mode cropfollow -2025-04-27 17:47:11,005 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:47:11,005 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:47:26,506 [INFO] 0 check bloated tube unknown -2025-04-27 17:47:26,506 [INFO] =============================================== -Mode: 0 -stack size: 3 -remainTime: 15 - -2025-04-27 17:47:26,506 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:47:26,506 [INFO] Simulating with mode cropfollow -2025-04-27 17:47:26,506 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:47:26,506 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:47:43,387 [INFO] Simulating with mode cropfollow -2025-04-27 17:47:43,387 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:47:43,387 [INFO] [0.0, -0.05970379340443373, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:47:58,877 [INFO] Simulating with mode cropfollow -2025-04-27 17:47:58,877 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:47:58,877 [INFO] [0.0, -0.06733274819357485, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:48:13,927 [INFO] Simulating with mode cropfollow -2025-04-27 17:48:13,927 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:48:13,927 [INFO] [0.0, -0.011673550975651564, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:48:29,293 [INFO] Simulating with mode cropfollow -2025-04-27 17:48:29,293 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:48:29,293 [INFO] [0.0, -0.026871275662171776, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:48:45,000 [INFO] Simulating with mode cropfollow -2025-04-27 17:48:45,000 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:48:45,000 [INFO] [0.0, -0.06672855082008801, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:49:00,670 [INFO] Simulating with mode cropfollow -2025-04-27 17:49:00,670 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:49:00,670 [INFO] [0.0, -0.03617579397351467, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:49:15,228 [INFO] Simulating with mode cropfollow -2025-04-27 17:49:15,228 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:49:15,228 [INFO] [0.0, -0.05638339429569719, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:49:30,800 [INFO] Simulating with mode cropfollow -2025-04-27 17:49:30,800 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:49:30,800 [INFO] [0.0, -0.06366878070967813, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:49:46,016 [INFO] Simulating with mode cropfollow -2025-04-27 17:49:46,016 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:49:46,016 [INFO] [0.0, -0.06443678812717282, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:50:00,667 [INFO] Simulating with mode cropfollow -2025-04-27 17:50:00,668 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:50:00,668 [INFO] [0.0, -0.08402083221495917, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:50:14,135 [INFO] 0 check bloated tube unknown -2025-04-27 17:50:14,135 [INFO] =============================================== -Mode: 0 -stack size: 4 -remainTime: 15 - -2025-04-27 17:50:14,135 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:50:14,136 [INFO] Simulating with mode cropfollow -2025-04-27 17:50:14,136 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:50:14,136 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:50:30,132 [INFO] Simulating with mode cropfollow -2025-04-27 17:50:30,132 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:50:30,132 [INFO] [0.0, -0.05970379340443373, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:50:45,889 [INFO] Simulating with mode cropfollow -2025-04-27 17:50:45,889 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:50:45,889 [INFO] [0.0, -0.06733274819357485, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:50:59,235 [INFO] Simulating with mode cropfollow -2025-04-27 17:50:59,235 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:50:59,235 [INFO] [0.0, -0.011673550975651564, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:51:14,033 [INFO] Simulating with mode cropfollow -2025-04-27 17:51:14,033 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:51:14,033 [INFO] [0.0, -0.026871275662171776, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:51:28,591 [INFO] Simulating with mode cropfollow -2025-04-27 17:51:28,591 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:51:28,591 [INFO] [0.0, -0.06672855082008801, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:51:44,283 [INFO] Simulating with mode cropfollow -2025-04-27 17:51:44,283 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:51:44,283 [INFO] [0.0, -0.03617579397351467, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:52:00,125 [INFO] Simulating with mode cropfollow -2025-04-27 17:52:00,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:52:00,126 [INFO] [0.0, -0.05638339429569719, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:52:16,269 [INFO] Simulating with mode cropfollow -2025-04-27 17:52:16,269 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:52:16,269 [INFO] [0.0, -0.06366878070967813, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:52:31,388 [INFO] Simulating with mode cropfollow -2025-04-27 17:52:31,388 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:52:31,388 [INFO] [0.0, -0.06443678812717282, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:52:45,792 [INFO] Simulating with mode cropfollow -2025-04-27 17:52:45,792 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:52:45,792 [INFO] [0.0, -0.08402083221495917, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:52:59,646 [INFO] 0 check bloated tube unknown -2025-04-27 17:52:59,646 [INFO] =============================================== -Mode: 0 -stack size: 5 -remainTime: 15 - -2025-04-27 17:52:59,646 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:52:59,646 [INFO] Simulating with mode cropfollow -2025-04-27 17:52:59,646 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:52:59,646 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:53:13,941 [INFO] Simulating with mode cropfollow -2025-04-27 17:53:13,941 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:53:13,941 [INFO] [0.0, -0.07985189670221687, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:53:28,047 [INFO] Simulating with mode cropfollow -2025-04-27 17:53:28,047 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:53:28,047 [INFO] [0.0, -0.08366637409678743, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:53:43,786 [INFO] Simulating with mode cropfollow -2025-04-27 17:53:43,786 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:53:43,786 [INFO] [0.0, -0.055836775487825785, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:53:58,881 [INFO] Simulating with mode cropfollow -2025-04-27 17:53:58,881 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:53:58,881 [INFO] [0.0, -0.06343563783108588, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:54:14,922 [INFO] Simulating with mode cropfollow -2025-04-27 17:54:14,922 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:54:14,922 [INFO] [0.0, -0.08336427541004401, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:54:30,083 [INFO] Simulating with mode cropfollow -2025-04-27 17:54:30,083 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:54:30,084 [INFO] [0.0, -0.06808789698675734, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:54:44,136 [INFO] Simulating with mode cropfollow -2025-04-27 17:54:44,136 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:54:44,136 [INFO] [0.0, -0.0781916971478486, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:54:59,587 [INFO] Simulating with mode cropfollow -2025-04-27 17:54:59,587 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:54:59,587 [INFO] [0.0, -0.08183439035483907, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:55:14,623 [INFO] Simulating with mode cropfollow -2025-04-27 17:55:14,623 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:55:14,623 [INFO] [0.0, -0.08221839406358641, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:55:29,859 [INFO] Simulating with mode cropfollow -2025-04-27 17:55:29,859 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:55:29,860 [INFO] [0.0, -0.09201041610747959, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:55:45,646 [INFO] 0 check bloated tube unknown -2025-04-27 17:55:45,646 [INFO] =============================================== -Mode: 0 -stack size: 6 -remainTime: 15 - -2025-04-27 17:55:45,646 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:55:45,646 [INFO] Simulating with mode cropfollow -2025-04-27 17:55:45,646 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:55:45,646 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:56:00,580 [INFO] Simulating with mode cropfollow -2025-04-27 17:56:00,581 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:56:00,581 [INFO] [0.0, -0.07985189670221687, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:56:16,240 [INFO] Simulating with mode cropfollow -2025-04-27 17:56:16,240 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:56:16,240 [INFO] [0.0, -0.08366637409678743, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:56:31,662 [INFO] Simulating with mode cropfollow -2025-04-27 17:56:31,662 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:56:31,662 [INFO] [0.0, -0.055836775487825785, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:56:46,496 [INFO] Simulating with mode cropfollow -2025-04-27 17:56:46,497 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:56:46,497 [INFO] [0.0, -0.06343563783108588, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:57:01,169 [INFO] Simulating with mode cropfollow -2025-04-27 17:57:01,169 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:57:01,169 [INFO] [0.0, -0.08336427541004401, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:57:15,773 [INFO] Simulating with mode cropfollow -2025-04-27 17:57:15,774 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:57:15,774 [INFO] [0.0, -0.06808789698675734, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:57:31,183 [INFO] Simulating with mode cropfollow -2025-04-27 17:57:31,183 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:57:31,183 [INFO] [0.0, -0.0781916971478486, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:57:46,183 [INFO] Simulating with mode cropfollow -2025-04-27 17:57:46,183 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:57:46,183 [INFO] [0.0, -0.08183439035483907, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:58:01,170 [INFO] Simulating with mode cropfollow -2025-04-27 17:58:01,171 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:58:01,171 [INFO] [0.0, -0.08221839406358641, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:58:15,970 [INFO] Simulating with mode cropfollow -2025-04-27 17:58:15,970 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:58:15,970 [INFO] [0.0, -0.09201041610747959, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:58:30,779 [INFO] 0 check bloated tube unknown -2025-04-27 17:58:30,779 [INFO] =============================================== -Mode: 0 -stack size: 7 -remainTime: 15 - -2025-04-27 17:58:30,779 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 17:58:30,779 [INFO] Simulating with mode cropfollow -2025-04-27 17:58:30,779 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:58:30,779 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:58:47,261 [INFO] Simulating with mode cropfollow -2025-04-27 17:58:47,261 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:58:47,261 [INFO] [0.0, -0.08992594835110844, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:59:02,142 [INFO] Simulating with mode cropfollow -2025-04-27 17:59:02,164 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:59:02,164 [INFO] [0.0, -0.09183318704839372, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:59:17,937 [INFO] Simulating with mode cropfollow -2025-04-27 17:59:17,937 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:59:17,937 [INFO] [0.0, -0.0779183877439129, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:59:32,901 [INFO] Simulating with mode cropfollow -2025-04-27 17:59:32,901 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:59:32,901 [INFO] [0.0, -0.08171781891554296, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:59:48,297 [INFO] Simulating with mode cropfollow -2025-04-27 17:59:48,297 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:59:48,297 [INFO] [0.0, -0.09168213770502201, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:00:03,786 [INFO] Simulating with mode cropfollow -2025-04-27 18:00:03,786 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:00:03,786 [INFO] [0.0, -0.08404394849337868, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:00:18,412 [INFO] Simulating with mode cropfollow -2025-04-27 18:00:18,412 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:00:18,412 [INFO] [0.0, -0.0890958485739243, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:00:32,833 [INFO] Simulating with mode cropfollow -2025-04-27 18:00:32,833 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:00:32,834 [INFO] [0.0, -0.09091719517741953, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:00:48,922 [INFO] Simulating with mode cropfollow -2025-04-27 18:00:48,923 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:00:48,923 [INFO] [0.0, -0.09110919703179321, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:01:04,137 [INFO] Simulating with mode cropfollow -2025-04-27 18:01:04,137 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:01:04,137 [INFO] [0.0, -0.0960052080537398, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:01:18,847 [INFO] 0 check bloated tube unknown -2025-04-27 18:01:18,847 [INFO] =============================================== -Mode: 0 -stack size: 8 -remainTime: 15 - -2025-04-27 18:01:18,847 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 18:01:18,848 [INFO] Simulating with mode cropfollow -2025-04-27 18:01:18,848 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:01:18,848 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:01:34,665 [INFO] Simulating with mode cropfollow -2025-04-27 18:01:34,665 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:01:34,665 [INFO] [0.0, -0.08992594835110844, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:01:49,032 [INFO] Simulating with mode cropfollow -2025-04-27 18:01:49,032 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:01:49,032 [INFO] [0.0, -0.09183318704839372, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:02:04,396 [INFO] Simulating with mode cropfollow -2025-04-27 18:02:04,396 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:02:04,396 [INFO] [0.0, -0.0779183877439129, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:02:18,594 [INFO] Simulating with mode cropfollow -2025-04-27 18:02:18,594 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:02:18,594 [INFO] [0.0, -0.08171781891554296, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:02:33,421 [INFO] Simulating with mode cropfollow -2025-04-27 18:02:33,421 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:02:33,421 [INFO] [0.0, -0.09168213770502201, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:02:49,632 [INFO] Simulating with mode cropfollow -2025-04-27 18:02:49,632 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:02:49,632 [INFO] [0.0, -0.08404394849337868, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:03:04,984 [INFO] Simulating with mode cropfollow -2025-04-27 18:03:04,984 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:03:04,984 [INFO] [0.0, -0.0890958485739243, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:03:19,013 [INFO] Simulating with mode cropfollow -2025-04-27 18:03:19,013 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:03:19,013 [INFO] [0.0, -0.09091719517741953, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:03:33,525 [INFO] Simulating with mode cropfollow -2025-04-27 18:03:33,526 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:03:33,526 [INFO] [0.0, -0.09110919703179321, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:03:47,273 [INFO] Simulating with mode cropfollow -2025-04-27 18:03:47,273 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:03:47,273 [INFO] [0.0, -0.0960052080537398, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:04:02,748 [INFO] 0 check bloated tube unknown -2025-04-27 18:04:02,748 [INFO] =============================================== -Mode: 0 -stack size: 9 -remainTime: 15 - -2025-04-27 18:04:02,748 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 18:04:02,748 [INFO] Simulating with mode cropfollow -2025-04-27 18:04:02,748 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:04:02,748 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:04:17,613 [INFO] Simulating with mode cropfollow -2025-04-27 18:04:17,613 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:04:17,613 [INFO] [0.0, -0.09496297417555422, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:04:32,719 [INFO] Simulating with mode cropfollow -2025-04-27 18:04:32,719 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:04:32,719 [INFO] [0.0, -0.09591659352419686, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:04:49,350 [INFO] Simulating with mode cropfollow -2025-04-27 18:04:49,350 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:04:49,350 [INFO] [0.0, -0.08895919387195646, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:05:03,870 [INFO] Simulating with mode cropfollow -2025-04-27 18:05:03,871 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:05:03,871 [INFO] [0.0, -0.09085890945777148, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:05:18,516 [INFO] Simulating with mode cropfollow -2025-04-27 18:05:18,516 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:05:18,516 [INFO] [0.0, -0.09584106885251101, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:05:33,695 [INFO] Simulating with mode cropfollow -2025-04-27 18:05:33,695 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:05:33,695 [INFO] [0.0, -0.09202197424668934, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:05:49,097 [INFO] Simulating with mode cropfollow -2025-04-27 18:05:49,097 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:05:49,097 [INFO] [0.0, -0.09454792428696215, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:06:04,551 [INFO] Simulating with mode cropfollow -2025-04-27 18:06:04,551 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:06:04,551 [INFO] [0.0, -0.09545859758870977, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:06:20,175 [INFO] Simulating with mode cropfollow -2025-04-27 18:06:20,175 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:06:20,175 [INFO] [0.0, -0.09555459851589661, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:06:35,174 [INFO] Simulating with mode cropfollow -2025-04-27 18:06:35,174 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:06:35,174 [INFO] [0.0, -0.0980026040268699, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:06:51,044 [INFO] 0 check bloated tube unknown -2025-04-27 18:06:51,044 [INFO] =============================================== -Mode: 0 -stack size: 10 -remainTime: 15 - -2025-04-27 18:06:51,044 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 18:06:51,044 [INFO] Simulating with mode cropfollow -2025-04-27 18:06:51,044 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:06:51,044 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:07:04,950 [INFO] Simulating with mode cropfollow -2025-04-27 18:07:04,950 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:07:04,950 [INFO] [0.0, -0.09496297417555422, -0.16514583577435962, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:07:19,756 [INFO] Simulating with mode cropfollow -2025-04-27 18:07:19,756 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:07:19,756 [INFO] [0.0, -0.09591659352419686, -0.17171240468529297, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:07:35,274 [INFO] Simulating with mode cropfollow -2025-04-27 18:07:35,274 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:07:35,274 [INFO] [0.0, -0.08895919387195646, -0.1677994293995547, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:07:51,593 [INFO] Simulating with mode cropfollow -2025-04-27 18:07:51,593 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:07:51,593 [INFO] [0.0, -0.09085890945777148, -0.16473588259206876, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:08:06,823 [INFO] Simulating with mode cropfollow -2025-04-27 18:08:06,824 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:08:06,824 [INFO] [0.0, -0.09584106885251101, -0.17167462702929667, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:08:22,553 [INFO] Simulating with mode cropfollow -2025-04-27 18:08:22,553 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:08:22,553 [INFO] [0.0, -0.09202197424668934, -0.1725413570609912, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:08:38,084 [INFO] Simulating with mode cropfollow -2025-04-27 18:08:38,084 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:08:38,084 [INFO] [0.0, -0.09454792428696215, -0.16739127766891904, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:08:52,821 [INFO] Simulating with mode cropfollow -2025-04-27 18:08:52,821 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:08:52,821 [INFO] [0.0, -0.09545859758870977, -0.17108298608149958, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:09:07,943 [INFO] Simulating with mode cropfollow -2025-04-27 18:09:07,943 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:09:07,943 [INFO] [0.0, -0.09555459851589661, -0.17289387487213645, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:09:23,345 [INFO] Simulating with mode cropfollow -2025-04-27 18:09:23,345 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.09}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:09:23,345 [INFO] [0.0, -0.0980026040268699, -0.1703304981611306, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:09:38,897 [INFO] 0 check bloated tube unknown -2025-04-27 18:09:38,898 [INFO] =============================================== -Mode: 0 -stack size: 11 -remainTime: 15 - -2025-04-27 18:09:38,898 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 18:09:38,898 [INFO] 0 is not valid anymore -2025-04-27 18:09:38,898 [INFO] Hit refine threshold, system halt, result unknown -2025-04-27 18:09:38,898 [INFO] simulation time: 15.603289365768433 -2025-04-27 18:09:38,898 [INFO] verification time: 1663.6198847293854 diff --git a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/results.json b/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/results.json deleted file mode 100644 index 568b5e41bfc607d1ae44723cf2ea9b8b71e3e1e4..0000000000000000000000000000000000000000 --- a/output/noise/perception/p01_a10/heading_degrees/perceptnoise_pose0_00__headingdeg5/results.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "safety": "UNKNOWN", - "sim_time": 15.603289365768433, - "verification_time": 1663.6198847293854, - "refine_time": null, - "total_time": 1679.786702632904 -} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/Traj.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/Traj.txt index c49a3ad9e5f7967322ab2a05cfca19475abab3ff..0faa44981c3c87bff2ed19150bd976b085a071be 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/Traj.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/Traj.txt @@ -1,47 +1,47 @@ -cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 0.004289513919502497 0.11611990630626678 0.18224415183067322 -0.11573556065559387 -0.1736651360988617 0.12431459128856659 -0.3333333432674408 0.19865314662456512 0.0274613406509161 0.08410437405109406 0.19793245196342468 -0.10100715607404709 -0.14300978183746338 0.155929833650589 -0.6666666865348816 0.39794623851776123 0.044262394309043884 0.057725727558135986 0.20843596756458282 -0.09106434881687164 -0.11991117894649506 0.1795891374349594 -1.0 0.5976130962371826 0.05580113083124161 0.036302875727415085 0.21477603912353516 -0.0850263312458992 -0.10317377001047134 0.196628600358963 -1.3333333730697632 0.7974813580513 0.06306011229753494 0.019181154668331146 0.21782752871513367 -0.08211729675531387 -0.09170729666948318 0.20823752880096436 -1.6666666269302368 0.9974445700645447 0.06689611077308655 0.0057535674422979355 0.21833200752735138 -0.08166302740573883 -0.08453978598117828 0.21545524895191193 -2.0 1.1974412202835083 0.06804681569337845 -0.004534877836704254 0.21691158413887024 -0.08308536559343338 -0.08081794530153275 0.21917900443077087 -2.3333332538604736 1.3974392414093018 0.06713984161615372 -0.012178780511021614 0.21408411860466003 -0.0858936682343483 -0.079804427921772 0.22017335891723633 -2.6666667461395264 1.5974243879318237 0.06470414251089096 -0.01763594150543213 0.21027207374572754 -0.08968130499124527 -0.08086378127336502 0.2190895974636078 -3.0 1.7973933219909668 0.06117713823914528 -0.02127818763256073 0.20582403242588043 -0.09410806000232697 -0.08346976339817047 0.21646232903003693 -3.3333332538604736 1.9973480701446533 0.0569218210875988 -0.023491043597459793 0.20100823044776917 -0.09890902042388916 -0.08716458082199097 0.21275267004966736 -3.6666667461395264 2.1972928047180176 0.052224043756723404 -0.02454628236591816 0.19604291021823883 -0.10386674106121063 -0.09159483015537262 0.20831482112407684 -4.0 2.3972325325012207 0.04731528088450432 -0.02470330521464348 0.1910943239927292 -0.10881416499614716 -0.09646375477313995 0.2034447342157364 -4.333333492279053 2.5971715450286865 0.042375121265649796 -0.024174587801098824 0.1862882375717163 -0.11362412571907043 -0.10153800249099731 0.19837436079978943 -4.666666507720947 2.7971131801605225 0.03754067420959473 -0.02314594015479088 0.18171453475952148 -0.11820513010025024 -0.10663318634033203 0.1932864785194397 -5.0 2.9970595836639404 0.03291190043091774 -0.021762557327747345 0.17743617296218872 -0.12249279022216797 -0.11161237955093384 0.18831658363342285 -5.333333492279053 3.197012186050415 0.02855973318219185 -0.020153265446424484 0.17349129915237427 -0.12644779682159424 -0.11637184023857117 0.18356725573539734 -5.666666507720947 3.3969717025756836 0.0245293527841568 -0.018415162339806557 0.16990038752555847 -0.1300487518310547 -0.12084168195724487 0.1791074573993683 -6.0 3.596937894821167 0.020846528932452202 -0.016631608828902245 0.1666680872440338 -0.13329043984413147 -0.12497502565383911 0.17498350143432617 -6.333333492279053 3.796910285949707 0.01752036064863205 -0.0148399006575346 0.16379401087760925 -0.13617298007011414 -0.12875330448150635 0.17121368646621704 -6.666666507720947 3.9968881607055664 0.014552488923072815 -0.013064690865576267 0.16127361357212067 -0.13870079815387726 -0.13216863572597504 0.1678057760000229 -7.0 4.196871280670166 0.011939624324440956 -0.011421053670346737 0.15907466411590576 -0.14090579748153687 -0.13519540429115295 0.16478505730628967 -7.333333492279053 4.396858215332031 0.009655462577939034 -0.00986518245190382 0.15718190371990204 -0.14280350506305695 -0.13787098228931427 0.16211442649364471 -7.666666507720947 4.596848487854004 0.007682458031922579 -0.008441117592155933 0.15556685626506805 -0.14442245662212372 -0.14020194113254547 0.1597873717546463 -8.0 4.796841144561768 0.005994254723191261 -0.007147677708417177 0.15420353412628174 -0.14578881859779358 -0.14221501350402832 0.157777339220047 -8.333333015441895 4.996836185455322 0.004564731381833553 -0.0059864716604352 0.15306542813777924 -0.14692918956279755 -0.14393596351146698 0.1560586541891098 -8.666666984558105 5.196832656860352 0.003367444034665823 -0.004954129457473755 0.15212707221508026 -0.14786924421787262 -0.14539219439029694 0.15460412204265594 -9.0 5.396830081939697 0.0023766220547258854 -0.004091024398803711 0.15135261416435242 -0.14864489436149597 -0.14659938216209412 0.15339812636375427 -9.333333015441895 5.596828460693359 0.0015584194334223866 -0.0032944739796221256 0.15073399245738983 -0.1492643803358078 -0.1476171463727951 0.15238122642040253 -9.666666984558105 5.79682731628418 0.0008995257667265832 -0.0025932262651622295 0.15025071799755096 -0.1497482806444168 -0.14845167100429535 0.15154732763767242 -10.0 5.996826648712158 0.0003808810142800212 -0.0019993626046925783 0.14988073706626892 -0.15011867880821228 -0.14911898970603943 0.15088042616844177 -10.333333015441895 6.196826457977295 -1.8991268007084727e-05 -0.0015002458821982145 0.14960579574108124 -0.15039388835430145 -0.14964376389980316 0.15035592019557953 -10.666666984558105 6.396826267242432 -0.00031904035131447017 -0.0010857308516278863 0.1494094431400299 -0.15059038996696472 -0.15004751086235046 0.14995232224464417 -11.0 6.596826076507568 -0.0005361865041777492 -0.0007437523454427719 0.14927783608436584 -0.15072208642959595 -0.15035021305084229 0.1496497094631195 -11.333333015441895 6.796825885772705 -0.0006849369965493679 -0.0004671591450460255 0.1491982638835907 -0.15080171823501587 -0.1505681276321411 0.14943185448646545 -11.666666984558105 6.996825695037842 -0.0007783687906339765 -0.00024638965260237455 0.14916004240512848 -0.15083996951580048 -0.15071676671504974 0.1492832452058792 -12.0 7.1968255043029785 -0.000827646697871387 -7.495713362004608e-05 0.14915362000465393 -0.15084639191627502 -0.1508089005947113 0.14919111132621765 -12.333333015441895 7.396825313568115 -0.0008426381391473114 8.317131141666323e-05 0.1491781622171402 -0.15082184970378876 -0.1508634239435196 0.14913658797740936 -12.666666984558105 7.596825122833252 -0.0008260039030574262 0.0001749040966387838 0.14921772480010986 -0.1507822871208191 -0.1508697271347046 0.14913028478622437 -13.0 7.796824932098389 -0.0007910230779089034 0.0002550379722379148 0.14927273988723755 -0.1507272720336914 -0.15085479617118835 0.1491452157497406 -13.333333015441895 7.996824741363525 -0.0007400154718197882 0.0003168066614307463 0.14933916926383972 -0.15066081285476685 -0.15081921219825745 0.14918076992034912 -13.666666984558105 8.19682502746582 -0.0006766541628167033 0.00033149507362395525 0.14940622448921204 -0.15059375762939453 -0.1507595181465149 0.14924046397209167 -14.0 8.396824836730957 -0.0006103551713749766 0.0003399312263354659 0.1494746208190918 -0.15052536129951477 -0.1506953239440918 0.14930465817451477 -14.333333015441895 8.596824645996094 -0.0005423689144663513 0.00034209442674182355 0.1495431363582611 -0.15045684576034546 -0.15062788128852844 0.14937210083007812 -14.666666984558105 8.79682445526123 -0.00047395002911798656 0.00033662657369859517 0.14961020648479462 -0.15038977563381195 -0.15055809915065765 0.1494418829679489 -15.0 8.996824264526367 -0.00040662469109520316 0.00032070843735709786 0.14967355132102966 -0.1503264307975769 -0.1504867970943451 0.14951318502426147 +cropfollow/pn=[0.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.09998369961977005 -0.13868820667266846 0.01401502639055252 -0.28310444951057434 -0.21398243308067322 0.08313704282045364 +0.3333333432674408 0.1980796456336975 -0.1276324987411499 -0.08807814121246338 -0.0002050250768661499 -0.29904210567474365 -0.25505995750427246 0.04377712309360504 +0.6666666865348816 0.39730438590049744 -0.14522536098957062 -0.04755576327443123 -0.0072794109582901 -0.3069402575492859 -0.28317129611968994 0.01648952066898346 +1.0 0.597078263759613 -0.15473292768001556 -0.015720199793577194 -0.008681342005729675 -0.30864429473876953 -0.30078452825546265 -0.0008215755224227905 +1.3333333730697632 0.7970535755157471 -0.15787683427333832 0.008723914623260498 -0.005701586604118347 -0.3056901693344116 -0.3100520968437195 -0.01006348431110382 +1.6666666269302368 0.9970459938049316 -0.1561320722103119 0.02694736234843731 0.0005494952201843262 -0.2993415892124176 -0.3128136396408081 -0.012922555208206177 +2.0 1.1969733238220215 -0.1507432460784912 0.04000350087881088 0.009134963154792786 -0.29062503576278687 -0.310621440410614 -0.010861441493034363 +2.3333332538604736 1.3968133926391602 -0.14274467527866364 0.04882135987281799 0.01927708089351654 -0.2803654670715332 -0.3047664165496826 -0.005123898386955261 +2.6666667461395264 1.5965750217437744 -0.13298428058624268 0.05420517548918724 0.030340075492858887 -0.269219309091568 -0.29630863666534424 0.0032507479190826416 +3.0 1.796281337738037 -0.1221485510468483 0.056860778480768204 0.0418165847659111 -0.25769859552383423 -0.2861136794090271 0.013401500880718231 +3.3333332538604736 1.9959580898284912 -0.11078251898288727 0.05738276243209839 0.05330842733383179 -0.24619781970977783 -0.2748734652996063 0.024632781744003296 +3.6666667461395264 2.1956288814544678 -0.09931226074695587 0.05627606809139252 0.06451188027858734 -0.2350132018327713 -0.2631363868713379 0.03638868033885956 +4.0 2.3953123092651367 -0.08806298673152924 0.05397370085120201 0.07520546019077301 -0.22435767948627472 -0.2513314485549927 0.04823170602321625 +4.333333492279053 2.5950210094451904 -0.07727348804473877 0.05082929879426956 0.0852346420288086 -0.21437790989875793 -0.23978161811828613 0.059830933809280396 +4.666666507720947 2.79476261138916 -0.06711200624704361 0.04712582379579544 0.09449856728315353 -0.20516836643218994 -0.22872257232666016 0.07094436138868332 +5.0 2.9945406913757324 -0.05769032984972 0.043105460703372955 0.10294338315725327 -0.19677796959877014 -0.21832403540611267 0.08139731734991074 +5.333333492279053 3.194355010986328 -0.04907190799713135 0.03894107788801193 0.11054719984531403 -0.18922539055347443 -0.20869101583957672 0.09108157455921173 +5.666666507720947 3.3942034244537354 -0.04128566011786461 0.03478441387414932 0.11731795966625214 -0.18250058591365814 -0.19988928735256195 0.09992925822734833 +6.0 3.5940823554992676 -0.034330181777477264 0.03073529340326786 0.12328159064054489 -0.17657673358917236 -0.19194194674491882 0.10791637748479843 +6.333333492279053 3.793987989425659 -0.028184089809656143 0.026874680072069168 0.12847961485385895 -0.17141206562519073 -0.18484778702259064 0.11504389345645905 +6.666666507720947 3.9939157962799072 -0.022809799760580063 0.023264173418283463 0.13296513259410858 -0.1669536978006363 -0.1785847395658493 0.12133409082889557 +7.0 4.193861484527588 -0.018157385289669037 0.019931484013795853 0.13679537177085876 -0.1631450653076172 -0.17311015725135803 0.12683027982711792 +7.333333492279053 4.393821716308594 -0.014171351678669453 0.016895458102226257 0.1400309056043625 -0.15992628037929535 -0.16837359964847565 0.1315835863351822 +7.666666507720947 4.5937933921813965 -0.01079242117702961 0.014154610224068165 0.14273108541965485 -0.15723885595798492 -0.16431592404842377 0.135654017329216 +8.0 4.793773174285889 -0.007961593568325043 0.011725040152668953 0.14495930075645447 -0.1550200879573822 -0.16088247299194336 0.1390969157218933 +8.333333015441895 4.993759632110596 -0.00561663880944252 0.00957705732434988 0.14677073061466217 -0.15321554243564606 -0.1580040007829666 0.1419822722673416 +8.666666984558105 5.193750381469727 -0.003701256588101387 0.007705129217356443 0.14822055399417877 -0.15177054703235626 -0.15562306344509125 0.1443680375814438 +9.0 5.393744468688965 -0.002160246018320322 0.0060915034264326096 0.1493598371744156 -0.15063460171222687 -0.15368033945560455 0.1463140994310379 +9.333333015441895 5.593740940093994 -0.0009419528068974614 0.004715042654424906 0.1502351462841034 -0.14976152777671814 -0.15211904048919678 0.14787763357162476 +9.666666984558105 5.793738842010498 1.0522198863327503e-06 0.0035536810755729675 0.15088853240013123 -0.14910957217216492 -0.1508864164352417 0.14911168813705444 +10.0 5.993737697601318 0.0007117870263755322 0.0025849565863609314 0.1513575166463852 -0.14864148199558258 -0.14993394911289215 0.15006504952907562 +10.333333015441895 6.193737030029297 0.001228777808137238 0.0017868898576125503 0.1516752690076828 -0.14832426607608795 -0.14921770989894867 0.15078182518482208 +10.666666984558105 6.393736839294434 0.0015861556166782975 0.0011384320678189397 0.15187066793441772 -0.14812913537025452 -0.1486983597278595 0.15130144357681274 +11.0 6.59373664855957 0.0018138419836759567 0.0006140632322058082 0.15196733176708221 -0.14803262054920197 -0.14833964407444 0.15166030824184418 +11.333333015441895 6.793736457824707 0.001936654676683247 0.0002025099820457399 0.15198729932308197 -0.14801271259784698 -0.14811398088932037 0.15188603103160858 +11.666666984558105 6.993736267089844 0.001977156614884734 -0.00011226150672882795 0.15194910764694214 -0.14805090427398682 -0.1479947865009308 0.15200522541999817 +12.0 7.1937360763549805 0.001954704290255904 -0.0003457922430243343 0.15186825394630432 -0.14813172817230225 -0.14795884490013123 0.15204113721847534 +12.333333015441895 7.393735885620117 0.0018855457892641425 -0.0005114956293255091 0.15175767242908478 -0.1482423096895218 -0.14798657596111298 0.1520134061574936 +12.666666984558105 7.593735694885254 0.0017832466401159763 -0.0006225035176612437 0.15162760019302368 -0.1483723521232605 -0.1480610966682434 0.15193885564804077 +13.0 7.793735504150391 0.0016587459249421954 -0.000689461303409189 0.1514863669872284 -0.1485135853290558 -0.14816886186599731 0.15183109045028687 +13.333333015441895 7.993735313415527 0.0015208537224680185 -0.000742873759008944 0.15133510529994965 -0.14866481721401215 -0.1482933908700943 0.1517065316438675 +13.666666984558105 8.193735122680664 0.0013722790172323585 -0.0007441584602929652 0.15118619799613953 -0.14881372451782227 -0.1484416425228119 0.1515582799911499 +14.0 8.3937349319458 0.0012234472669661045 -0.0007360642775893211 0.15103940665721893 -0.14896054565906525 -0.1485925167798996 0.15140743553638458 +14.333333015441895 8.593734741210938 0.001076234388165176 -0.0007173145422711968 0.15089687705039978 -0.1491030752658844 -0.1487444043159485 0.1512555480003357 +14.666666984558105 8.793734550476074 0.0009327714797109365 -0.0006870871293358505 0.1507609784603119 -0.1492389738559723 -0.14889544248580933 0.15110450983047485 +15.0 8.993734359741211 0.0007953540189191699 -0.0006231172592379153 0.15063954889774323 -0.14936040341854095 -0.1490488499403 0.1509511023759842 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/log.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/log.txt index 89478efba35bbba7ca782ffff86c1b17f7c02a70..420c234ea53739abd18af0a72cbc58fbc60181f4 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/log.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/log.txt @@ -1,52 +1,52 @@ -2025-04-27 15:52:01,773 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:01,773 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:01,773 [INFO] [0.0, 0.00428951407861991, 0.11611990691823448, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:05,013 [INFO] Verification Begin -2025-04-27 15:52:05,013 [INFO] =============================================== +2025-04-27 19:38:54,434 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:54,434 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:54,434 [INFO] [0.0, -0.09998370301149387, -0.13868820477718063, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:58,093 [INFO] Verification Begin +2025-04-27 19:38:58,093 [INFO] =============================================== Mode: 0 stack size: 1 remainTime: 15 -2025-04-27 15:52:05,013 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:58,093 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:05,013 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:05,013 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:05,013 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:05,524 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:05,524 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:05,524 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:08,821 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:08,821 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:08,821 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:11,778 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:11,778 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:11,778 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:14,803 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:14,803 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:14,803 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:18,377 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:18,377 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:18,377 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:21,274 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:21,274 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:21,274 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:23,983 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:23,983 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:23,983 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:26,548 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:26,548 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:26,548 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:29,349 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:29,349 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:29,349 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:32,550 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:32,550 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:32,550 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:35,477 [INFO] Mode 0 check bloated tube safe -2025-04-27 15:52:35,477 [INFO] No child exist in current initial, pop -2025-04-27 15:52:35,477 [INFO] System is Safe! -2025-04-27 15:52:35,477 [INFO] refine time 0 -2025-04-27 15:52:35,477 [INFO] simulation time: 3.2400190830230713 -2025-04-27 15:52:35,477 [INFO] verification time: 30.46440100669861 +2025-04-27 19:38:58,093 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:58,093 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:58,093 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:38:58,602 [INFO] Simulating with mode cropfollow +2025-04-27 19:38:58,602 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:38:58,602 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:01,398 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:01,398 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:01,398 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:04,098 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:04,098 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:04,098 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:06,925 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:06,925 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:06,926 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:10,360 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:10,360 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:10,360 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:12,659 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:12,659 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:12,659 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:14,988 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:14,988 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:14,988 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:18,056 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:18,056 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:18,056 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:21,359 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:21,359 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:21,359 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:24,617 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:24,617 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:24,617 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:27,912 [INFO] Mode 0 check bloated tube safe +2025-04-27 19:39:27,912 [INFO] No child exist in current initial, pop +2025-04-27 19:39:27,912 [INFO] System is Safe! +2025-04-27 19:39:27,912 [INFO] refine time 0 +2025-04-27 19:39:27,912 [INFO] simulation time: 3.6590917110443115 +2025-04-27 19:39:27,912 [INFO] verification time: 29.819809198379517 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/reachtube.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/reachtube.txt index c14b5722043b6bf5a4cbf51aee01287b06318335..d0683a75da6d4f9f687bbe616db399eeea240ae6 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/reachtube.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/reachtube.txt @@ -1,91 +1,91 @@ -cropfollow/pn=[0.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 -0.0 0.0 -0.13401138368589632 -0.175 -0.011400183247411183 -0.3120961503415679 -0.25677446222559025 0.04369564085800749 -0.3333333432674408 0.20364713439301305 0.13401138368589632 0.175 0.31140019516834017 0.012096138420638919 -0.04322554969533869 0.2563043710629215 -0.3333333432674408 0.19635290136977382 -0.15620082836961557 -0.1607625278988049 -0.021861225747130564 -0.3222407968895291 -0.2905404377316727 0.00983913341072587 -0.6666666865348816 0.4056744486847894 0.15620082836961557 0.1607625278988049 0.3218612376680595 0.022240784968600158 -0.009459574189256276 0.2901608785102031 -0.6666666865348816 0.3943256228407843 -0.16888097607650143 -0.14768337357950873 -0.0252709370217285 -0.3254160654090924 -0.3124910083917022 -0.012345893483482473 -1.0 0.6067135384982536 0.16888097607650143 0.14768337357950873 0.32527094894265746 0.025416053488163476 0.012490996470773258 0.31234590540441143 -1.0 0.5932865091854622 -0.17405100292720072 -0.135668300830814 -0.0252709370217285 -0.3254160654090924 -0.3248396298074677 -0.024856102879892872 -1.3333333730697632 0.8071855224404931 0.17405100292720072 0.135668300830814 0.32527094894265746 0.025416053488163476 0.024839617886538795 0.3248561148008218 -1.3333333730697632 0.7928146206106543 -0.17405100292720072 -0.12463073618185563 -0.02326238278650586 -0.32324590971408074 -0.32960706831883524 -0.029725255013378055 -1.6666666269302368 1.0073602054115063 0.17405100292720072 0.12463073618185563 0.3232623947074348 0.023245897793151782 0.029607056397906284 0.32972526693430704 -1.6666666269302368 0.9926400330070728 -0.17341350680235942 -0.11449115804865435 -0.017282436411400842 -0.3172590262664864 -0.32960706831883524 -0.029725255013378055 -2.0 1.207425000832347 0.17341350680235942 0.11449115804865435 0.31728244833232977 0.017259014345557405 0.029607056397906284 0.32972526693430704 -2.0 1.1925753329536637 -0.16844279304524593 -0.10517650200182999 -0.008556824115385664 -0.30848982582103157 -0.3285360424791558 -0.028709911518380177 -2.3333332538604736 1.4074903658248838 0.16844279304524593 0.10517650200182999 0.3085568360363146 0.008489813900102589 0.028536030558226816 0.32870992343930916 -2.3333332538604736 1.3925100633285585 -0.16050722908678464 -0.09661966126979543 0.0021491080929413597 -0.2977408306216919 -0.3231635400085892 -0.023274230954255848 -2.6666667461395264 1.6075563054703128 0.16050722908678464 0.09661966126979543 0.2978509038279876 -0.002259181299237051 0.023163528087660257 0.3232742428751848 -2.6666667461395264 1.5924442190505612 -0.15033812695148077 -0.08875897372132172 0.01409039672698284 -0.2857664832646718 -0.31476667688786564 -0.014909796896211025 -3.0 1.8076228247292634 0.15033812695148077 0.08875897372132172 0.2859096151939461 -0.014233528656257183 0.01476666496693671 0.31490980881714 -3.0 1.7923777951590423 -0.13873803374745036 -0.08153781322238275 0.026650899662280514 -0.2731861030829128 -0.30412696715718124 -0.004289964411987979 -3.3333332538604736 2.007689809538724 0.13873803374745036 0.08153781322238275 0.27334911225864844 -0.02681390883801618 0.004126955236252283 0.30428997633291693 -3.3333332538604736 1.992310667298434 -0.12636167761457442 -0.07490414440755402 0.03935091093370632 -0.26047915972025076 -0.29207426616285526 0.007755804491101859 -3.6666667461395264 2.207757503510085 0.12636167761457442 0.07490414440755402 0.2606491009872226 -0.03952085220067819 -0.007925745758073727 0.2922442074298271 -3.6666667461395264 2.1922430686945047 -0.11372364816649333 -0.06881016656147766 0.05182589181916977 -0.24800764488040544 -0.2792731618942351 0.020560374805340148 -4.0 2.407825792526759 0.11372364816649333 0.06881016656147766 0.24817412010175918 -0.05199236704052353 -0.02072685002669386 0.27943963711558883 -4.0 2.3921748750452623 -0.1012174203546244 -0.06321198041909112 0.06380906183776316 -0.23603560822046404 -0.26624387628909063 0.03360079376913659 -4.333333492279053 2.6078946819214965 0.1012174203546244 0.06321198041909112 0.2361909500831658 -0.0639644037004649 -0.0337561356318383 0.26639921815179235 -4.333333492279053 2.5921060810179566 -0.0891340960595249 -0.05806924217239797 0.07470547047838036 -0.22516294679430227 -0.25337040518923215 0.04649022968517534 -4.666666507720947 2.8079641768271055 0.0891340960595249 0.05806924217239797 0.2252945414425486 -0.0748370651266267 -0.04662960673169678 0.2535097822357536 -4.666666507720947 2.7920366814797792 -0.07768927907339288 -0.053344908250800044 0.08422432352319056 -0.2156643195497298 -0.24096070149624282 0.05891818263350243 -5.0 3.0080342827699167 0.07768927907339288 0.053344908250800044 0.2157756883977384 -0.08433569237119914 -0.05903931042468613 0.24108182928742652 -5.0 2.9919666709043997 -0.0674253849653395 -0.04900492557490731 0.09253979937447818 -0.2073660589380373 -0.22922346316900571 0.07067435292203227 -5.333333492279053 3.2081050050255326 0.0674253849653395 0.04900492557490731 0.20746021254645078 -0.09263395298289165 -0.07077654875192324 0.22932565899889668 -5.333333492279053 3.1918960440162154 -0.058517501924936904 -0.04449644376149469 0.09980401834676211 -0.200116482541797 -0.2186823666877652 0.08123189631200016 -5.666666507720947 3.4081763489133103 0.058517501924936904 0.04449644376149469 0.20019599357416684 -0.09988352937913195 -0.08131764523316375 0.21876811560892878 -5.666666507720947 3.3918247954958693 -0.050786491280561834 -0.039942440559183105 0.10614987367975154 -0.19378307242537016 -0.20954383053948805 0.09038431179764744 -6.0 3.6082443345142794 0.050786491280561834 0.039942440559183105 0.19385013824117742 -0.1062169394955588 -0.0904561813814409 0.2096157001232815 -6.0 3.591756905262332 -0.04407685032571629 -0.03539561233388018 0.11169348345383127 -0.18825003208663377 -0.20162121239247444 0.09831863384529657 -6.333333492279053 3.808301287462019 0.04407685032571629 0.03539561233388018 0.18830652846709767 -0.1117499798342952 -0.09837879952845453 0.20168137807563238 -6.333333492279053 3.791700047682024 -0.038253651426775684 -0.0312835188411346 0.11653626046575333 -0.18341622407358707 -0.1947527401413141 0.1051969677468733 -6.666666507720947 4.00834755000391 0.038253651426775684 0.0312835188411346 0.18346375145517563 -0.11658378784734189 -0.10524727177961483 0.19480304417405564 -6.666666507720947 3.9916534036704068 -0.03319978930624335 -0.027649153650596933 0.12076679955671932 -0.17919328925679257 -0.18879816207039224 0.11115984825713138 -7.0 4.20838394122449 0.03319978930624335 0.027649153650596933 0.17923321236420964 -0.1208067226641364 -0.11120184985053672 0.18884016366379758 -7.0 4.1916166309801 -0.02881360982416771 -0.02443700679651598 0.12446251221067571 -0.17550401787539638 -0.18363586391705075 0.11632913000294276 -7.333333492279053 4.408411622455679 0.02881360982416771 0.02443700679651598 0.17553749971025323 -0.12449599404553258 -0.1163641480038782 0.1836708819179862 -7.333333492279053 4.391588568279184 -0.025006909033101807 -0.02159803185006626 0.1276910064612871 -0.17228097439948903 -0.1791604366074805 0.12081042603119652 -7.666666507720947 4.608432335695356 0.025006909033101807 0.02159803185006626 0.17230900545964187 -0.12771903752143993 -0.12083957531344848 0.17918958588973244 -7.666666507720947 4.591567473569781 -0.021703133691396002 -0.019088878850411002 0.13051134510139917 -0.16946524351532571 -0.17528049353701525 0.12469529599097645 -8.0 4.808448403607356 0.021703133691396002 0.019088878850411002 0.1694886668195298 -0.13053476840560324 -0.12471951838391371 0.1753047159299525 -8.0 4.791551024188054 -0.018835831166797018 -0.016871223911596758 0.13297513540721678 -0.1670053439858932 -0.17191679207753774 0.12806312926105354 -8.333333015441895 5.0084598261916815 0.018835831166797018 0.016871223911596758 0.16702487651371217 -0.13299466793503575 -0.12808321984339122 0.17193688265987542 -8.333333015441895 4.991539220134002 -0.01634734470623428 -0.014911208185186545 0.13512744619399147 -0.16485631462009726 -0.16900065261954558 0.1309827298002681 -8.666666984558105 5.20846776478025 0.01634734470623428 0.014911208185186545 0.16487256572693748 -0.1351436973008317 -0.13099935930138337 0.16901728212066086 -8.666666984558105 5.191530900075707 -0.014187617644380007 -0.013178892779034458 0.13700766350577892 -0.162978861267472 -0.1664725135652489 0.13351376456291728 -9.0 5.408473380704981 0.014187617644380007 0.013178892779034458 0.16299234841515003 -0.13702115065345696 -0.13352749835568006 0.16648624735801168 -9.0 5.391524902681249 -0.012313227600052367 -0.011647833903938493 0.13865017577764796 -0.1613386738658768 -0.16428076295264574 0.13570793467808198 -9.333333015441895 5.608476673965875 0.012313227600052367 0.011647833903938493 0.161349836143281 -0.13866133805505215 -0.13571924896828322 0.16429207724284697 -9.333333015441895 5.591521227950629 -0.010686471663602325 -0.010294645910586042 0.14008503907685096 -0.15990576319622107 -0.16238063586592585 0.13761008053021498 -9.666666984558105 5.808479967226767 0.010686471663602325 0.010294645910586042 0.159914972844078 -0.14009424872470788 -0.1376193760550031 0.16238993139071398 -9.666666984558105 5.79151755322001 -0.009274630018223732 -0.00909866142091166 0.14133850806087847 -0.15865393156303106 -0.1607333259326173 0.13925907230519 -10.0 6.0084809378238235 0.009274630018223732 0.00909866142091166 0.15866150386005048 -0.1413460803578979 -0.13926668598831166 0.16074093961573896 -10.0 5.991516201153227 -0.00804931688907643 -0.008041623735458945 0.14243350818440947 -0.15756030200850416 -0.15930520331834097 0.14068859375080442 -10.333333015441895 6.208481908420879 0.00804931688907643 0.008041623735458945 0.15756650373651948 -0.1424397099124248 -0.14069480860258798 0.15931141817012454 -10.333333015441895 6.191514849086445 -0.0069858853941841435 -0.007107387483841238 0.14339007667816542 -0.1566048785881021 -0.15806709965502286 0.1419278587783962 -10.666666984558105 6.408481717686016 0.0069858853941841435 0.007107387483841238 0.15660993524276354 -0.14339513333282686 -0.1419329122659061 0.15807215314253276 -10.666666984558105 6.391514658351582 -0.0060629461641159 -0.006281683980621277 0.14422571651834182 -0.15577019343565135 -0.1569937291013877 0.14300219166155628 -11.0 6.608481526951152 0.0060629461641159 0.006281683980621277 0.15577429540258714 -0.1442298184852776 -0.14300628281954125 0.15699782025937267 -11.0 6.591514467616719 -0.005261943048993543 -0.005551908864431052 0.14495571122892534 -0.1550409928568812 -0.15606317879622086 0.14393353766310282 -11.333333015441895 6.808481336216289 0.005261943048993543 0.005551908864431052 0.15504430069200362 -0.14495901906404776 -0.1439368331247081 0.15606647425782613 -11.333333015441895 6.7915142768818555 -0.004566764061789907 -0.00490691542809824 0.14559341886543312 -0.1544039441338983 -0.15525644292479662 0.14474092990744092 -11.666666984558105 7.008481145481426 0.004566764061789907 0.00490691542809824 0.15440659305549584 -0.14559606778703066 -0.14474356899613233 0.15525908201348804 -11.666666984558105 6.991514086146992 -0.003963426693759134 -0.004336852621167238 0.14615050799279738 -0.15384740019839607 -0.15455704548772964 0.14544086738521064 -12.0 7.2084809547465625 0.003963426693759134 0.004336852621167238 0.15384950392813157 -0.14615261172253288 -0.14544296643319932 0.1545591445357183 -12.0 7.191513895412129 -0.0034398005485939296 -0.0038330184366912514 0.14663716755203243 -0.1533611903278986 -0.15395070828545454 0.14604764763132574 -12.333333015441895 7.408480764011699 0.0034398005485939296 0.0038330184366912514 0.15336284436889652 -0.14663882159303035 -0.14604930363547441 0.1539523642896032 -12.333333015441895 7.391513704677266 -0.002985353011003909 -0.0033877172270753288 0.14706230284795208 -0.15293642465145812 -0.15342504732060577 0.14657367089648968 -12.666666984558105 7.608480573276836 0.002985353011003909 0.0033877172270753288 0.15293770907297688 -0.14706358726947083 -0.14657496460032318 0.15342634102443928 -12.666666984558105 7.591513513942402 -0.002590943533323143 -0.002994147861584237 0.14743369286660168 -0.15256533724055255 -0.15296932699800211 0.1470296864206032 -13.0 7.808480382541973 0.002590943533323143 0.002994147861584237 0.15256631905432727 -0.1474346746803764 -0.14703068492292684 0.15297032550032574 -13.0 7.791513323207539 -0.002248642317854476 -0.0026463025050971647 0.14775813018533995 -0.1522411465513901 -0.15257424378667925 0.14742500917548068 -13.333333015441895 8.00848019180711 0.002248642317854476 0.0026463025050971647 0.152241881735589 -0.14775886536953886 -0.1474257681342497 0.15257500274544827 -13.333333015441895 7.991513132472676 -0.0019515640571142142 -0.0023388681094654424 0.14804155163035582 -0.15195792507495873 -0.15223172839873955 0.14776771803531197 -13.666666984558105 8.208480245629902 0.0019515640571142142 0.0023388681094654424 0.15195846029057314 -0.14804208684597023 -0.1477682835221894 0.152232293885617 -13.666666984558105 8.191513650854473 -0.0016937334563143008 -0.0020671491978476787 0.1482891431541846 -0.15171049471457154 -0.1519347856285388 0.14806481622598916 -14.0 8.408479822622562 0.0016937334563143008 0.0020671491978476787 0.15171086876674436 -0.1482895172063574 -0.14806522629239016 0.1519351956949398 -14.0 8.391513692392087 -0.0014699667036546151 -0.0016264472845834426 0.14850543310840955 -0.15149433373282903 -0.15167735338904645 0.1483223725349239 -14.333333015441895 8.608479399621581 0.0014699667036546151 0.0016264472845834426 0.1514945788125194 -0.14850567818809993 -0.1483226585318825 0.15167763938600506 -14.333333015441895 8.59151373392334 -0.0012757627841604386 -0.0012256910539257015 0.1486943793480322 -0.1513054898380394 -0.15145417381357762 0.14854565042087492 -14.666666984558105 8.808478976626294 0.0012757627841604386 0.0012256910539257015 0.15130563257289675 -0.14869452208288955 -0.14854583810735134 0.15145436150005404 -14.666666984558105 8.791513775448902 -0.001107215569981546 -0.0009236803172104845 0.1488594391493019 -0.15114051042498972 -0.1512606888966208 0.14873921254811884 -15.0 9.008478553638032 0.001107215569981546 0.0009236803172104845 0.15114057277162707 -0.14885950149593924 -0.14873932302430815 0.15126079937281012 +cropfollow/pn=[0.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 +0.0 0.0 -0.12883366157716503 -0.175 -0.002179323362738045 -0.30154726488281586 -0.25548798477982604 0.043879956740251705 +0.3333333432674408 0.2040932274626091 0.12883366157716503 0.175 0.302179335283667 0.0015472529618869024 -0.04451202714110289 0.25612005518067726 +0.3333333432674408 0.19590680830017776 -0.1472573766207141 -0.15964163699212505 -0.009940781598103882 -0.3097519455047185 -0.28457397164332426 0.015237192263290344 +0.6666666865348816 0.406305387406133 0.1472573766207141 0.15964163699212505 0.3099407935190328 0.009751933583789535 -0.015426040277604691 0.2847628196576386 +0.6666666865348816 0.39369468411944075 -0.15732856016056546 -0.14563115578014532 -0.011713731191314358 -0.3116909852752242 -0.30294338912981644 -0.0029661350459066482 +1.0 0.6073901208302026 0.15732856016056546 0.14563115578014532 0.3117137431122433 0.011690973354295253 0.0029433772088875154 0.3029661469668356 +1.0 0.5926099268535132 -0.16082760762578804 -0.13285026455272345 -0.011713731191314358 -0.3116909852752242 -0.31276922036871757 -0.012773726989307538 +1.3333333730697632 0.8078453776475004 0.16082760762578804 0.13285026455272345 0.3117137431122433 0.011690973354295253 0.012769208447788588 0.3127737389102365 +1.3333333730697632 0.792154765403647 -0.16082760762578804 -0.12119104876491972 -0.008885979871092686 -0.3088814732505027 -0.3159056586299843 -0.015958488124825365 +1.6666666269302368 1.0079850828666053 0.16082760762578804 0.12119104876491972 0.30888599179202164 0.008881461329573737 0.015905646709055365 0.3159585000457543 +1.6666666269302368 0.992015155551974 -0.15927252379026793 -0.11055507365877192 -0.002639388950551519 -0.30258655945571045 -0.3159056586299843 -0.015958488124825365 +2.0 1.2080663227904112 0.15927252379026793 0.11055507365877192 0.30263940087148045 0.0025865475347815192 0.015905646709055365 0.3159585000457543 +2.0 1.1919340109955996 -0.15394489312761792 -0.10085253023844921 0.006043071142860179 -0.29383668152189446 -0.31393287240986184 -0.014053119745107118 +2.3333332538604736 1.40814838825892 0.15394489312761792 0.10085253023844921 0.2939569407780688 -0.006163330399034467 0.013932860488932886 0.3140531316660361 +2.3333332538604736 1.3918520408945223 -0.1459064077653715 -0.09200150524988866 0.016346201476763356 -0.283472288171583 -0.30815901700750625 -0.00834052735915991 +2.6666667461395264 1.6082312877551284 0.1459064077653715 0.09200150524988866 0.2836538104441656 -0.01652772374934594 0.008159005086577298 0.30834053928008887 +2.6666667461395264 1.5917692367657457 -0.136031713228649 -0.08392725886137802 0.027590029105499375 -0.2721852716925145 -0.2996534405510315 0.0001218602469823804 +3.0 1.8083150296404238 0.136031713228649 0.08392725886137802 0.2724099828154296 -0.027814740228414486 -0.000346571369897436 0.2998781516739466 +3.0 1.7916855902478819 -0.12504443667818269 -0.07656163041708297 0.03927829507380552 -0.2604730619576875 -0.2893671684301709 0.010384188601322203 +3.3333332538604736 2.0083995033306055 0.12504443667818269 0.07656163041708297 0.2607217168471234 -0.03952694996324144 -0.010632843490758048 0.2896158233196068 +3.3333332538604736 1.9916009735065527 -0.11348679559036592 -0.06984242463826563 0.05099326697354768 -0.24875250568105148 -0.27796684314251374 0.02177892951208546 +3.6666667461395264 2.208484955958878 0.11348679559036592 0.06984242463826563 0.2490067449473813 -0.05124750623987748 -0.022033168778415213 0.27822108240884347 +3.6666667461395264 2.1915156162457117 -0.10180106661048739 -0.063712905959537 0.06218322816113628 -0.2378452225714067 -0.266023842519605 0.03373099724156388 +4.0 2.408571276935001 0.10180106661048739 0.063712905959537 0.23781678375979268 -0.06215478934952226 -0.033976169401324 0.2662690146793651 +4.0 2.3914293906370205 -0.09049960627426748 -0.05812133060284179 0.0725414335274867 -0.22749354229047963 -0.253986027583627 0.045787967190758394 +4.333333492279053 2.608658475212501 0.09049960627426748 0.05812133060284179 0.22745857839344225 -0.07250646963044934 -0.046013984337301944 0.25421204473017056 +4.333333492279053 2.591342287726952 -0.08008076098832498 -0.05302047988914115 0.08237956506937744 -0.217658164108334 -0.242541068187399 0.05749665156099826 +4.666666507720947 2.8087465595233114 0.08008076098832498 0.05302047988914115 0.21762044685155152 -0.08234184781259495 -0.057458943733529944 0.2425033603599307 +4.666666507720947 2.7912542987835733 -0.07012759888523325 -0.048367296961401664 0.09147619919213884 -0.20855515204565928 -0.2318256332527473 0.06821194505593701 +5.0 3.0088355391298975 0.07012759888523325 0.048367296961401664 0.20852381272879011 -0.09144485987526968 -0.06817437866818164 0.23178806686499193 +5.0 2.991165414544419 -0.0607842093152157 -0.0441224808385362 0.09934911984304018 -0.20067688688922888 -0.22160409636634826 0.07843113404310136 +5.333333492279053 3.2089254230091813 0.0607842093152157 0.0441224808385362 0.20065089207788878 -0.09932312503170007 -0.0783959155545807 0.22156887787782759 +5.333333492279053 3.191075626032567 -0.05260140815004314 -0.03991795543748647 0.10616293509738461 -0.19385859794368046 -0.2120141160861438 0.08801761604773925 +5.666666507720947 3.409016220225463 0.05260140815004314 0.03991795543748647 0.19383707682354434 -0.1061414139772485 -0.08798589583478515 0.2119823958731897 +5.666666507720947 3.3909849241837167 -0.045520189253561584 -0.03566202975018774 0.11206011336774341 -0.18795767922516352 -0.2036565917469522 0.09636971139445434 +6.0 3.60910401906746 0.045520189253561584 0.03566202975018774 0.18793989855318555 -0.11204233269576544 -0.09634342017397676 0.20363030052647463 +6.0 3.5908972207091514 -0.039392238230438255 -0.03164285486042229 0.11716398101375367 -0.18285068804346005 -0.19642538554335418 0.1035963757716866 +6.333333492279053 3.8091761480597635 0.039392238230438255 0.03164285486042229 0.1828360309071753 -0.11714932387746892 -0.10357462637757478 0.19640363614924236 +6.333333492279053 3.7908251870842795 -0.03408923508994834 -0.02789803926622224 0.12158125038107011 -0.17843081376558043 -0.19016871661961648 0.10984924952472461 +6.666666507720947 4.009233935768765 0.03408923508994834 0.02789803926622224 0.17841876153985886 -0.12156919815534853 -0.10983129530131247 0.19015076239620435 +6.666666507720947 3.990767017905552 -0.029500131030281714 -0.024313513173365765 0.1254042810848526 -0.1746056137677335 -0.1847552554520298 0.11525954342378554 +7.0 4.209278404105526 0.029500131030281714 0.024313513173365765 0.17459573083607635 -0.12539439815319545 -0.11524475646889916 0.18474046849714343 +7.0 4.190722168099064 -0.025528808390951018 -0.02101660945141845 0.12871302330429918 -0.17129506780207648 -0.18007134998083424 0.11994080921011044 +7.333333492279053 4.409314254024957 0.025528808390951018 0.02101660945141845 0.17128698861662978 -0.12870494411885247 -0.11992866194009472 0.18005920271081852 +7.333333492279053 4.3906859367099065 -0.022092107224639248 -0.018150641097606106 0.1315766566631566 -0.1684299371529836 -0.17601868643090357 0.12399127598680561 +7.666666507720947 4.609340702034571 0.022092107224639248 0.018150641097606106 0.16842335525777236 -0.13157007476794536 -0.12398132549002538 0.17600873593412333 +7.666666507720947 4.590659107230565 -0.019118060471062293 -0.015675499043176125 0.13405505617763733 -0.16595029699498368 -0.17251219807100207 0.1274959390514734 +8.0 4.8093608821043095 0.019118060471062293 0.015675499043176125 0.16594495574329163 -0.13404971492594528 -0.12748781384992688 0.17250407286945554 +8.0 4.790638545691101 -0.01654437744942122 -0.013537880970584197 0.13620005205802743 -0.16380427515927096 -0.16947826848230085 0.13052835459179618 +8.333333015441895 5.009374794234169 0.01654437744942122 0.013537880970584197 0.16379995986290152 -0.136195736761658 -0.1305217434386281 0.16947165732913277 +8.333333015441895 4.990624252091514 -0.014317167906072355 -0.011691765544800161 0.13805648969592502 -0.16194699094590959 -0.16685321987995055 0.13315214965710592 +8.666666984558105 5.209384005409122 0.014317167906072355 0.011691765544800161 0.16194352222500394 -0.13805302097501937 -0.1331467920409784 0.16684786226382303 +8.666666984558105 5.190614659446835 -0.012389780920035011 -0.010097394452972636 0.13966319448948236 -0.16033958925748248 -0.16458193807399984 0.1354223957155166 +9.0 5.409390082614136 0.012389780920035011 0.010097394452972636 0.1603368174314466 -0.13966042266344647 -0.1354180738469291 0.16457761620541236 +9.0 5.390608200772094 -0.01072186453034523 -0.008720446635189113 0.14105375318310193 -0.1589484584012437 -0.16261675866072875 0.13738672124192 +9.333333015441895 5.609394592834181 0.01072186453034523 0.008720446635189113 0.15894625873782703 -0.14105155351968526 -0.1373832532602002 0.16261329067900895 +9.333333015441895 5.590603309082323 -0.009278483594587258 -0.0075312685734282145 0.14225724708543364 -0.15774449611878463 -0.16091642276039375 0.13908635490807716 +9.666666984558105 5.809397536069256 0.009278483594587258 0.0075312685734282145 0.15774276483549532 -0.14225551580214432 -0.1390835891605352 0.1609136570128518 +9.666666984558105 5.790599984377521 -0.008029407754470613 -0.006504252007602241 0.14329884384172611 -0.1567025171950933 -0.15944523400183971 0.14055696771711523 +10.0 6.009400479304332 0.008029407754470613 0.006504252007602241 0.15670116807920284 -0.14329749472583567 -0.14055477791908924 0.15944304420381372 +10.0 5.990596659672719 -0.006948486237002332 -0.005617288974723461 0.14420031711205947 -0.15580073325226568 -0.15817231848172617 0.1418294122918111 +10.333333015441895 6.209401855554438 0.006948486237002332 0.005617288974723461 0.1557996948088695 -0.14419927866866328 -0.1418276934392028 0.15817059962911786 +10.333333015441895 6.1905949019528865 -0.00601307873036199 -0.004851278116018439 0.14498051976653156 -0.15502027909928465 -0.15707095137889254 0.14293039561071744 +10.666666984558105 6.409401664819574 0.00601307873036199 0.004851278116018439 0.1550194921543974 -0.1449797328216443 -0.1429290605420364 0.15706961631021152 +10.666666984558105 6.390594711218023 -0.005203593937912067 -0.004189723831769616 0.14565576752023804 -0.1543448287216759 -0.1561180109037718 0.1438830245233829 +11.0 6.609401474084711 0.005203593937912067 0.004189723831769616 0.15434424440069092 -0.14565518319925305 -0.14388200101715715 0.15611698739754606 +11.0 6.59059452048316 -0.0045030844074893635 -0.0036183852439646805 0.14624017583097984 -0.1537602580640022 -0.15529349894806752 0.14470728464417734 +11.333333015441895 6.809401283349848 0.0045030844074893635 0.0036183852439646805 0.15375983608994911 -0.14623975385692675 -0.14470651297286144 0.1552927272767516 +11.333333015441895 6.790594329748297 -0.003896877700858847 -0.003124958183272754 0.14674596666287848 -0.153254337991771 -0.15458010490929835 0.14542047613517126 +11.666666984558105 7.009401092614985 0.003896877700858847 0.003124958183272754 0.15325404525805048 -0.14674567392915797 -0.1454199070116306 0.1545795357857577 +11.666666984558105 6.990594139013433 -0.0033722773458103542 -0.0026988169840254064 0.1471837171897797 -0.15281648536132092 -0.15396285199471257 0.146037567078259 +12.0 7.209400901880121 0.0033722773458103542 0.0026988169840254064 0.15281629473114924 -0.14718352655960804 -0.14603715992621638 0.15396244484266997 +12.0 7.19059394827857 -0.0029183002584059095 -0.0023307883629728864 0.14756257819975482 -0.15243754442260607 -0.15342878672929836 0.14657150369148592 +12.333333015441895 7.409400711145258 0.0029183002584059095 0.0023307883629728864 0.15243743372117413 -0.14756246749832289 -0.1465712251916306 0.15342850822944304 +12.333333015441895 7.390593757543707 -0.002525437716086043 -0.0020129465707107346 0.14789047296423216 -0.152109587785424 -0.15296669642966806 0.14703349261910323 +12.666666984558105 7.609400520410395 0.002525437716086043 0.0020129465707107346 0.1521095389566968 -0.14789042413550496 -0.1470333154912609 0.15296651930182573 +12.666666984558105 7.590593566808844 -0.0021854615546017826 -0.0017384470685237537 0.1481742584677758 -0.15182575505344634 -0.15256688010271818 0.14743322983784396 +13.0 7.809400329675531 0.0021854615546017826 0.0017384470685237537 0.15182575345315316 -0.14817425686748262 -0.14743313181821077 0.152566782083085 +13.0 7.79059337607398 -0.0018912540000466606 -0.0015013808720426168 0.1484198669956511 -0.15158011112118752 -0.15222094732909536 0.14777910160787386 +13.333333015441895 8.009400138940668 0.0018912540000466606 0.0015013808720426168 0.15158014492527785 -0.14841990079974143 -0.1477790645918336 0.1522209103130551 +13.333333015441895 7.990593185339117 -0.0016366527634224313 -0.0012966425977235041 0.14863243505697413 -0.1513675171527422 -0.15192163526113805 0.14807836733375002 +13.666666984558105 8.20940011162454 0.0016366527634224313 0.0012966425977235041 0.15136757686395483 -0.14863249476818677 -0.1480783766597909 0.15192164458717894 +13.666666984558105 8.190593784859836 -0.0014163254432724363 -0.001119823325533948 0.14881640790697068 -0.1511835259782251 -0.15166266022591612 0.14833730784460414 +14.0 8.409399607482595 0.0014163254432724363 0.001119823325533948 0.15118360401395828 -0.14881648594270386 -0.14833735169501283 0.15166270407632482 +14.0 8.390593907532054 -0.0012256592454425175 -0.0009671167741975176 0.14897563133555475 -0.15102429023647543 -0.15143858745500943 0.14856135556551361 +14.333333015441895 8.609399103351096 0.0012256592454425175 0.0009671167741975176 0.1510243805853742 -0.14897572168445353 -0.14856142446591952 0.15143865635541534 +14.333333015441895 8.590594030193826 -0.0010606605939859255 -0.0008352343031328087 0.14911343524580215 -0.15088647873856623 -0.1512447125476665 0.14875521297059494 +14.666666984558105 8.809398599229148 0.0010606605939859255 0.0008352343031328087 0.1508865766751268 -0.14911353318236273 -0.14875529937326246 0.15124479895033402 +14.666666984558105 8.790594152846047 -0.0009178737356587245 -0.0007213358997894481 0.14924059221399008 -0.15075932059424002 -0.1510769653488969 0.14892294863547148 +15.0 9.00939809511854 0.0009178737356587245 0.0007213358997894481 0.15075941970693887 -0.14924069132668893 -0.14892304657203206 0.15107706328545747 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/results.json b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/results.json index 8bc41f04ad613e62f8faca79becefa4cb5f9525b..4fd41c99b88cf8261112d1848e32ba6624ccecc4 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/results.json +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_00__heading0_00/results.json @@ -1,7 +1,7 @@ { "safety": "SAFE", - "sim_time": 3.2400190830230713, - "verification_time": 30.46440100669861, + "sim_time": 3.6590917110443115, + "verification_time": 29.819809198379517, "refine_time": 0, - "total_time": 34.260690212249756 + "total_time": 34.03526973724365 } \ No newline at end of file diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/Traj.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/Traj.txt index 5a762a31d3a691f4066775df395174f8843d6270..5b1d208e12ef43fbb7a579b584d495307864f47d 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/Traj.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/Traj.txt @@ -1,47 +1,47 @@ -cropfollow/pn=[0.01:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 0.008355002850294113 0.08649516850709915 0.17939108610153198 -0.11948740482330322 -0.16268107295036316 0.13619741797447205 -0.3333333432674408 0.19925233721733093 0.025632476434111595 0.06204603612422943 0.19084540009498596 -0.10857733339071274 -0.13958045840263367 0.15984228253364563 -0.6666666865348816 0.39886748790740967 0.03803372383117676 0.04149077832698822 0.19827435910701752 -0.10146747529506683 -0.122206911444664 0.17753492295742035 -1.0 0.5986953973770142 0.046329498291015625 0.025374583899974823 0.20262417197227478 -0.09727925062179565 -0.10996517539024353 0.1899382472038269 -1.3333333730697632 0.7986310124397278 0.051403872668743134 0.012998047284781933 0.20464062690734863 -0.09533404558897018 -0.10183288902044296 0.19814178347587585 -1.6666666269302368 0.9986141324043274 0.054003410041332245 0.0021883007138967514 0.2045501470565796 -0.09544915705919266 -0.0965433195233345 0.20345598459243774 -2.0 1.1986136436462402 0.054441068321466446 -0.005081449169665575 0.20316877961158752 -0.09682735800743103 -0.09428665041923523 0.20570948719978333 -2.3333332538604736 1.398611068725586 0.05342478305101395 -0.010939018800854683 0.20068112015724182 -0.09930095821619034 -0.09383154660463333 0.20615053176879883 -2.6666667461395264 1.5985990762710571 0.05123702436685562 -0.014823089353740215 0.19751492142677307 -0.10245213657617569 -0.09504086524248123 0.20492619276046753 -3.0 1.798577070236206 0.0482725165784359 -0.017448371276259422 0.1938878297805786 -0.10606652498245239 -0.09734278917312622 0.20261156558990479 -3.3333332538604736 1.9985466003417969 0.04478301852941513 -0.01900143176317215 0.19000586867332458 -0.10993998497724533 -0.10043983906507492 0.199506014585495 -3.6666667461395264 2.1985104084014893 0.040982961654663086 -0.01947609707713127 0.1860858052968979 -0.11385731399059296 -0.10411988198757172 0.19582323729991913 -4.0 2.398472547531128 0.03708798810839653 -0.019627274945378304 0.18215259909629822 -0.117789626121521 -0.10797661542892456 0.19196560978889465 -4.333333492279053 2.5984339714050293 0.033162783831357956 -0.018638286739587784 0.1784774512052536 -0.12147046625614166 -0.11215187609195709 0.18779604136943817 -4.666666507720947 2.7983992099761963 0.02943534217774868 -0.01789174973964691 0.1749386340379715 -0.12501336634159088 -0.11606795340776443 0.18388403952121735 -5.0 2.9983673095703125 0.02585718221962452 -0.01600802317261696 0.17183612287044525 -0.12812544405460358 -0.12012176215648651 0.17983980476856232 -5.333333492279053 3.1983416080474854 0.02265571430325508 -0.014921003021299839 0.16890889406204224 -0.1310577094554901 -0.12359747290611267 0.17636913061141968 -5.666666507720947 3.3983192443847656 0.019671624526381493 -0.013566895388066769 0.16626620292663574 -0.1337062120437622 -0.12692296504974365 0.1730494499206543 -6.0 3.5983009338378906 0.01695832796394825 -0.012414022348821163 0.16384334862232208 -0.13613353669643402 -0.12992669641971588 0.17005018889904022 -6.333333492279053 3.798285484313965 0.014475586824119091 -0.011353662237524986 0.16162756085395813 -0.1383531093597412 -0.1326763927936554 0.16730427742004395 -6.666666507720947 3.998272657394409 0.012204903177917004 -0.010402531363070011 0.15959620475769043 -0.14038756489753723 -0.13518640398979187 0.1647973656654358 -7.0 4.198261737823486 0.010124433785676956 -0.009557606652379036 0.15772821009159088 -0.14225809276103973 -0.13747934997081757 0.16250695288181305 -7.333333492279053 4.398252487182617 0.008212941698729992 -0.008600316941738129 0.15605734288692474 -0.143931582570076 -0.1396314650774002 0.16035746037960052 -7.666666507720947 4.598245143890381 0.006492899265140295 -0.007089742459356785 0.15471671521663666 -0.1452757567167282 -0.1417309194803238 0.15826155245304108 -8.0 4.7982401847839355 0.005074962507933378 -0.006334372796118259 0.1534883826971054 -0.14650560915470123 -0.14333845674991608 0.15665553510189056 -8.333333015441895 4.998236179351807 0.003808096284046769 -0.00519228633493185 0.15250800549983978 -0.14748795330524445 -0.14489181339740753 0.1551041454076767 -8.666666984558105 5.198233604431152 0.0027696434408426285 -0.00437859958037734 0.1516735702753067 -0.14832355082035065 -0.14613427221775055 0.1538628488779068 -9.0 5.398231506347656 0.001893926179036498 -0.003687613643705845 0.15097101032733917 -0.14902697503566742 -0.14718316495418549 0.1528148204088211 -9.333333015441895 5.598230361938477 0.0011564050801098347 -0.0030434669461101294 0.15039484202861786 -0.14960376918315887 -0.14808203279972076 0.15191657841205597 -9.666666984558105 5.798229217529297 0.0005477125523611903 -0.0029403013177216053 0.1498119980096817 -0.15018673241138458 -0.14871658384799957 0.1512821465730667 -10.0 5.998228549957275 -4.03469312004745e-05 -0.0027792216278612614 0.14926426112651825 -0.15073458850383759 -0.14934496581554413 0.1506538838148117 -10.333333015441895 6.198227882385254 -0.0005961906281299889 -0.0014573705848306417 0.14903929829597473 -0.15096038579940796 -0.15023168921470642 0.14976799488067627 -10.666666984558105 6.398227691650391 -0.0008876646752469242 -0.0011296608718112111 0.14882981777191162 -0.15116998553276062 -0.15060514211654663 0.1493946611881256 -11.0 6.598227500915527 -0.0011135968379676342 -0.001190150622278452 0.14858877658843994 -0.1514110267162323 -0.1508159637451172 0.14918383955955505 -11.333333015441895 6.798227310180664 -0.0013516269391402602 -0.0008649458177387714 0.14843209087848663 -0.15156780183315277 -0.15113534033298492 0.14886455237865448 -11.666666984558105 6.998227119445801 -0.0015246160328388214 -0.0006392045179381967 0.14831556379795074 -0.15168438851833344 -0.1513647884130478 0.1486351639032364 -12.0 7.1982269287109375 -0.0016524569364264607 -0.0003775274963118136 0.14825314283370972 -0.15174683928489685 -0.1515580713748932 0.14844191074371338 -12.333333015441895 7.398226737976074 -0.001727962400764227 0.00024051417130976915 0.1483321636915207 -0.15166784822940826 -0.15178810060024261 0.14821191132068634 -12.666666984558105 7.598226547241211 -0.0016798595897853374 0.0005615830305032432 0.1484605222940445 -0.15153943002223969 -0.15182022750377655 0.14817972481250763 -13.0 7.798226356506348 -0.0015675430186092854 0.0008455985225737095 0.14864380657672882 -0.15135608613491058 -0.15177889168262482 0.1482210010290146 -13.333333015441895 7.998226165771484 -0.0013984233373776078 0.00015778560191392899 0.14864102005958557 -0.15135899186134338 -0.1514378786087036 0.14856213331222534 -13.666666984558105 8.198225975036621 -0.0013668661704286933 -7.715178071521223e-05 0.1486138552427292 -0.15138615667819977 -0.1513475924730301 0.14865241944789886 -14.0 8.398225784301758 -0.0013822965556755662 -0.00027082982705906034 0.14854998886585236 -0.1514499932527542 -0.15131457149982452 0.14868541061878204 -14.333333015441895 8.598225593566895 -0.001436462509445846 -1.5563360648229718e-05 0.14855965971946716 -0.1514403522014618 -0.1514325737953186 0.14856743812561035 -14.666666984558105 8.798225402832031 -0.0014395752223208547 0.0006530907703563571 0.14872367680072784 -0.15127627551555634 -0.1516028195619583 0.14839713275432587 -15.0 8.998225212097168 -0.001308957114815712 0.0010095140896737576 0.14894334971904755 -0.15105651319026947 -0.15156127512454987 0.14843858778476715 +cropfollow/pn=[0.010:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.029555542394518852 0.060348693281412125 0.13524942100048065 -0.1642044633626938 -0.19436050951480865 0.10509337484836578 +0.3333333432674408 0.19963592290878296 -0.017493128776550293 0.04770055040717125 0.14425687491893768 -0.15540190041065216 -0.17924313247203827 0.12041564285755157 +0.6666666865348816 0.3994084596633911 -0.00795663520693779 0.03782565891742706 0.1513902246952057 -0.14839518070220947 -0.16730350255966187 0.1324819028377533 +1.0 0.5992653965950012 -0.00039330683648586273 0.02767622098326683 0.15646743774414062 -0.14341768622398376 -0.15725404024124146 0.14263108372688293 +1.3333333730697632 0.7991888523101807 0.00514123123139143 0.020250707864761353 0.16017280519008636 -0.1397656947374344 -0.14989034831523895 0.1500481516122818 +1.6666666269302368 0.999147891998291 0.00919109582901001 0.0163283608853817 0.16325300931930542 -0.13670700788497925 -0.1448708176612854 0.15508919954299927 +2.0 1.1991212368011475 0.012456622906029224 0.011182631365954876 0.16524286568164825 -0.13473840057849884 -0.14032961428165436 0.15965165197849274 +2.3333332538604736 1.3991087675094604 0.014693102799355984 0.007970219478011131 0.16668087244033813 -0.13330960273742676 -0.1372946798801422 0.16269579529762268 +2.6666667461395264 1.5991023778915405 0.016287129372358322 0.003945917822420597 0.1672724336385727 -0.13272522389888763 -0.13469816744327545 0.16529949009418488 +3.0 1.7991008758544922 0.017076311632990837 0.0011909171007573605 0.16737394034862518 -0.13262586295604706 -0.1332213133573532 0.16677848994731903 +3.3333332538604736 1.999100685119629 0.017314495518803596 0.0005711957928724587 0.16745726764202118 -0.132542684674263 -0.13282828032970428 0.1671716719865799 +3.6666667461395264 2.1991007328033447 0.01742873527109623 -0.0007182638510130346 0.1672491580247879 -0.13275079429149628 -0.13239167630672455 0.16760827600955963 +4.0 2.3991007804870605 0.01728508248925209 -0.002814588602632284 0.16658084094524384 -0.1334179788827896 -0.13201068341732025 0.1679881364107132 +4.333333492279053 2.599100112915039 0.016722165048122406 -0.003409059252589941 0.16586905717849731 -0.13412922620773315 -0.1324247121810913 0.16757357120513916 +4.666666507720947 2.7990989685058594 0.01604035496711731 -0.004679573699831963 0.16486883163452148 -0.13512790203094482 -0.13278812170028687 0.16720861196517944 +5.0 2.9990968704223633 0.0151044437661767 -0.0058049969375133514 0.16365067660808563 -0.13634426891803741 -0.13344179093837738 0.16655315458774567 +5.333333492279053 3.1990935802459717 0.013943450525403023 -0.006627506576478481 0.1622833013534546 -0.13771012425422668 -0.13439640402793884 0.16559702157974243 +5.666666507720947 3.3990890979766846 0.012617958709597588 -0.006698588375002146 0.16093996167182922 -0.1390533149242401 -0.13570404052734375 0.16428923606872559 +6.0 3.5990846157073975 0.011278251186013222 -0.009305967949330807 0.15894530713558197 -0.14104171097278595 -0.13638879358768463 0.1635982245206833 +6.333333492279053 3.7990760803222656 0.00941708404570818 -0.010151030495762825 0.15687166154384613 -0.143112912774086 -0.13803748786449432 0.1619470864534378 +6.666666507720947 3.99906587600708 0.00738691259175539 -0.010200334712862968 0.15482906997203827 -0.14515532553195953 -0.14005525410175323 0.15992914140224457 +7.0 4.1990556716918945 0.0053468807600438595 -0.00559298787266016 0.15394631028175354 -0.14604902267456055 -0.14325255155563354 0.15674278140068054 +7.333333492279053 4.399052619934082 0.0042282892391085625 -0.0016280477866530418 0.15382109582424164 -0.14617852866649628 -0.14536450803279877 0.15463511645793915 +7.666666507720947 4.599052429199219 0.0039026797749102116 -0.0030328966677188873 0.1531437784433365 -0.14685486257076263 -0.14533843100070953 0.1546602100133896 +8.0 4.799051284790039 0.003296101465821266 -0.0031743082217872143 0.15250179171562195 -0.14749673008918762 -0.14590957760810852 0.15408894419670105 +8.333333015441895 4.999050140380859 0.002661240752786398 -0.0025578802451491356 0.15202128887176514 -0.14797773957252502 -0.14669880270957947 0.1533002257347107 +8.666666984558105 5.199049472808838 0.0021496652625501156 -0.002553193597123027 0.15151089429855347 -0.1484881341457367 -0.14721155166625977 0.1527874767780304 +9.0 5.399048805236816 0.0016390270320698619 -0.0018941302550956607 0.15116523206233978 -0.1488342434167862 -0.14788718521595 0.15211229026317596 +9.333333015441895 5.599048614501953 0.0012602012138813734 -0.0020178246777504683 0.15075546503067017 -0.14924395084381104 -0.14823505282402039 0.15176436305046082 +9.666666984558105 5.79904842376709 0.0008566365577280521 -0.0007897698087617755 0.15065915882587433 -0.14934076368808746 -0.1489458829164505 0.1510540395975113 +10.0 5.999048233032227 0.0006986826192587614 -0.0012110795360058546 0.15039581060409546 -0.14960399270057678 -0.1489984393119812 0.15100136399269104 +10.333333015441895 6.199048042297363 0.00045646674698218703 0.0019025050569325686 0.15093183517456055 -0.14906764030456543 -0.15001890063285828 0.1499805748462677 +10.666666984558105 6.3990478515625 0.0008369675488211215 -0.0008646748028695583 0.1506207436323166 -0.14937914907932281 -0.14894680678844452 0.15105308592319489 +11.0 6.599047660827637 0.0006640325882472098 2.3984466679394245e-06 0.15066462755203247 -0.14933538436889648 -0.149336576461792 0.15066343545913696 +11.333333015441895 6.799047470092773 0.0006645122775807977 0.0007315062102861702 0.15084737539291382 -0.14915257692337036 -0.14951834082603455 0.15048161149024963 +11.666666984558105 6.99904727935791 0.0008108135079964995 0.0001610661274753511 0.1508510857820511 -0.14914892613887787 -0.14922945201396942 0.15077055990695953 +12.0 7.199047088623047 0.0008430267334915698 0.0001327296340605244 0.1508762240409851 -0.14912378787994385 -0.14919015765190125 0.1508098542690277 +12.333333015441895 7.399046897888184 0.000869572686497122 -0.000665851985104382 0.1507030874490738 -0.1492968648672104 -0.14896394312381744 0.15103600919246674 +12.666666984558105 7.59904670715332 0.0007364022894762456 0.0006251398008316755 0.15089266002178192 -0.14910729229450226 -0.1494198590517044 0.15058009326457977 +13.0 7.799046516418457 0.0008614302496425807 -0.0005425337003543973 0.15072579681873322 -0.14927418529987335 -0.14900292456150055 0.15099705755710602 +13.333333015441895 7.999046325683594 0.0007529234862886369 0.0007482820656150579 0.1509399563074112 -0.1490599662065506 -0.14943410456180573 0.15056581795215607 +13.666666984558105 8.19904613494873 0.000902579864487052 0.0003534935531206429 0.15099094808101654 -0.14900903403759003 -0.14918579161167145 0.15081419050693512 +14.0 8.399045944213867 0.0009732785983942449 -0.0005463078268803656 0.15083669126033783 -0.14916329085826874 -0.14889012277126312 0.15110985934734344 +14.333333015441895 8.599045753479004 0.0008640170563012362 -0.0012010911013931036 0.15056364238262177 -0.14943616092205048 -0.14883561432361603 0.1511641889810562 +14.666666984558105 8.79904556274414 0.000623798870947212 0.0004551949677988887 0.15073758363723755 -0.14926239848136902 -0.14948999881744385 0.15050998330116272 +15.0 8.999045372009277 0.0007148378645069897 0.000805745308753103 0.1509162336587906 -0.1490836888551712 -0.14948655664920807 0.15051336586475372 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/log.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/log.txt index 3658c5adf1b52c14011e484a3e98cdfb4a8a6129..785a4af9dc6b3996d019de30739e27441d15cde4 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/log.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/log.txt @@ -1,52 +1,52 @@ -2025-04-27 15:52:36,585 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:36,585 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:36,585 [INFO] [0.0, 0.008355003207390216, 0.08649517119480166, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:51,546 [INFO] Verification Begin -2025-04-27 15:52:51,546 [INFO] =============================================== +2025-04-27 19:39:29,034 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:29,034 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:29,035 [INFO] [0.0, -0.029555542829272516, 0.06034869387672598, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:32,944 [INFO] Verification Begin +2025-04-27 19:39:32,944 [INFO] =============================================== Mode: 0 stack size: 1 remainTime: 15 -2025-04-27 15:52:51,546 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:32,944 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:52:51,546 [INFO] Simulating with mode cropfollow -2025-04-27 15:52:51,546 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:52:51,546 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:53:07,341 [INFO] Simulating with mode cropfollow -2025-04-27 15:53:07,341 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:53:07,341 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:53:22,391 [INFO] Simulating with mode cropfollow -2025-04-27 15:53:22,391 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:53:22,391 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:53:37,010 [INFO] Simulating with mode cropfollow -2025-04-27 15:53:37,010 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:53:37,010 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:53:51,538 [INFO] Simulating with mode cropfollow -2025-04-27 15:53:51,538 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:53:51,538 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:54:06,430 [INFO] Simulating with mode cropfollow -2025-04-27 15:54:06,430 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:54:06,430 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:54:21,399 [INFO] Simulating with mode cropfollow -2025-04-27 15:54:21,399 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:54:21,399 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:54:36,529 [INFO] Simulating with mode cropfollow -2025-04-27 15:54:36,529 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:54:36,529 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:54:51,624 [INFO] Simulating with mode cropfollow -2025-04-27 15:54:51,624 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:54:51,624 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:55:06,528 [INFO] Simulating with mode cropfollow -2025-04-27 15:55:06,528 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:55:06,528 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:55:20,981 [INFO] Simulating with mode cropfollow -2025-04-27 15:55:20,981 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:55:20,981 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:55:36,282 [INFO] Mode 0 check bloated tube safe -2025-04-27 15:55:36,282 [INFO] No child exist in current initial, pop -2025-04-27 15:55:36,282 [INFO] System is Safe! -2025-04-27 15:55:36,282 [INFO] refine time 0 -2025-04-27 15:55:36,283 [INFO] simulation time: 14.961038827896118 -2025-04-27 15:55:36,283 [INFO] verification time: 164.73723602294922 +2025-04-27 19:39:32,944 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:32,944 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:32,944 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:36,911 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:36,911 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:36,911 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:41,215 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:41,215 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:41,215 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:45,660 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:45,660 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:45,660 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:49,849 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:49,849 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:49,849 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:54,428 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:54,428 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:54,428 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:39:58,769 [INFO] Simulating with mode cropfollow +2025-04-27 19:39:58,769 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:39:58,770 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:03,037 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:03,037 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:03,037 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:07,628 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:07,628 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:07,628 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:11,993 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:11,993 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:11,993 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:16,446 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:16,446 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.01, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:16,446 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:20,937 [INFO] Mode 0 check bloated tube safe +2025-04-27 19:40:20,937 [INFO] No child exist in current initial, pop +2025-04-27 19:40:20,937 [INFO] System is Safe! +2025-04-27 19:40:20,937 [INFO] refine time 0 +2025-04-27 19:40:20,938 [INFO] simulation time: 3.9095568656921387 +2025-04-27 19:40:20,938 [INFO] verification time: 47.993730306625366 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/reachtube.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/reachtube.txt index 5afce33dcc9d620546c15beda6fd04f0a3b528b0..b9ba0a1f179c1f81caa6a1eac747e8b48986f2c4 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/reachtube.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/reachtube.txt @@ -1,91 +1,91 @@ -cropfollow/pn=[0.01:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 -0.0 0.0 -0.13401138368589632 -0.175 -0.011608120957466717 -0.3123069697444477 -0.2566634420538697 0.04390395545494245 -0.3333333432674408 0.20364713439301305 0.13401138368589632 0.175 0.3113813968096701 0.012080281359437978 -0.043109833798333635 0.2563227329300673 -0.3333333432674408 0.19635290136977382 -0.15636831702964366 -0.173577334329284 -0.022385299229069594 -0.3227631287178327 -0.2903513062295982 0.010026523259164866 -0.6666666865348816 0.4056609183989104 0.15618696151601136 0.1726705567611225 0.32204312088434306 0.022420986135892995 -0.009669209689133484 0.2899529250593166 -0.6666666865348816 0.39433909352201857 -0.16933306562956293 -0.17158962655613624 -0.026025373561788107 -0.3261745726506998 -0.3126407497645085 -0.012491550675596846 -1.0 0.606684795533262 0.16902306067882908 0.17094637939973228 0.3256542869643455 0.02580346221139926 0.012391828846997494 0.31224265359994374 -1.0 0.5933152521504538 -0.1747465996954839 -0.1695541439619445 -0.026025373561788107 -0.3261745726506998 -0.32539432389171025 -0.025409263185730807 -1.3333333730697632 0.8071406659951273 0.17438771989646062 0.16930976974960124 0.3256542869643455 0.02580346221139926 0.025190344876359905 0.3252052484075936 -1.3333333730697632 0.7928594770560201 -0.1747465996954839 -0.1679253586752598 -0.024420829559702095 -0.32456363997023685 -0.3303759203326579 -0.03048918713956833 -1.6666666269302368 1.0073169717547295 0.17438771989646062 0.1673058281138797 0.3239070494426672 0.024049895615988776 0.029778401650178032 0.3298916922989464 -1.6666666269302368 0.9926830282452707 -0.174222445869856 -0.16558930552381784 -0.022688060157926376 -0.3228246492940108 -0.3303759203326579 -0.03048918713956833 -2.0 1.2073803974838662 0.17373965994691518 0.16604809958770633 0.3223199835950449 0.02245654888927137 0.029778401650178032 0.3298916922989464 -2.0 1.1926196978835655 -0.17250399833624303 -0.16362398644104661 -0.02095117272160782 -0.3210815872949174 -0.3291925765495403 -0.029358886632903675 -2.3333332538604736 1.4074443721571253 0.17211297123190067 0.16445816217582734 0.32076867522023456 0.020899125556331027 0.028593001506815707 0.3287592758273922 -2.3333332538604736 1.392555818577738 -0.17076409247389426 -0.1619489663015097 -0.01926021965892577 -0.3193845943324122 -0.32778985035580455 -0.027949057450027404 -2.6666667461395264 1.6075089005984247 0.17053990051650805 0.16261604053107795 0.31920277270229125 0.01932718313856449 0.027398891569793804 0.3275580629012298 -2.6666667461395264 1.5924913855038703 -0.16905682024654675 -0.16044236714077484 -0.017638861943807094 -0.31775732993209616 -0.32637587935428847 -0.02652804819410473 -3.0 1.8075739875117443 0.16896604314380534 0.16064320027652498 0.3175983129039664 0.017716757050397575 0.026234872646143326 0.32638706532781747 -3.0 1.7924263939579823 -0.1674119448757075 -0.15881812131999373 -0.01604545423013562 -0.316158087727773 -0.32505193978585656 -0.02519719372105067 -3.3333332538604736 2.007639637780767 0.16736133440229892 0.1588253098205974 0.3159966499469935 0.016109259602772985 0.024999535382170035 0.32514481315922206 -3.3333332538604736 1.9923608390563914 -0.16580205391422795 -0.15717206397591907 -0.014476570593674881 -0.3145834701870791 -0.3237667326291612 -0.023905164212070035 -3.6666667461395264 2.2077058563326912 0.16575288114094008 0.15706613165009584 0.3144009144180615 0.014507790169607765 0.023744041140895233 0.3238824965656619 -3.6666667461395264 2.1922947158718986 -0.16421894368297305 -0.15523165555326376 -0.012855919871864435 -0.31295718475484374 -0.3225802114517528 -0.022711912249307353 -4.0 2.407772647994793 0.16414858444524813 0.15563780733621788 0.3128871050220109 0.012988346063132317 0.022408299735291626 0.3225400243747041 -4.0 2.3922280195772285 -0.16259994724714866 -0.1536368021178105 -0.011280873775204064 -0.3113766017783558 -0.32126974739234765 -0.02139480800985208 -4.333333492279053 2.607840017827123 0.16261081837183533 0.15390004428523119 0.31135756707163653 0.011453271232930357 0.02121480979125817 0.3213398942506205 -4.333333492279053 2.5921607451123303 -0.1610104144359634 -0.15245019907935534 -0.009832528853384287 -0.3099227866429297 -0.3198850719045936 -0.020003611778204394 -4.666666507720947 2.8079079706921655 0.1610739339970446 0.15178975516802642 0.3097309148549712 0.009821208407303467 0.020113703401023003 0.320232207511847 -4.666666507720947 2.7920928876147193 -0.15952828036798128 -0.15037397600459043 -0.008264356685864643 -0.3083492990093701 -0.31882861695695547 -0.018940665177054172 -5.0 3.0079765118351447 0.15945971113224477 0.15060443445323143 0.30825340135215495 0.008338319833802454 0.01870242200303701 0.3188144940649936 -5.0 2.9920244418391717 -0.15797193728156583 -0.148574256333833 -0.006686377540658345 -0.30676603860065066 -0.3176272463797259 -0.017732950283845056 -5.333333492279053 3.208045646254041 0.1579494597384679 0.14917757047371324 0.30681471826178874 0.006894415084567895 0.017453963756434876 0.31755963189776715 -5.333333492279053 3.191955402787707 -0.15639304899259163 -0.14749698033661837 -0.005261757103283776 -0.3053362890153747 -0.31622121779381296 -0.016320604584886683 -5.666666507720947 3.4081153789875707 0.1564912342862009 0.14706285281677986 0.30525142761834423 0.005325935688577171 0.016427944583287418 0.3165273552162191 -5.666666507720947 3.391885765421609 -0.15493250567996683 -0.14545490945611794 -0.0037096672964480326 -0.30377913148889263 -0.31517324054641616 -0.015266425917494636 -6.0 3.6081833645885393 0.15494386546524283 0.14594715371650357 0.3038440876913455 0.003913528041932179 0.01506152952117809 0.3151547387341145 -6.0 3.591817875188072 -0.15339378134096368 -0.14399237806582932 -0.002219674865270055 -0.3022841612827255 -0.31390071602935676 -0.013987784936638992 -6.333333492279053 3.8082379948724414 0.15350358998413757 0.1442857629249349 0.3024028518595938 0.0024673144351913257 0.013937182151030347 0.3140242749001705 -6.333333492279053 3.7917633402716016 -0.1518892622632788 -0.14203864116211337 -0.0006365860419412506 -0.3006961535785938 -0.31278377060760865 -0.012864836910554511 -6.666666507720947 4.008281934750494 0.15205774788846016 0.14314906707954508 0.30108264932204687 0.0011422526214862339 0.012674652384418339 0.31275568292457734 -6.666666507720947 3.991719018923822 -0.15031722281169277 -0.14014661722643004 0.0010030584991529146 -0.2990516180156761 -0.31158241923486724 -0.011657625704430852 -7.0 4.208318906637034 0.15070779365528506 0.1419837930315517 0.299846677237694 -9.843167075579418e-05 0.011513802367801806 0.31158879426064423 -7.0 4.191681665567556 -0.14868655161772965 -0.13853273775212782 0.002636273414092505 -0.29741365790933905 -0.31025156454779124 -0.010320933837973195 -7.333333492279053 4.40835007186398 0.14944455762234626 0.1405731453724982 0.29863167831282095 -0.0013181161823815624 0.01049959735609507 0.31056869246491103 -7.333333492279053 4.391650118870883 -0.14704946758126028 -0.13712381682703995 0.004229078482943377 -0.2958162522777411 -0.3088617328224693 -0.008925286713753228 -7.666666507720947 4.608373107767494 0.14821555504010178 0.13898996305065953 0.29740341525141634 -0.0025510394111779577 0.009561390024236283 0.30962472933879903 -7.666666507720947 4.591626701497643 -0.14544358823562206 -0.13590959496470933 0.005746374731585208 -0.29429446910563595 -0.30745312687486237 -0.007510916084551678 -8.0 4.808391498343332 0.14698290496247055 0.13724416216975843 0.29612653433747604 -0.0038325264578711327 0.008658857313094792 0.30871655115535246 -8.0 4.791607929452078 -0.14390450889953568 -0.13480165251366338 0.007174570314552098 -0.29286183944238664 -0.30608345388057207 -0.006135587849090435 -8.333333015441895 5.008405243591495 0.14571073906739399 0.13542381004498816 0.2947871794775469 -0.005176375002727496 0.007734162794375166 0.30778626100010664 -8.333333015441895 4.991593802734188 -0.142450185451645 -0.13308820677450636 0.008673603132133806 -0.2913583944345632 -0.3049486214175261 -0.004995238546840947 -8.666666984558105 5.208415504843901 0.14438084718397592 0.13424035757309535 0.2935450426789471 -0.006422864386924243 0.006591283704284523 0.3066378054661677 -8.666666984558105 5.191583160012056 -0.1409562418035207 -0.13203475629316222 0.010051498964394945 -0.28997625614616906 -0.30360796664848 -0.0036490554566870614 -9.0 5.408421120768633 0.14311733369556942 0.13242795730812054 0.29220788662138997 -0.007764382109903961 0.00567075227393779 0.3057118649240027 -9.0 5.3915771626175975 -0.13955145147396658 -0.131202161378116 0.011289152043740203 -0.2887343504210821 -0.3023000036387843 -0.002335730648760831 -9.333333015441895 5.608424414029526 0.1417911835457239 0.13042543241370527 0.2907563720765906 -0.00922008969580021 0.00473394738725838 0.30476963863444806 -9.333333015441895 5.591573487886978 -0.13827678106318445 -0.12964845708837683 0.012581090132933487 -0.2874382973756672 -0.30130129473933104 -0.0013316766142454362 -9.666666984558105 5.8084265459585005 0.14036116736534268 0.1291744102308149 0.289384772379655 -0.010595863953602236 0.0035041810823333575 0.30353458679910567 -9.666666984558105 5.791570974488277 -0.1369848393707611 -0.1280480611817934 0.01390604105641463 -0.28610927866109326 -0.3002958134481703 -0.0003209554189635977 -10.0 6.008427516555556 0.13897441633633156 0.12800013928022463 0.2880715635711946 -0.011913140553155427 0.002297355301121351 0.30232252111377256 -10.0 5.991569622421495 -0.13566316486246668 -0.1272437508006832 0.015065694376186545 -0.2849455738444107 -0.2990604072115804 0.0009195564748561424 -10.333333015441895 6.208428487152611 0.13764315735459112 0.12605953596283406 0.28661820836429197 -0.013370428047679128 0.0013365178606892791 0.3013564588068211 -10.333333015441895 6.191568270354713 -0.13446787160865434 -0.12573122262840744 0.016280025435548184 -0.2837273555041183 -0.29812740326882536 0.0018576816631288295 -10.666666984558105 6.408428412543941 0.13621102108664282 0.12485657673680808 0.28524443488015616 -0.014748148417390444 8.921862603364361e-05 0.30010409793129256 -10.666666984558105 6.391567963493657 -0.1332542471137796 -0.12474885289103037 0.017943402395393188 -0.282054053844882 -0.29704237447906773 0.002947669287666904 -11.0 6.608428337936537 0.13482246743673126 0.12315256227284914 0.2832256652258379 -0.016776723561810453 -0.0009902371294375212 0.29901956413175146 -11.0 6.591567656631334 -0.13212529880036591 -0.12306568089497885 0.026097623917018628 -0.2738994047891051 -0.296216258532892 0.003778791038341195 -11.333333015441895 6.808428263330733 0.13337426104624747 0.12217815655840239 0.27492943563803507 -0.025073499893054282 -0.0023128895689145945 0.29769202509706527 -11.333333015441895 6.791567349767411 -0.12211588433813332 -0.12232637368270399 0.033580171968299766 -0.266416320292633 -0.2892156950996014 0.010784657768727002 -11.666666984558105 7.008428188726862 0.12318734173998265 0.12028837609232607 0.26698164353195963 -0.033021590025741634 -0.009203214211693178 0.2907961587386125 -11.666666984558105 6.991567042901556 -0.11298965082282408 -0.12064073222063185 0.040709468558282 -0.2592867589792102 -0.28289863744113497 0.01710672561643159 -12.0 7.208428114124258 0.11365350872988089 0.11937310708526225 0.25963741259291734 -0.040366264502158786 -0.016120550247692517 0.2838739913273093 -12.0 7.191566736034433 -0.10449613370910497 -0.11874182032149733 0.04752382747916416 -0.25247216241772147 -0.2768741140554868 0.023135762960188738 -12.333333015441895 7.408428039523253 0.10490646657744633 0.11869899845876247 0.2528758037826614 -0.04712823016231088 -0.022704880457071197 0.2772852663691112 -12.333333015441895 7.391566429165712 -0.09653587386990221 -0.11690567763850478 0.05402743508147394 -0.24596827895859857 -0.26318190349026094 0.03682451468941676 -12.666666984558105 7.60842796492418 0.09693764235405507 0.11798970416982112 0.24664530466271245 -0.05335894553442817 -0.036687306037708395 0.263306240019827 -12.666666984558105 7.591566122295058 -0.08906876512835112 -0.10607584594321338 0.060044141922179384 -0.23995137204772124 -0.25067885005882934 0.049324768806226646 -13.0 7.808427890326376 0.08968733893040877 0.10664830629751919 0.2407175279520119 -0.05928692231530061 -0.04884566580840394 0.2511506795637532 -13.0 7.7915658154231355 -0.08221260397248961 -0.09592077177656318 0.06573222494866171 -0.23426313017940265 -0.2396624802454722 0.06033887256468773 -13.333333015441895 8.00842781573017 0.08294566985704996 0.09672489640941347 0.2352018513605424 -0.06480275774860639 -0.059805441011546834 0.24019317041550636 -13.333333015441895 7.9915655085496144 -0.07585046426796055 -0.08731002798649895 0.07094692489654805 -0.22904833807575448 -0.22967020456802106 0.07032936230807767 -13.666666984558105 8.208428217973056 0.07674435512565708 0.08715231246660876 0.22990754940955851 -0.07009721145999685 -0.06939648802269242 0.23060396894306673 -13.666666984558105 8.191565678511319 -0.07006233847103611 -0.0789050757043084 0.07590269230527576 -0.22409248162875428 -0.22100328350773218 0.07899484675192608 -14.0 8.408428027238193 0.07092468624803767 0.07909016960496286 0.22500596262293165 -0.07499888728489622 -0.07818065141925451 0.22182124216294513 -14.0 8.391565487776456 -0.06468144540510004 -0.07141485490804844 0.08055267914585491 -0.2194424350562533 -0.21321776727316571 0.08677924446780177 -14.333333015441895 8.60842783650333 0.06558081197387403 0.07166762671052784 0.22040988818355184 -0.07959502145619787 -0.0859460510862093 0.21405696101468114 -14.333333015441895 8.591565297041592 -0.05970169669136382 -0.06423159680682163 0.08502194882065248 -0.21497307205860747 -0.20637129591115172 0.0936248035645913 -14.666666984558105 8.808427645768466 0.060651617603171386 0.0653456984216247 0.2162064552244525 -0.08379842852885591 -0.09295726968638246 0.20704653547044288 -14.666666984558105 8.791565106306729 -0.055012685018242496 -0.05809841886418061 0.08920531062174678 -0.21078969955633214 -0.20008993498206676 0.09990553305818135 -15.0 9.008427455033603 0.05618542619480302 0.05924837639810638 0.2122548958868897 -0.08774999856759974 -0.09902476915001332 0.20097966744230694 +cropfollow/pn=[0.010:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]],0 +0.0 0.0 -0.128833661577165 -0.17512022611746908 -0.0032750848001900368 -0.30259144633524726 -0.25580590952571736 0.04438813063259961 +0.3333333432674408 0.2040932274626091 0.128833661577165 0.1762936052499932 0.3035683813757363 0.002884838278225166 -0.04448738704982888 0.2553184774244225 +0.3333333432674408 0.19590680830017776 -0.14811333897017595 -0.17512022611746908 -0.012113922713488767 -0.3118973625431015 -0.28411275773018385 0.0156706820994289 +0.6666666865348816 0.40632795114698245 0.14834801478212886 0.1779828630361279 0.31313132631608886 0.01291545755958104 -0.016435318899454848 0.28378054985705303 +0.6666666865348816 0.39367200116930173 -0.1592271907190696 -0.17628849452761286 -0.013335584410271606 -0.31331776323821536 -0.30511878893503647 -0.005136610107092793 +1.0 0.6073779341512326 0.1600883367989116 0.1779828630361279 0.3146170365892267 0.014599429993891633 0.005559612966866301 0.3055772195622014 +1.0 0.592621636695325 -0.1625067750101387 -0.17628849452761286 -0.013335584410271606 -0.31331776323821536 -0.31362244167198394 -0.013625169161879003 +1.3333333730697632 0.8077570729882297 0.16370425339484954 0.18047784673156245 0.3146170365892267 0.014599429993891633 0.013504472159044517 0.3135051373282303 +1.3333333730697632 0.7922423548071804 -0.1625067750101387 -0.17642958815057244 -0.012037536610789129 -0.3120196504975169 -0.31682517196823445 -0.01686415552715373 +1.6666666269302368 1.0078582594392127 0.16386384725986933 0.18069691144708958 0.3145504803554485 0.014534656562885578 0.018009683152926864 0.31804731964687416 +1.6666666269302368 0.9921398332121544 -0.16161316842256998 -0.17667273597957658 -0.010956129959101196 -0.3109394535666402 -0.31682517196823445 -0.01686415552715373 +2.0 1.2079336933223712 0.16386384725986933 0.18189638273956346 0.31427296154784634 0.01425763222035728 0.018133859562247556 0.31817047160221823 +2.0 1.1920635410221112 -0.1604939681685191 -0.18069852618932608 -0.009733381560656701 -0.3097172226403808 -0.3163346158736642 -0.016373230629699337 +2.3333332538604736 1.408009621046519 0.16359811101319607 0.18189638273956346 0.3141424384625885 0.014128282258377034 0.01929814382138831 0.31933501438870043 +2.3333332538604736 1.3919862781539205 -0.15928208252051174 -0.18069852618932608 -0.009362114703405366 -0.30934774800114484 -0.3149681498336455 -0.015004362495069645 +2.6666667461395264 1.6080868842278417 0.16343095369273125 0.1808805911391938 0.31316606525157736 0.013151793916748478 0.01929814382138831 0.31933501438870043 +2.6666667461395264 1.5919088719214503 -0.15873344330679118 -0.18059127182326856 -0.008620421732926542 -0.308606946467427 -0.3149681498336455 -0.015004362495069645 +3.0 1.8081650130553673 0.16260641691836952 0.1824426436639102 0.3125657246961834 0.012552225588825905 0.01876876848217454 0.3188050049854566 +3.0 1.7918308384613564 -0.15802084541571457 -0.18136146702668524 -0.00771534357755671 -0.3077025444611133 -0.3149645385901621 -0.015000208071409088 +3.3333332538604736 2.008243776371264 0.1619516827973457 0.18303663787296867 0.31213435445516596 0.0121218295200885 0.018454886173501217 0.31848962055790125 +3.3333332538604736 1.991751932094312 -0.157144763354855 -0.18144865775541655 -0.006889324932332852 -0.30687737414912625 -0.31455207536150476 -0.014587024322625985 +3.6666667461395264 2.2083234199265713 0.1614662509753279 0.18442144057774237 0.3116294856359919 0.011617749429506496 0.018454886173501217 0.31848962055790125 +3.6666667461395264 2.1916723839064365 -0.1562993856243715 -0.18333750061448836 -0.005897035938069006 -0.30588568848121545 -0.31436446148091024 -0.014398929811578448 +4.0 2.408403593325042 0.1609559072278366 0.18442144057774237 0.3112964240129439 0.011285708365324915 0.018680717419286813 0.3187141641869178 +4.0 2.3915918290382394 -0.1553271315660192 -0.18379922145442962 -0.005227149602757969 -0.3052169055629172 -0.31359788365234953 -0.013631366182767363 +4.333333492279053 2.608484780935192 0.1605782095011188 0.18503272514255642 0.3106464754313102 0.010636267154256307 0.018680717419286813 0.3187141641869178 +4.333333492279053 2.591510736795521 -0.1545877236254558 -0.1854007013894529 -0.004432633574331185 -0.30442315861870956 -0.3134188191967636 -0.01345164521878403 +4.666666507720947 2.80856675165147 0.1599734088718936 0.18503272514255642 0.31012664740833085 0.01011726782014083 0.01865205864466804 0.31868416405857025 +4.666666507720947 2.7914288614466747 -0.1537951297509215 -0.18707968533530647 -0.003868945034631255 -0.30386032210143954 -0.31289977530993596 -0.012931856881980258 +5.0 3.0086495132685203 0.1594275158281169 0.18492114709763832 0.3093814627252898 0.009372815950240171 0.018655558502784275 0.3186867719161417 +5.0 2.991346195197056 -0.15317668846294563 -0.18707968533530647 -0.0034980578709873367 -0.3034900123128112 -0.31306789114884775 -0.013098696818924727 +5.333333492279053 3.2087328348843793 0.15871316368177812 0.18741457064924796 0.3084489209939274 0.008441268826406778 0.018655558502784275 0.3186867719161417 +5.333333492279053 3.1912624921114703 -0.15274728720373698 -0.18939507748353987 -0.0026017704246978357 -0.30259462367918855 -0.31306789114884775 -0.013098696818924727 +5.666666507720947 3.408817200921935 0.1578154426749725 0.18741457064924796 0.3080472030876617 0.008040211314228829 0.018412948311846006 0.3184424119039547 +5.666666507720947 3.391178221441346 -0.1519356099185454 -0.18939507748353987 -0.0024887519154396798 -0.3024818717843668 -0.3127265398467888 -0.012755896630989 +6.0 3.6089019041479986 0.15730564661742322 0.18802606964174004 0.3068676190647927 0.00686190718475746 0.018412948311846006 0.3184424119039547 +6.0 3.591092659908398 -0.15167392244404104 -0.18831582132417055 -0.0017820176550250866 -0.30177650051638705 -0.3131225987632149 -0.013151903836202322 +6.333333492279053 3.8089879059732787 0.15625148186301735 0.1909781903326752 0.30628712744201236 0.00628158646151647 0.017376524683367145 0.31740590530942525 +6.333333492279053 3.7910067534505494 -0.15104777094559194 -0.18871413023186112 -0.0006223584521246328 -0.30061697614076377 -0.3131225987632149 -0.013151903836202322 +6.666666507720947 4.009073660993148 0.15556738021434666 0.1909781903326752 0.30616491688375 0.006160762428071537 0.017114791851582822 0.3171426697971762 +6.666666507720947 3.9909201401237957 -0.14998600839399986 -0.19145414659043786 0.0001588256366641394 -0.29983702333305073 -0.3122662639432576 -0.012294416070217001 +7.0 4.209129336643274 0.1553244667383402 0.1906743807808795 0.3056695668689816 0.005665690020062453 0.017624047573018137 0.31765125085655527 +7.0 4.190864559841101 -0.1491404202036477 -0.1926244316827064 0.0004970255064499218 -0.2994995717158808 -0.3113965960101367 -0.011424073475039764 +7.333333492279053 4.409182423397366 0.15487092856465945 0.18983536504390888 0.3047365424466598 0.004733413850356499 0.017624047573018137 0.31765125085655527 +7.333333492279053 4.390811091617282 -0.14869234449291485 -0.1934057880848925 0.0008309712809664027 -0.2991662190284387 -0.3114118823207484 -0.011438163808013324 +7.666666507720947 4.609230809196552 0.15402540582293528 0.19059896042610514 0.30380455346878943 0.00380231598278441 0.017345616480904158 0.3173719975361933 +7.666666507720947 4.59076232434837 -0.1483272050448012 -0.1934057880848925 0.0011801786852322083 -0.29881774760612445 -0.3118612898352985 -0.011886602966470733 +8.0 4.809274494040829 0.15310245304706213 0.19276728697212064 0.30289309545035736 0.002891593946303922 0.016889120022164417 0.3169148293048395 +8.0 4.790718258034366 -0.1479665811895917 -0.19516234248923203 0.0018755258648259499 -0.2981234283551085 -0.3118612898352985 -0.011886602966470733 +8.333333015441895 5.0093056430053515 0.15218046379979353 0.19276728697212064 0.30233302101208137 0.0023319513901579325 0.016297866713629733 0.3163221473629119 +8.333333015441895 4.990686727600117 -0.14733014129255093 -0.19516234248923203 0.002099559135331386 -0.29789973151890076 -0.3118014618103405 -0.011825438588495218 +8.666666984558105 5.209321122120182 0.15153975006345785 0.19423006912124147 0.30130685823451114 0.0013068999072674559 0.016297866713629733 0.3163221473629119 +8.666666984558105 5.190670867015561 -0.14701540803716265 -0.19573484809735733 0.0027754040766239663 -0.29722499187212786 -0.3118014618103405 -0.011825438588495218 +9.0 5.409327199325196 0.15058276046246968 0.19451237545946556 0.3007377056073665 0.0007380777142604322 0.01542302810596427 0.3154470287259769 +9.0 5.39066440834082 -0.1464039558689619 -0.1958686155866728 0.003247893694164866 -0.29675315454740614 -0.31162547441181376 -0.011648120573508114 +9.333333015441895 5.609330142560271 0.14992790470417092 0.1959550171758876 0.2999703816144441 -2.8474776553238934e-05 0.01534802713089492 0.31537130212237335 +9.333333015441895 5.590661083636018 -0.1458957432985895 -0.19741278677563723 0.003906616508634636 -0.2960951973074384 -0.31162547441181376 -0.011648120573508114 +9.666666984558105 5.809333085795346 0.14917519760622017 0.19599362765755113 0.29939444965156736 -0.0006037603742174713 0.014901542581539862 0.3149234898149619 +9.666666984558105 5.790657758931217 -0.14525932422513071 -0.20080163709939125 0.004162722315805389 -0.2958388466791616 -0.3112499653472717 -0.011272007948125301 +10.0 6.009333286781795 0.14855605875747208 0.19599362765755113 0.29860010039668106 -0.001397349943224352 0.015230532875552732 0.31525023884894865 +10.0 5.990657176475041 -0.1448144558730154 -0.20148762486894367 0.004139627658627881 -0.29586274895376674 -0.31107462983225087 -0.011096810697338116 +10.333333015441895 6.20933253411036 0.14778903698133952 0.1951035506466472 0.2971966331338711 -0.0027985434575571455 0.015230532875552732 0.31525023884894865 +10.333333015441895 6.190655640328116 -0.14483306301683663 -0.20148762486894367 0.004139627658627881 -0.29586274895376674 -0.31213385387659554 -0.012153945337689542 +10.666666984558105 6.40933178145648 0.14650582323377864 0.19829717643350192 0.29595423177549995 -0.004040375617079844 0.014363512803060807 0.31438267767312245 +10.666666984558105 6.390654104163637 -0.14483306301683663 -0.20378827594282 0.00437881209943386 -0.29562417896665494 -0.31213385387659554 -0.012153945337689542 +11.0 6.609331982492229 0.14524761762861638 0.19829717643350192 0.2953075657619299 -0.004687789512916957 0.013383534259414409 0.31340063770793036 +11.0 6.590653521658162 -0.14453873604090114 -0.20378827594282 0.00437881209943386 -0.29562417896665494 -0.31230496274404107 -0.012324545343248533 +11.333333015441895 6.809330361245891 0.14447057118358897 0.19601344700964063 0.293769998764061 -0.006222504058705142 0.013383534259414409 0.31340063770793036 +11.333333015441895 6.790651900411824 -0.14453873604090114 -0.19719115693507897 0.004565740457574519 -0.295439292689165 -0.31308452448005875 -0.013102617973770936 +11.666666984558105 7.00932969367387 0.14307855612152418 0.19230948251126515 0.29275277770419916 -0.007240424851575916 0.012066055406852377 0.3120838737085745 +11.666666984558105 6.990651232839802 -0.1444149821564718 -0.19029951411519702 0.00514601465698325 -0.294860518457549 -0.31308452448005875 -0.013102617973770936 +12.0 7.209329502939006 0.14197846814395626 0.1891654258522814 0.29213390949729834 -0.007859462020737729 0.010931562987520321 0.31094956111380084 +12.0 7.190651042104939 -0.14391907553274333 -0.18517434694045554 0.005688834219789496 -0.2943183885605437 -0.31307982417780467 -0.013097234643313388 +12.333333015441895 7.409329312204143 0.14125574396077692 0.1845134965068228 0.2914825796786785 -0.008510161778201408 0.010581721989694343 0.31059909669241614 +12.333333015441895 7.390650851370076 -0.1433784378431655 -0.1809713438352501 0.01286709385051818 -0.28712073109157676 -0.31308162929658423 -0.013097707735047814 +12.666666984558105 7.60932912146928 0.14058293623103868 0.17919131468179877 0.2838923029409399 -0.016119657540243887 0.010478510366822569 0.310495143847098 +12.666666984558105 7.590650660635212 -0.1383769555948015 -0.1753251859086554 0.022057161805468878 -0.2779353460618474 -0.31308162929658423 -0.013097707735047814 +13.0 7.8093289307344165 0.13522544824511668 0.17555768244033562 0.27484945845858444 -0.025158057515957177 0.009871996661467652 0.30988809894178915 +13.0 7.790650469900349 -0.12863234004449225 -0.1690616794774034 0.03101908717076446 -0.26897691844456884 -0.30240157212095564 -0.002406181446547806 +13.333333015441895 8.009328739999553 0.12552733200114347 0.1727805231610038 0.26680511679728364 -0.03319788815027978 -0.0016326609723061047 0.2983709589161828 +13.333333015441895 7.990650279165486 -0.11922990956621371 -0.1640982234820399 0.03946178520350756 -0.26053736245007214 -0.2918390091391386 0.008166429549226278 +13.666666984558105 8.20932854926469 0.1168686699336221 0.1689362505420718 0.25938562189907727 -0.04061352575450246 -0.011730873969000438 0.2882619826497941 +13.666666984558105 8.190650088430623 -0.1103572664852284 -0.16047860063877775 0.05747131372355592 -0.24253253582077838 -0.2815669219445712 0.018447898980622407 +14.0 8.409328358529827 0.10896363142645285 0.16397505590026154 0.24200867747403015 -0.05798654314917705 -0.020700361256646427 0.2792838879857015 +14.0 8.39064989769576 -0.09433216551861899 -0.1562053115382015 0.07269061691760001 -0.22731612902557496 -0.2712441641773183 0.028765883498770253 +14.333333015441895 8.609328167794963 0.09363782117453577 0.15988864063240282 0.22753538601399484 -0.0724568786057269 -0.03037050776825362 0.2696184551185546 +14.333333015441895 8.590649706960896 -0.08052911129679033 -0.15271525700887306 0.09804400084283163 -0.2019593064111626 -0.2615001260874279 0.03850608355867896 +14.666666984558105 8.8093279770601 0.08057143239901834 0.155234382593386 0.20262787463400553 -0.09736836511669994 -0.03908711079382819 0.26090622656476464 +14.666666984558105 8.790649516226033 -0.05575483425713508 -0.1502511299468519 0.1148936842171445 -0.1851077981473072 -0.24320372513361044 0.05681157262874141 +15.0 9.009324652355298 0.05630098038313343 0.14976401680819112 0.18553071277458522 -0.11446782870282095 -0.05612835713796549 0.24385636894154056 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/results.json b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/results.json index 21497ac0584a07c2a2ab79f8c7f98abb963e13df..db813dd2d7a266d06ef040125021729108fde2fd 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/results.json +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_01__heading0_00/results.json @@ -1,7 +1,7 @@ { "safety": "SAFE", - "sim_time": 14.961038827896118, - "verification_time": 164.73723602294922, + "sim_time": 3.9095568656921387, + "verification_time": 47.993730306625366, "refine_time": 0, - "total_time": 180.2483172416687 + "total_time": 52.46195721626282 } \ No newline at end of file diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/Traj.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..24d103e9222ea811f38aa9f0168c80603fafc051 --- /dev/null +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.050:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 0.015088901855051517 -0.15835914015769958 0.12378749251365662 -0.1724587380886078 -0.09360969066619873 0.20263653993606567 +0.3333333432674408 0.19749748706817627 -0.01645072177052498 -0.12636668980121613 0.1008455753326416 -0.1967623233795166 -0.13374701142311096 0.16386088728904724 +0.6666666865348816 0.39590275287628174 -0.04165685176849365 -0.07704833149909973 0.08865511417388916 -0.21045488119125366 -0.17196881771087646 0.12714117765426636 +1.0 0.5953094363212585 -0.05705127865076065 -0.04742161184549332 0.08092913776636124 -0.21873360872268677 -0.19503170251846313 0.10463104397058487 +1.3333333730697632 0.7950845956802368 -0.06653204560279846 -0.029165606945753098 0.07611380517482758 -0.22375862300395966 -0.2091778963804245 0.09069453179836273 +1.6666666269302368 0.9949995279312134 -0.07236433774232864 -0.01129140891134739 0.07480333000421524 -0.2251775860786438 -0.21953201293945312 0.08044890314340591 +2.0 1.1949868202209473 -0.07462257146835327 -0.0032224496826529503 0.07457104325294495 -0.22542741894721985 -0.2238161861896515 0.0761822760105133 +2.3333332538604736 1.3949857950210571 -0.07526706159114838 -0.003525539068505168 0.07385063171386719 -0.22614753246307373 -0.22438475489616394 0.07561340928077698 +2.6666667461395264 1.594984531402588 -0.07597216963768005 0.014872781001031399 0.07772929966449738 -0.2222375124692917 -0.22967363893985748 0.07029317319393158 +3.0 1.7949624061584473 -0.07299772650003433 0.03116913139820099 0.08472045511007309 -0.21513384580612183 -0.23071590065956116 0.06913840025663376 +3.3333332538604736 1.9948652982711792 -0.06676490604877472 0.03784441575407982 0.09258653223514557 -0.20719866454601288 -0.226116344332695 0.07366885244846344 +3.6666667461395264 2.1947221755981445 -0.05919782817363739 0.05166439712047577 0.10351237654685974 -0.1960873305797577 -0.22190803289413452 0.07769167423248291 +4.0 2.3944554328918457 -0.0488695427775383 0.048359211534261703 0.11304020136594772 -0.18660908937454224 -0.21077927947044373 0.08887001127004623 +4.333333492279053 2.594221591949463 -0.03920146822929382 0.03419729322195053 0.11925850808620453 -0.18056611716747284 -0.19766144454479218 0.10216318070888519 +4.666666507720947 2.79410457611084 -0.03236334025859833 0.026471976190805435 0.12420132756233215 -0.1756935715675354 -0.1889280080795288 0.11096689105033875 +5.0 2.9940345287323 -0.027069563046097755 0.02093677595257759 0.12813137471675873 -0.17180289328098297 -0.18227051198482513 0.11766376346349716 +5.333333492279053 3.193990707397461 -0.02288251370191574 0.013394070789217949 0.1304524540901184 -0.16952064633369446 -0.17621749639511108 0.12375561147928238 +5.666666507720947 3.393972873687744 -0.020203780382871628 0.014510907232761383 0.13340802490711212 -0.16656039655208588 -0.17381559312343597 0.12615282833576202 +6.0 3.59395170211792 -0.01730170100927353 0.018364066258072853 0.13726377487182617 -0.16268566250801086 -0.17186719179153442 0.1280822455883026 +6.333333492279053 3.7939178943634033 -0.013629093766212463 0.02191443182528019 0.14181306958198547 -0.15811491012573242 -0.1690712571144104 0.1308567225933075 +6.666666507720947 3.9938697814941406 -0.00924655795097351 0.013280320912599564 0.14406020939350128 -0.1559133678674698 -0.1625533252954483 0.13742025196552277 +7.0 4.193851947784424 -0.006590571254491806 0.016488144174218178 0.14751090109348297 -0.15244834125041962 -0.16069205105304718 0.1392671912908554 +7.333333492279053 4.393824577331543 -0.0032930916640907526 0.015275605022907257 0.15050816535949707 -0.14945685863494873 -0.15709435939788818 0.14287066459655762 +7.666666507720947 4.593801498413086 -0.00023808935657143593 0.004953721538186073 0.15099848806858063 -0.14899782836437225 -0.15147466957569122 0.14852164685726166 +8.0 4.793798923492432 0.0007526508998125792 0.005096862092614174 0.15202492475509644 -0.14797118306159973 -0.15051960945129395 0.14947649836540222 +8.333333015441895 4.993796348571777 0.0017720190808176994 0.0012699686922132969 0.15208940207958221 -0.14791037142276764 -0.14854536950588226 0.1514544039964676 +8.666666984558105 5.193796157836914 0.0020260128658264875 -0.006891052704304457 0.15029969811439514 -0.14969319105148315 -0.14624768495559692 0.15374520421028137 +9.0 5.393791198730469 0.000647813081741333 -0.0010058926418423653 0.15039627254009247 -0.14960359036922455 -0.1491006463766098 0.15089921653270721 +9.333333015441895 5.5937910079956055 0.00044663454173132777 0.004603491630405188 0.15159590542316437 -0.1484009176492691 -0.15070264041423798 0.1492941826581955 +9.666666984558105 5.793788909912109 0.0013673296198248863 -0.007926605641841888 0.14938099682331085 -0.1506095975637436 -0.14664633572101593 0.1533442586660385 +10.0 5.9937825202941895 -0.0002179750008508563 -0.019622761756181717 0.1448477804660797 -0.1550944745540619 -0.14528372883796692 0.15465852618217468 +10.333333015441895 6.19374418258667 -0.004142276011407375 -0.016033649444580078 0.1418302208185196 -0.15813122689723969 -0.1501147598028183 0.14984668791294098 +10.666666984558105 6.393718719482422 -0.0073488689959049225 -0.02712942287325859 0.13581442832946777 -0.16407519578933716 -0.15051215887069702 0.1493774652481079 +11.0 6.593645095825195 -0.01277408841997385 -0.022911444306373596 0.13145917654037476 -0.1684620976448059 -0.1570073664188385 0.14291390776634216 +11.333333015441895 6.79359245300293 -0.01735597662627697 -0.019167466089129448 0.12782490253448486 -0.17212000489234924 -0.1625368595123291 0.137408047914505 +11.666666984558105 6.993555545806885 -0.021189235150814056 -0.014689726755023003 0.1251222789287567 -0.1748453676700592 -0.16750076413154602 0.1324668824672699 +12.0 7.193533897399902 -0.02412707544863224 -0.010506868362426758 0.1232379749417305 -0.1767454743385315 -0.17149212956428528 0.12849131226539612 +12.333333015441895 7.3935227394104 -0.026228411123156548 0.0014312025159597397 0.12412925064563751 -0.17587046325206757 -0.1765860766172409 0.12341363728046417 +12.666666984558105 7.593522548675537 -0.02594217099249363 0.010298613458871841 0.1266244798898697 -0.17335961759090424 -0.17850883305072784 0.12147527188062668 +13.0 7.793511867523193 -0.023882484063506126 0.007479068823158741 0.12798309326171875 -0.17200854420661926 -0.1757480502128601 0.12424357980489731 +13.333333015441895 7.99350643157959 -0.022386685013771057 0.009775590151548386 0.13005001842975616 -0.1699356585741043 -0.17482338845729828 0.1251622885465622 +13.666666984558105 8.193496704101562 -0.020431598648428917 0.004431870765984058 0.13067489862442017 -0.1693221628665924 -0.1715380847454071 0.12845897674560547 +14.0 8.393494606018066 -0.01954522728919983 0.007289798464626074 0.13227321207523346 -0.1677188128232956 -0.17136366665363312 0.12862835824489594 +14.333333015441895 8.593489646911621 -0.01808728091418743 -0.006651964504271746 0.13024641573429108 -0.16974695026874542 -0.16642098128795624 0.13357238471508026 +14.666666984558105 8.793485641479492 -0.019417664036154747 -0.015457605943083763 0.12670019268989563 -0.17326399683952332 -0.16553550958633423 0.13442867994308472 +15.0 8.993461608886719 -0.02250906266272068 -0.012933110818266869 0.12424520403146744 -0.17572972178459167 -0.1692633330821991 0.13071158528327942 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/log.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd9f245c33daffb3839f150f38fb62ab6462f28e --- /dev/null +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/log.txt @@ -0,0 +1,447 @@ +2025-04-27 19:40:22,056 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:22,056 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:22,056 [INFO] [0.0, 0.01508890152734324, -0.15835913956453046, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:27,283 [INFO] Verification Begin +2025-04-27 19:40:27,283 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 19:40:27,283 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:40:27,283 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:27,283 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:27,283 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:32,429 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:32,429 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:32,429 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:37,582 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:37,582 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:37,582 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:42,989 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:42,989 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:42,989 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:48,048 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:48,048 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:48,048 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:53,179 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:53,179 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:53,179 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:40:58,360 [INFO] Simulating with mode cropfollow +2025-04-27 19:40:58,360 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:40:58,360 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:03,496 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:03,497 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:03,497 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:08,791 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:08,791 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:08,791 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:13,858 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:13,858 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:13,858 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:18,906 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:18,906 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:18,906 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:24,078 [INFO] 0 check bloated tube unknown +2025-04-27 19:41:24,078 [INFO] =============================================== +Mode: 0 +stack size: 2 +remainTime: 15 + +2025-04-27 19:41:24,078 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:41:24,078 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:24,078 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:24,078 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:29,297 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:29,297 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:29,297 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:34,433 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:34,448 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:34,448 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:39,858 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:39,858 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:39,858 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:44,975 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:44,975 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:44,975 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:50,177 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:50,177 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:50,177 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:41:55,503 [INFO] Simulating with mode cropfollow +2025-04-27 19:41:55,503 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:41:55,503 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:00,825 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:00,825 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:00,826 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:06,179 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:06,179 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:06,179 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:11,307 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:11,312 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:11,312 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:16,406 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:16,407 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:16,407 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:21,464 [INFO] 0 check bloated tube unknown +2025-04-27 19:42:21,464 [INFO] =============================================== +Mode: 0 +stack size: 3 +remainTime: 15 + +2025-04-27 19:42:21,464 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:42:21,464 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:21,464 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:21,464 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:26,810 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:26,810 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:26,810 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:32,125 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:32,125 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:32,125 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:37,663 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:37,664 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:37,664 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:42,838 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:42,838 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:42,838 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:48,044 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:48,044 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:48,044 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:53,411 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:53,411 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:53,411 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:42:58,752 [INFO] Simulating with mode cropfollow +2025-04-27 19:42:58,752 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:42:58,752 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:04,164 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:04,164 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:04,164 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:09,278 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:09,279 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:09,279 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:14,516 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:14,516 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:14,516 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:19,689 [INFO] 0 check bloated tube unknown +2025-04-27 19:43:19,689 [INFO] =============================================== +Mode: 0 +stack size: 4 +remainTime: 15 + +2025-04-27 19:43:19,689 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:43:19,690 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:19,690 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:19,690 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:25,066 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:25,066 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:25,066 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:30,395 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:30,395 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:30,395 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:35,966 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:35,966 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:35,966 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:41,279 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:41,279 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:41,279 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:46,578 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:46,578 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:46,578 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:51,906 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:51,906 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:51,906 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:43:57,297 [INFO] Simulating with mode cropfollow +2025-04-27 19:43:57,297 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:43:57,297 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:02,750 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:02,750 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:02,750 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:07,913 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:07,913 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:07,913 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:13,135 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:13,135 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:13,135 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:18,501 [INFO] 0 check bloated tube unknown +2025-04-27 19:44:18,501 [INFO] =============================================== +Mode: 0 +stack size: 5 +remainTime: 15 + +2025-04-27 19:44:18,501 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:44:18,501 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:18,501 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:18,501 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:23,869 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:23,869 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:23,869 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:29,186 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:29,186 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:29,186 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:34,747 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:34,748 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:34,748 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:40,098 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:40,098 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:40,098 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:45,424 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:45,424 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:45,424 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:50,812 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:50,812 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:50,812 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:44:56,226 [INFO] Simulating with mode cropfollow +2025-04-27 19:44:56,226 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:44:56,226 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:01,744 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:01,745 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:01,745 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:06,958 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:06,959 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:06,959 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:12,290 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:12,290 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:12,290 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:17,756 [INFO] 0 check bloated tube unknown +2025-04-27 19:45:17,756 [INFO] =============================================== +Mode: 0 +stack size: 6 +remainTime: 15 + +2025-04-27 19:45:17,756 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:45:17,756 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:17,756 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:17,756 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:23,177 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:23,177 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:23,177 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:28,626 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:28,626 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:28,626 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:34,208 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:34,208 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:34,208 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:39,566 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:39,566 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:39,566 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:44,859 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:44,859 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:44,859 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:50,132 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:50,133 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:50,133 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:45:55,457 [INFO] Simulating with mode cropfollow +2025-04-27 19:45:55,458 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:45:55,458 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:00,773 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:00,773 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:00,773 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:05,934 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:05,934 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:05,934 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:11,159 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:11,159 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:11,159 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:16,444 [INFO] 0 check bloated tube unknown +2025-04-27 19:46:16,444 [INFO] =============================================== +Mode: 0 +stack size: 7 +remainTime: 15 + +2025-04-27 19:46:16,444 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:46:16,444 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:16,444 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:16,444 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:21,746 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:21,746 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:21,746 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:27,019 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:27,020 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:27,020 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:32,464 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:32,464 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:32,464 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:37,679 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:37,679 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:37,679 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:42,869 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:42,869 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:42,869 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:48,183 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:48,183 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:48,183 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:53,476 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:53,476 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:53,476 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:46:58,817 [INFO] Simulating with mode cropfollow +2025-04-27 19:46:58,817 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:46:58,817 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:03,989 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:03,989 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:03,989 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:09,247 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:09,247 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:09,247 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:14,542 [INFO] 0 check bloated tube unknown +2025-04-27 19:47:14,542 [INFO] =============================================== +Mode: 0 +stack size: 8 +remainTime: 15 + +2025-04-27 19:47:14,542 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:47:14,542 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:14,542 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:14,542 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:19,867 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:19,867 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:19,867 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:25,191 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:25,191 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:25,191 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:30,700 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:30,700 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:30,700 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:35,978 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:35,978 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:35,978 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:41,199 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:41,199 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:41,199 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:46,574 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:46,574 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:46,574 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:51,959 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:51,959 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:51,960 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:47:57,365 [INFO] Simulating with mode cropfollow +2025-04-27 19:47:57,365 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:47:57,365 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:02,533 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:02,533 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:02,533 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:07,795 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:07,795 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:07,795 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:13,102 [INFO] 0 check bloated tube unknown +2025-04-27 19:48:13,102 [INFO] =============================================== +Mode: 0 +stack size: 9 +remainTime: 15 + +2025-04-27 19:48:13,102 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:48:13,102 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:13,102 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:13,102 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:18,492 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:18,492 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:18,492 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:23,858 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:23,859 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:23,859 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:29,373 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:29,373 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:29,373 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:34,693 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:34,693 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:34,693 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:39,988 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:39,988 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:39,988 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:45,384 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:45,384 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:45,384 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:50,809 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:50,809 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:50,809 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:48:56,237 [INFO] Simulating with mode cropfollow +2025-04-27 19:48:56,237 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:48:56,237 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:01,440 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:01,440 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:01,440 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:06,729 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:06,729 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:06,729 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:12,098 [INFO] 0 check bloated tube unknown +2025-04-27 19:49:12,098 [INFO] =============================================== +Mode: 0 +stack size: 10 +remainTime: 15 + +2025-04-27 19:49:12,098 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:49:12,098 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:12,098 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:12,098 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:17,498 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:17,499 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:17,499 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:22,862 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:22,862 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:22,862 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:28,442 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:28,442 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:28,442 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:33,791 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:33,791 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:33,791 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:39,099 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:39,099 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:39,099 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:44,532 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:44,532 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:44,532 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:49,947 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:49,947 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:49,947 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:49:55,415 [INFO] Simulating with mode cropfollow +2025-04-27 19:49:55,415 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:49:55,415 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:00,636 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:00,636 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:00,636 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:05,950 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:05,950 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.05, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:05,950 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:11,383 [INFO] 0 check bloated tube unknown +2025-04-27 19:50:11,383 [INFO] =============================================== +Mode: 0 +stack size: 11 +remainTime: 15 + +2025-04-27 19:50:11,383 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 19:50:11,383 [INFO] 0 is not valid anymore +2025-04-27 19:50:11,383 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 19:50:11,383 [INFO] simulation time: 5.227104902267456 +2025-04-27 19:50:11,383 [INFO] verification time: 584.100382566452 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/results.json b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/results.json new file mode 100644 index 0000000000000000000000000000000000000000..23bd019960171fc94bf23704c0dd837fc44b41c6 --- /dev/null +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_05__heading0_00/results.json @@ -0,0 +1,7 @@ +{ + "safety": "UNKNOWN", + "sim_time": 5.227104902267456, + "verification_time": 584.100382566452, + "refine_time": null, + "total_time": 589.8858394622803 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/Traj.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/Traj.txt index 64bc345df51b721446008712fd0c98f23e06c69d..024c3126687420efb34bc441e30e6ef40fa3466c 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/Traj.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/Traj.txt @@ -1,47 +1,47 @@ -cropfollow/pn=[0.10:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 -0.08538203686475754 -0.1285170018672943 0.031340040266513824 -0.2661858797073364 -0.2021041214466095 0.09542179852724075 -0.3333333432674408 0.19835060834884644 -0.11101473867893219 -0.08278033137321472 0.01780015230178833 -0.2811725437641144 -0.2398296296596527 0.05914306640625 -0.6666666865348816 0.39766573905944824 -0.12755189836025238 -0.047587182372808456 0.010385990142822266 -0.2892743945121765 -0.265489786863327 0.03417059779167175 -1.0 0.5974393486976624 -0.13706573843955994 -0.018583666533231735 0.008262723684310913 -0.2916854918003082 -0.2823942005634308 0.017554014921188354 -1.3333333730697632 0.7974048256874084 -0.14078225195407867 0.005548818036913872 0.010602638125419617 -0.28939276933670044 -0.29216712713241577 0.007828250527381897 -1.6666666269302368 0.997401773929596 -0.13967248797416687 0.02942745015025139 0.017618373036384583 -0.28225177526474 -0.29696333408355713 0.002906784415245056 -2.0 1.1973152160644531 -0.1337878406047821 0.03755663335323334 0.025493338704109192 -0.2742950916290283 -0.2930690050125122 0.006719425320625305 -2.3333332538604736 1.3971741199493408 -0.12627828121185303 0.04705552011728287 0.03531521558761597 -0.2643527090549469 -0.287871778011322 0.011796146631240845 -2.6666667461395264 1.5969526767730713 -0.11687064915895462 0.04858700931072235 0.0450943186879158 -0.2545516788959503 -0.27883562445640564 0.02081037312746048 -3.0 1.7967166900634766 -0.10715706646442413 0.04964933544397354 0.0550653338432312 -0.24456501007080078 -0.26937946677207947 0.030250877141952515 -3.3333332538604736 1.9964702129364014 -0.09723127633333206 0.04695833474397659 0.06433866173028946 -0.23533067107200623 -0.2588012218475342 0.040868110954761505 -3.6666667461395264 2.1962497234344482 -0.08784306049346924 0.04564054310321808 0.07340690493583679 -0.22628068923950195 -0.24909302592277527 0.05059456825256348 -4.0 2.3960413932800293 -0.07871811836957932 0.04857636243104935 0.08324427157640457 -0.2164018750190735 -0.2406805157661438 0.05896563082933426 -4.333333492279053 2.5958054065704346 -0.06900666654109955 0.03927452117204666 0.09069377183914185 -0.20907488465309143 -0.22870710492134094 0.07106155157089233 -4.666666507720947 2.7956511974334717 -0.06115378066897392 0.0397154726088047 0.09865419566631317 -0.20110924541950226 -0.2209617644548416 0.07880167663097382 -5.0 2.9954934120178223 -0.05321277305483818 0.03761163353919983 0.10608184337615967 -0.19370600581169128 -0.21250739693641663 0.08728045225143433 -5.333333492279053 3.195352077484131 -0.04569222033023834 0.03189438581466675 0.11220373213291168 -0.18764369189739227 -0.20358817279338837 0.09625925123691559 -5.666666507720947 3.3952503204345703 -0.03931442275643349 0.030965983867645264 0.118353933095932 -0.18150225281715393 -0.19698277115821838 0.10287341475486755 -6.0 3.5951545238494873 -0.033122215420007706 0.02564091980457306 0.12323801219463348 -0.1766633838415146 -0.1894824355840683 0.11041896045207977 -6.333333492279053 3.795088768005371 -0.027994591742753983 0.02207951620221138 0.12748830020427704 -0.1724386066198349 -0.1834774762392044 0.11644943058490753 -6.666666507720947 3.995039939880371 -0.02357904613018036 0.020299285650253296 0.13146452605724335 -0.16847367584705353 -0.17862261831760406 0.12131558358669281 -7.0 4.194998741149902 -0.019519466906785965 0.01840560883283615 0.135056272149086 -0.16489292681217194 -0.17409519851207733 0.1258540004491806 -7.333333492279053 4.394964694976807 -0.01583855226635933 0.015881400555372238 0.13811270892620087 -0.16184945404529572 -0.16978980600833893 0.13017235696315765 -7.666666507720947 4.594939231872559 -0.012662405148148537 0.01857195794582367 0.1419544517993927 -0.15799382328987122 -0.16727927327156067 0.13266900181770325 -8.0 4.794904708862305 -0.00894822645932436 0.012377580627799034 0.14413461089134216 -0.15584242343902588 -0.16203105449676514 0.1379459798336029 -8.333333015441895 4.994889259338379 -0.0064727733843028545 0.013833554461598396 0.14697116613388062 -0.153000146150589 -0.1599166989326477 0.1400546133518219 -8.666666984558105 5.1948699951171875 -0.0037061504554003477 0.009455828927457333 0.14865106344223022 -0.15133553743362427 -0.15606337785720825 0.14392322301864624 -9.0 5.394861221313477 -0.0018150126561522484 0.006021011620759964 0.1496875286102295 -0.1503070592880249 -0.15331754088401794 0.14667704701423645 -9.333333015441895 5.594857692718506 -0.0006108174566179514 0.0025999522767961025 0.1500386744737625 -0.14996032416820526 -0.15126030147075653 0.14873869717121124 -9.666666984558105 5.794857025146484 -9.082758333534002e-05 0.0016323454910889268 0.15031707286834717 -0.14968255162239075 -0.15049871802330017 0.14950090646743774 -10.0 5.994856834411621 0.00023564137518405914 -0.0036138836294412613 0.1493312120437622 -0.15066686272621155 -0.1488599181175232 0.15113815665245056 -10.333333015441895 6.194855690002441 -0.0004871338023804128 -0.001608600141480565 0.14911052584648132 -0.1508890986442566 -0.15008479356765747 0.14991483092308044 -10.666666984558105 6.394855499267578 -0.000808853714261204 0.0013282776344567537 0.14952309429645538 -0.15047664940357208 -0.15114079415798187 0.1488589495420456 -11.0 6.594855308532715 -0.0005431981990113854 0.0010116162011399865 0.14970964193344116 -0.15029022097587585 -0.15079602599143982 0.1492038369178772 -11.333333015441895 6.794855117797852 -0.00034087494714185596 -0.002671530470252037 0.1489907056093216 -0.1510082334280014 -0.1496724635362625 0.15032647550106049 -11.666666984558105 6.99485445022583 -0.0008751804125495255 -0.00021042651496827602 0.14907222986221313 -0.15092778205871582 -0.15082257986068726 0.1491774320602417 -12.0 7.194854259490967 -0.0009172657155431807 0.004373769275844097 0.15017473697662354 -0.1498224139213562 -0.1520092785358429 0.14798787236213684 -12.333333015441895 7.394852161407471 -4.251458449289203e-05 0.003159251529723406 0.15074655413627625 -0.14925196766853333 -0.15083158016204834 0.14916694164276123 -12.666666984558105 7.594851016998291 0.0005893346969969571 -0.0009849430061876774 0.15034303069114685 -0.14965683221817017 -0.1491643488407135 0.15083551406860352 -13.0 7.794850826263428 0.00039234611904248595 -0.00470224441960454 0.14921514689922333 -0.1507815569639206 -0.1484304517507553 0.1515662521123886 -13.333333015441895 7.994848728179932 -0.0005480994004756212 -0.0061241090297698975 0.14791807532310486 -0.15207630395889282 -0.14901426434516907 0.1509801149368286 -13.666666984558105 8.194845199584961 -0.0017729136161506176 -0.006751771550625563 0.1465357542037964 -0.1534574329853058 -0.1500815749168396 0.14991161227226257 -14.0 8.394840240478516 -0.003123257774859667 -0.008179118856787682 0.1448269784450531 -0.1551629900932312 -0.15107348561286926 0.14891648292541504 -14.333333015441895 8.594833374023438 -0.004759063478559256 -0.005854445975273848 0.14377477765083313 -0.15622010827064514 -0.15329289436340332 0.14670199155807495 -14.666666984558105 8.794830322265625 -0.005929945968091488 -0.005630951374769211 0.14265994727611542 -0.1573352962732315 -0.15451984107494354 0.14547540247440338 -15.0 8.994827270507812 -0.007056130096316338 -0.0026774888392537832 0.14227396249771118 -0.15772497653961182 -0.15638622641563416 0.14361271262168884 +cropfollow/pn=[0.100:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.0038530228193849325 -0.16252447664737701 0.10371778905391693 -0.1923287957906723 -0.11142383515834808 0.18462274968624115 +0.3333333432674408 0.19736438989639282 -0.03621501475572586 -0.1208563819527626 0.08255026489496231 -0.21526148915290833 -0.15498030185699463 0.1428314447402954 +0.6666666865348816 0.3959055542945862 -0.06032749265432358 -0.08927218616008759 0.06678678840398788 -0.2320185899734497 -0.18744176626205444 0.11136361211538315 +1.0 0.5951091647148132 -0.07815822958946228 -0.020332947373390198 0.06672787666320801 -0.23321011662483215 -0.22304433584213257 0.07689365744590759 +1.3333333730697632 0.7950678467750549 -0.082224540412426 -0.007436031475663185 0.06591232866048813 -0.23407939076423645 -0.23036140203475952 0.06963031738996506 +1.6666666269302368 0.9950623512268066 -0.08371173590421677 0.016015134751796722 0.07027264684438705 -0.2296888828277588 -0.23769611120224 0.06226541846990585 +2.0 1.1950366497039795 -0.08050884306430817 0.020191751420497894 0.0745081752538681 -0.2254306823015213 -0.23552586138248444 0.06441299617290497 +2.3333332538604736 1.394995927810669 -0.0764707699418068 0.039992012083530426 0.08340463787317276 -0.21635550260543823 -0.23634618520736694 0.06341395527124405 +2.6666667461395264 1.5948359966278076 -0.06847450137138367 0.057216159999370575 0.09557628631591797 -0.20393282175064087 -0.2325252890586853 0.06698381900787354 +3.0 1.794508695602417 -0.057037509977817535 0.05312656611204147 0.10602625459432602 -0.1935504674911499 -0.2201012670993805 0.07947545498609543 +3.3333332538604736 1.9942264556884766 -0.04641719162464142 0.055520474910736084 0.11722467839717865 -0.18231306970119476 -0.2100590616464615 0.08947868645191193 +3.6666667461395264 2.193918228149414 -0.03531879931688309 0.06603914499282837 0.13085201382637024 -0.16849404573440552 -0.2014896273612976 0.09785643965005875 +4.0 2.393482208251953 -0.02212056703865528 0.0641670748591423 0.14360149204730988 -0.1557811051607132 -0.18784262239933014 0.11153997480869293 +4.333333492279053 2.5930705070495605 -0.009295957162976265 0.05504678934812546 0.15423160791397095 -0.14531400799751282 -0.17282351851463318 0.12672209739685059 +4.666666507720947 2.7927675247192383 0.0017078425735235214 0.03209274262189865 0.15965241193771362 -0.1401931345462799 -0.15623673796653748 0.14360880851745605 +5.0 2.9926645755767822 0.008125290274620056 0.039602454751729965 0.16790570318698883 -0.13185907900333405 -0.15165512263774872 0.14810965955257416 +5.333333492279053 3.192507743835449 0.016043711453676224 0.030764944851398468 0.17366276681423187 -0.1261952966451645 -0.14157535135746002 0.15828271210193634 +5.666666507720947 3.3924131393432617 0.022195730358362198 0.014653919264674187 0.17584297060966492 -0.12412482500076294 -0.13145151734352112 0.16851627826690674 +6.0 3.5923917293548584 0.02512640878558159 -0.004556184634566307 0.1739858239889145 -0.12601108849048615 -0.12373299896717072 0.17626391351222992 +6.333333492279053 3.7923896312713623 0.024215174838900566 -0.014855255372822285 0.17048494517803192 -0.1294819563627243 -0.12205459177494049 0.17791230976581573 +6.666666507720947 3.9923675060272217 0.0212442334741354 -0.004239979200065136 0.17018288373947144 -0.12981441617012024 -0.12769442796707153 0.17230287194252014 +7.0 4.192365646362305 0.020396240055561066 -0.01689232513308525 0.1661519706249237 -0.13380524516105652 -0.12535947561264038 0.17459774017333984 +7.333333492279053 4.392337322235107 0.01701793447136879 -0.01222361158579588 0.16395090520381927 -0.13602669537067413 -0.1299150437116623 0.17006255686283112 +7.666666507720947 4.59232234954834 0.014573272317647934 -0.024036191403865814 0.15852147340774536 -0.14139187335968018 -0.1293749213218689 0.17053842544555664 +8.0 4.792264461517334 0.00976649671792984 -0.014328384771943092 0.15616914629936218 -0.14380007982254028 -0.1366361379623413 0.16333308815956116 +8.333333015441895 4.992243766784668 0.006900917738676071 -0.02289874665439129 0.15113741159439087 -0.14878395199775696 -0.13733556866645813 0.1625857949256897 +8.666666984558105 5.192191123962402 0.0023215683177113533 -0.021095482632517815 0.14701472222805023 -0.15291853249073029 -0.14237158000469208 0.15756167471408844 +9.0 5.392146587371826 -0.0018972158432006836 -0.022488348186016083 0.14244325459003448 -0.15748091042041779 -0.14623768627643585 0.15368647873401642 +9.333333015441895 5.592095851898193 -0.006394506432116032 -0.013108410872519016 0.14031560719013214 -0.15965862572193146 -0.15310461819171906 0.14686961472034454 +9.666666984558105 5.792078495025635 -0.009016113355755806 -0.028698697686195374 0.13374844193458557 -0.1661280393600464 -0.15178066492080688 0.14809581637382507 +10.0 5.9919962882995605 -0.0147550655528903 -0.017611650750041008 0.13081899285316467 -0.1691344976425171 -0.16032913327217102 0.13962435722351074 +10.333333015441895 6.191965103149414 -0.018277212977409363 0.004153843969106674 0.1327599585056305 -0.16723746061325073 -0.16931438446044922 0.130683034658432 +10.666666984558105 6.391963481903076 -0.017446447163820267 0.017384840175509453 0.1368768960237503 -0.16307778656482697 -0.17176978290081024 0.12818489968776703 +11.0 6.591933250427246 -0.013969654217362404 0.02745642513036728 0.1428370475769043 -0.15704989433288574 -0.1707763671875 0.12911057472229004 +11.333333015441895 6.791857719421387 -0.008479058742523193 0.03614526987075806 0.15045732259750366 -0.1493467390537262 -0.16741544008255005 0.1323886215686798 +11.666666984558105 6.991726875305176 -0.0012515787966549397 0.03804457187652588 0.15814873576164246 -0.14163419604301453 -0.16065189242362976 0.13913103938102722 +12.0 7.191582202911377 0.006355500780045986 0.029974283650517464 0.1637805700302124 -0.1360846757888794 -0.15106958150863647 0.14879566431045532 +12.333333015441895 7.3914923667907715 0.012349460273981094 0.025574464350938797 0.16869333386421204 -0.13120856881141663 -0.14399442076683044 0.15590748190879822 +12.666666984558105 7.591426849365234 0.017463795840740204 0.006228182464838028 0.1690179407596588 -0.13097625970840454 -0.1340903341770172 0.16590386629104614 +13.0 7.7914228439331055 0.018709424883127213 0.01136853639036417 0.17154181003570557 -0.1284388303756714 -0.13412296772003174 0.16585767269134521 +13.333333015441895 7.991409778594971 0.020983083173632622 0.02619878016412258 0.1774805635213852 -0.12241651117801666 -0.13551439344882965 0.1643826812505722 +13.666666984558105 8.191341400146484 0.026222240179777145 0.013619416393339634 0.17961308360099792 -0.12035909295082092 -0.12716859579086304 0.1728035807609558 +14.0 8.39132308959961 0.028946038335561752 -0.024863045662641525 0.17268456518650055 -0.12722273170948029 -0.11479248106479645 0.1851148158311844 +14.333333015441895 8.59126091003418 0.023973941802978516 -0.022531522437930107 0.1683034747838974 -0.131620392203331 -0.12035559117794037 0.17956827580928802 +14.666666984558105 8.791210174560547 0.019468016922473907 -0.01903158240020275 0.1646832525730133 -0.13526242971420288 -0.1257472038269043 0.1741984784603119 +15.0 8.99117374420166 0.015661930665373802 -0.005974326282739639 0.1641656905412674 -0.13582898676395416 -0.13284184038639069 0.16715283691883087 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/log.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/log.txt index 5043850f887c52ba2cecb8dd30e4937c91792af3..fb1ef0522e7a0474c4122d03a70af113fb4c9364 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/log.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/log.txt @@ -1,447 +1,447 @@ -2025-04-27 15:55:37,407 [INFO] Simulating with mode cropfollow -2025-04-27 15:55:37,407 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:55:37,407 [INFO] [0.0, -0.08538203458420153, -0.12851699789471413, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:55:49,534 [INFO] Verification Begin -2025-04-27 15:55:49,534 [INFO] =============================================== +2025-04-27 19:50:12,538 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:12,538 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:12,538 [INFO] [0.0, -0.003853022717595758, -0.16252447474087114, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:18,131 [INFO] Verification Begin +2025-04-27 19:50:18,132 [INFO] =============================================== Mode: 0 stack size: 1 remainTime: 15 -2025-04-27 15:55:49,534 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:18,132 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:55:49,534 [INFO] Simulating with mode cropfollow -2025-04-27 15:55:49,534 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:55:49,534 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:56:01,624 [INFO] Simulating with mode cropfollow -2025-04-27 15:56:01,624 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:56:01,624 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:56:14,062 [INFO] Simulating with mode cropfollow -2025-04-27 15:56:14,062 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:56:14,062 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:56:26,626 [INFO] Simulating with mode cropfollow -2025-04-27 15:56:26,627 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:56:26,627 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:56:38,424 [INFO] Simulating with mode cropfollow -2025-04-27 15:56:38,424 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:56:38,424 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:56:51,067 [INFO] Simulating with mode cropfollow -2025-04-27 15:56:51,067 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:56:51,067 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:57:04,542 [INFO] Simulating with mode cropfollow -2025-04-27 15:57:04,542 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:57:04,542 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:57:18,275 [INFO] Simulating with mode cropfollow -2025-04-27 15:57:18,276 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:57:18,276 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:57:30,793 [INFO] Simulating with mode cropfollow -2025-04-27 15:57:30,793 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:57:30,793 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:57:43,605 [INFO] Simulating with mode cropfollow -2025-04-27 15:57:43,605 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:57:43,605 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:57:55,503 [INFO] Simulating with mode cropfollow -2025-04-27 15:57:55,503 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:57:55,503 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:58:08,131 [INFO] 0 check bloated tube unknown -2025-04-27 15:58:08,131 [INFO] =============================================== +2025-04-27 19:50:18,132 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:18,132 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:18,132 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:23,645 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:23,645 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:23,645 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:29,110 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:29,110 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:29,110 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:34,725 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:34,725 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:34,725 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:40,049 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:40,049 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:40,049 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:45,483 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:45,483 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:45,483 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:50,952 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:50,953 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:50,953 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:50:56,479 [INFO] Simulating with mode cropfollow +2025-04-27 19:50:56,479 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:50:56,479 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:01,996 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:01,996 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:01,996 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:07,419 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:07,419 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:07,419 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:12,944 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:12,944 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:12,944 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:18,342 [INFO] 0 check bloated tube unknown +2025-04-27 19:51:18,342 [INFO] =============================================== Mode: 0 stack size: 2 remainTime: 15 -2025-04-27 15:58:08,131 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:18,342 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:58:08,131 [INFO] Simulating with mode cropfollow -2025-04-27 15:58:08,131 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:58:08,131 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:58:20,503 [INFO] Simulating with mode cropfollow -2025-04-27 15:58:20,503 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:58:20,503 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:58:32,515 [INFO] Simulating with mode cropfollow -2025-04-27 15:58:32,515 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:58:32,515 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:58:45,042 [INFO] Simulating with mode cropfollow -2025-04-27 15:58:45,042 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:58:45,042 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:58:56,919 [INFO] Simulating with mode cropfollow -2025-04-27 15:58:56,919 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:58:56,919 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:59:09,623 [INFO] Simulating with mode cropfollow -2025-04-27 15:59:09,624 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:59:09,624 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:59:21,649 [INFO] Simulating with mode cropfollow -2025-04-27 15:59:21,649 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:59:21,649 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:59:34,375 [INFO] Simulating with mode cropfollow -2025-04-27 15:59:34,375 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:59:34,375 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 15:59:48,349 [INFO] Simulating with mode cropfollow -2025-04-27 15:59:48,349 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 15:59:48,349 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:00:01,857 [INFO] Simulating with mode cropfollow -2025-04-27 16:00:01,858 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:00:01,858 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:00:14,768 [INFO] Simulating with mode cropfollow -2025-04-27 16:00:14,768 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:00:14,768 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:00:27,599 [INFO] 0 check bloated tube unknown -2025-04-27 16:00:27,599 [INFO] =============================================== +2025-04-27 19:51:18,342 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:18,342 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:18,342 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:23,855 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:23,855 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:23,855 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:29,340 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:29,340 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:29,340 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:34,997 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:34,997 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:34,997 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:40,449 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:40,449 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:40,449 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:45,870 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:45,870 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:45,870 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:51,446 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:51,446 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:51,447 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:51:57,011 [INFO] Simulating with mode cropfollow +2025-04-27 19:51:57,011 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:51:57,011 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:02,596 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:02,596 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:02,596 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:08,107 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:08,107 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:08,107 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:13,718 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:13,718 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:13,718 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:19,101 [INFO] 0 check bloated tube unknown +2025-04-27 19:52:19,101 [INFO] =============================================== Mode: 0 stack size: 3 remainTime: 15 -2025-04-27 16:00:27,599 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:19,101 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:00:27,599 [INFO] Simulating with mode cropfollow -2025-04-27 16:00:27,599 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:00:27,599 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:00:40,806 [INFO] Simulating with mode cropfollow -2025-04-27 16:00:40,806 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:00:40,806 [INFO] [0.0, -0.05970379340443373, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:00:53,661 [INFO] Simulating with mode cropfollow -2025-04-27 16:00:53,661 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:00:53,661 [INFO] [0.0, -0.06733274819357485, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:01:06,081 [INFO] Simulating with mode cropfollow -2025-04-27 16:01:06,081 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:01:06,081 [INFO] [0.0, -0.011673550975651564, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:01:19,050 [INFO] Simulating with mode cropfollow -2025-04-27 16:01:19,050 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:01:19,050 [INFO] [0.0, -0.026871275662171776, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:01:31,347 [INFO] Simulating with mode cropfollow -2025-04-27 16:01:31,347 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:01:31,347 [INFO] [0.0, -0.06672855082008801, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:01:44,453 [INFO] Simulating with mode cropfollow -2025-04-27 16:01:44,453 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:01:44,453 [INFO] [0.0, -0.03617579397351467, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:01:57,963 [INFO] Simulating with mode cropfollow -2025-04-27 16:01:57,963 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:01:57,963 [INFO] [0.0, -0.05638339429569719, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:02:10,265 [INFO] Simulating with mode cropfollow -2025-04-27 16:02:10,265 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:02:10,265 [INFO] [0.0, -0.06366878070967813, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:02:23,508 [INFO] Simulating with mode cropfollow -2025-04-27 16:02:23,508 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:02:23,508 [INFO] [0.0, -0.06443678812717282, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:02:36,135 [INFO] Simulating with mode cropfollow -2025-04-27 16:02:36,135 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:02:36,156 [INFO] [0.0, -0.08402083221495917, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:02:49,728 [INFO] 0 check bloated tube unknown -2025-04-27 16:02:49,728 [INFO] =============================================== +2025-04-27 19:52:19,101 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:19,101 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:19,101 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:24,643 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:24,643 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:24,643 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:30,177 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:30,177 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:30,177 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:35,870 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:35,870 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:35,870 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:41,374 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:41,374 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:41,374 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:46,817 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:46,817 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:46,817 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:52,355 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:52,355 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:52,355 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:52:57,914 [INFO] Simulating with mode cropfollow +2025-04-27 19:52:57,914 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:52:57,914 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:03,496 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:03,496 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:03,496 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:09,014 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:09,014 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:09,014 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:14,531 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:14,531 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:14,531 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:19,948 [INFO] 0 check bloated tube unknown +2025-04-27 19:53:19,948 [INFO] =============================================== Mode: 0 stack size: 4 remainTime: 15 -2025-04-27 16:02:49,728 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:19,948 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:02:49,728 [INFO] Simulating with mode cropfollow -2025-04-27 16:02:49,728 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:02:49,728 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:03:02,268 [INFO] Simulating with mode cropfollow -2025-04-27 16:03:02,268 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:03:02,268 [INFO] [0.0, -0.05970379340443373, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:03:15,036 [INFO] Simulating with mode cropfollow -2025-04-27 16:03:15,036 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:03:15,036 [INFO] [0.0, -0.06733274819357485, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:03:27,823 [INFO] Simulating with mode cropfollow -2025-04-27 16:03:27,823 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:03:27,823 [INFO] [0.0, -0.011673550975651564, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:03:40,431 [INFO] Simulating with mode cropfollow -2025-04-27 16:03:40,431 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:03:40,431 [INFO] [0.0, -0.026871275662171776, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:03:52,946 [INFO] Simulating with mode cropfollow -2025-04-27 16:03:52,946 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:03:52,946 [INFO] [0.0, -0.06672855082008801, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:04:05,532 [INFO] Simulating with mode cropfollow -2025-04-27 16:04:05,532 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:04:05,532 [INFO] [0.0, -0.03617579397351467, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:04:18,181 [INFO] Simulating with mode cropfollow -2025-04-27 16:04:18,181 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:04:18,181 [INFO] [0.0, -0.05638339429569719, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:04:30,390 [INFO] Simulating with mode cropfollow -2025-04-27 16:04:30,390 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:04:30,390 [INFO] [0.0, -0.06366878070967813, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:04:43,880 [INFO] Simulating with mode cropfollow -2025-04-27 16:04:43,880 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:04:43,880 [INFO] [0.0, -0.06443678812717282, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:04:56,400 [INFO] Simulating with mode cropfollow -2025-04-27 16:04:56,400 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:04:56,400 [INFO] [0.0, -0.08402083221495917, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:05:09,404 [INFO] 0 check bloated tube unknown -2025-04-27 16:05:09,404 [INFO] =============================================== +2025-04-27 19:53:19,948 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:19,948 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:19,948 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:25,562 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:25,562 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:25,562 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:31,153 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:31,153 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:31,153 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:36,874 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:36,874 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:36,874 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:42,371 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:42,371 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:42,371 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:47,893 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:47,893 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:47,893 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:53,460 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:53,460 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:53,460 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:53:59,032 [INFO] Simulating with mode cropfollow +2025-04-27 19:53:59,032 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:53:59,032 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:04,614 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:04,614 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:04,614 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:10,126 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:10,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:10,126 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:15,782 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:15,782 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:15,782 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:21,272 [INFO] 0 check bloated tube unknown +2025-04-27 19:54:21,272 [INFO] =============================================== Mode: 0 stack size: 5 remainTime: 15 -2025-04-27 16:05:09,404 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:21,272 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:05:09,404 [INFO] Simulating with mode cropfollow -2025-04-27 16:05:09,404 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:05:09,404 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:05:21,653 [INFO] Simulating with mode cropfollow -2025-04-27 16:05:21,653 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:05:21,653 [INFO] [0.0, -0.07985189670221687, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:05:33,889 [INFO] Simulating with mode cropfollow -2025-04-27 16:05:33,889 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:05:33,889 [INFO] [0.0, -0.08366637409678743, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:05:46,795 [INFO] Simulating with mode cropfollow -2025-04-27 16:05:46,795 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:05:46,795 [INFO] [0.0, -0.055836775487825785, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:05:59,407 [INFO] Simulating with mode cropfollow -2025-04-27 16:05:59,407 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:05:59,407 [INFO] [0.0, -0.06343563783108588, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:06:11,878 [INFO] Simulating with mode cropfollow -2025-04-27 16:06:11,878 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:06:11,878 [INFO] [0.0, -0.08336427541004401, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:06:25,190 [INFO] Simulating with mode cropfollow -2025-04-27 16:06:25,190 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:06:25,190 [INFO] [0.0, -0.06808789698675734, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:06:36,970 [INFO] Simulating with mode cropfollow -2025-04-27 16:06:36,971 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:06:36,971 [INFO] [0.0, -0.0781916971478486, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:06:49,257 [INFO] Simulating with mode cropfollow -2025-04-27 16:06:49,257 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:06:49,257 [INFO] [0.0, -0.08183439035483907, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:07:02,533 [INFO] Simulating with mode cropfollow -2025-04-27 16:07:02,533 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:07:02,533 [INFO] [0.0, -0.08221839406358641, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:07:14,829 [INFO] Simulating with mode cropfollow -2025-04-27 16:07:14,829 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:07:14,829 [INFO] [0.0, -0.09201041610747959, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:07:28,238 [INFO] 0 check bloated tube unknown -2025-04-27 16:07:28,238 [INFO] =============================================== +2025-04-27 19:54:21,272 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:21,272 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:21,272 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:26,899 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:26,899 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:26,899 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:32,512 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:32,512 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:32,512 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:38,269 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:38,269 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:38,269 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:43,822 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:43,822 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:43,822 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:49,395 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:49,395 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:49,395 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:54:55,002 [INFO] Simulating with mode cropfollow +2025-04-27 19:54:55,002 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:54:55,002 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:00,600 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:00,600 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:00,600 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:06,238 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:06,238 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:06,238 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:11,756 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:11,756 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:11,756 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:17,360 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:17,360 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:17,360 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:22,921 [INFO] 0 check bloated tube unknown +2025-04-27 19:55:22,921 [INFO] =============================================== Mode: 0 stack size: 6 remainTime: 15 -2025-04-27 16:07:28,238 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:22,921 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:07:28,238 [INFO] Simulating with mode cropfollow -2025-04-27 16:07:28,238 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:07:28,238 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:07:40,598 [INFO] Simulating with mode cropfollow -2025-04-27 16:07:40,598 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:07:40,598 [INFO] [0.0, -0.07985189670221687, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:07:54,149 [INFO] Simulating with mode cropfollow -2025-04-27 16:07:54,149 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:07:54,149 [INFO] [0.0, -0.08366637409678743, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:08:07,152 [INFO] Simulating with mode cropfollow -2025-04-27 16:08:07,152 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:08:07,152 [INFO] [0.0, -0.055836775487825785, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:08:20,323 [INFO] Simulating with mode cropfollow -2025-04-27 16:08:20,324 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:08:20,324 [INFO] [0.0, -0.06343563783108588, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:08:32,828 [INFO] Simulating with mode cropfollow -2025-04-27 16:08:32,828 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:08:32,828 [INFO] [0.0, -0.08336427541004401, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:08:46,503 [INFO] Simulating with mode cropfollow -2025-04-27 16:08:46,504 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:08:46,504 [INFO] [0.0, -0.06808789698675734, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:08:59,557 [INFO] Simulating with mode cropfollow -2025-04-27 16:08:59,557 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:08:59,557 [INFO] [0.0, -0.0781916971478486, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:09:11,841 [INFO] Simulating with mode cropfollow -2025-04-27 16:09:11,841 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:09:11,841 [INFO] [0.0, -0.08183439035483907, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:09:24,467 [INFO] Simulating with mode cropfollow -2025-04-27 16:09:24,467 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:09:24,467 [INFO] [0.0, -0.08221839406358641, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:09:36,126 [INFO] Simulating with mode cropfollow -2025-04-27 16:09:36,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:09:36,126 [INFO] [0.0, -0.09201041610747959, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:09:48,133 [INFO] 0 check bloated tube unknown -2025-04-27 16:09:48,133 [INFO] =============================================== +2025-04-27 19:55:22,921 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:22,921 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:22,921 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:28,595 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:28,595 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:28,595 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:34,244 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:34,244 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:34,244 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:39,992 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:39,992 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:39,992 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:45,472 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:45,473 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:45,473 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:50,951 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:50,951 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:50,951 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:55:56,452 [INFO] Simulating with mode cropfollow +2025-04-27 19:55:56,452 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:55:56,452 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:01,952 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:01,952 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:01,952 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:07,504 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:07,504 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:07,504 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:12,923 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:12,923 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:12,923 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:18,391 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:18,391 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:18,391 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:23,873 [INFO] 0 check bloated tube unknown +2025-04-27 19:56:23,873 [INFO] =============================================== Mode: 0 stack size: 7 remainTime: 15 -2025-04-27 16:09:48,133 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:23,873 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:09:48,133 [INFO] Simulating with mode cropfollow -2025-04-27 16:09:48,133 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:09:48,133 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:09:59,705 [INFO] Simulating with mode cropfollow -2025-04-27 16:09:59,705 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:09:59,705 [INFO] [0.0, -0.08992594835110844, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:10:11,914 [INFO] Simulating with mode cropfollow -2025-04-27 16:10:11,914 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:10:11,914 [INFO] [0.0, -0.09183318704839372, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:10:24,073 [INFO] Simulating with mode cropfollow -2025-04-27 16:10:24,073 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:10:24,073 [INFO] [0.0, -0.0779183877439129, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:10:36,645 [INFO] Simulating with mode cropfollow -2025-04-27 16:10:36,645 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:10:36,645 [INFO] [0.0, -0.08171781891554296, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:10:48,555 [INFO] Simulating with mode cropfollow -2025-04-27 16:10:48,555 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:10:48,555 [INFO] [0.0, -0.09168213770502201, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:11:01,027 [INFO] Simulating with mode cropfollow -2025-04-27 16:11:01,027 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:11:01,027 [INFO] [0.0, -0.08404394849337868, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:11:12,977 [INFO] Simulating with mode cropfollow -2025-04-27 16:11:12,977 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:11:12,977 [INFO] [0.0, -0.0890958485739243, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:11:26,528 [INFO] Simulating with mode cropfollow -2025-04-27 16:11:26,528 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:11:26,528 [INFO] [0.0, -0.09091719517741953, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:11:39,372 [INFO] Simulating with mode cropfollow -2025-04-27 16:11:39,372 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:11:39,372 [INFO] [0.0, -0.09110919703179321, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:11:52,759 [INFO] Simulating with mode cropfollow -2025-04-27 16:11:52,759 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:11:52,759 [INFO] [0.0, -0.0960052080537398, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:12:05,458 [INFO] 0 check bloated tube unknown -2025-04-27 16:12:05,458 [INFO] =============================================== +2025-04-27 19:56:23,873 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:23,874 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:23,874 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:29,439 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:29,439 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:29,439 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:34,961 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:34,962 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:34,962 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:40,647 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:40,647 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:40,647 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:46,125 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:46,125 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:46,125 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:51,641 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:51,641 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:51,641 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:56:57,220 [INFO] Simulating with mode cropfollow +2025-04-27 19:56:57,220 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:56:57,220 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:02,765 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:02,765 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:02,765 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:08,353 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:08,354 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:08,354 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:13,806 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:13,806 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:13,806 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:19,322 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:19,322 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:19,322 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:24,855 [INFO] 0 check bloated tube unknown +2025-04-27 19:57:24,855 [INFO] =============================================== Mode: 0 stack size: 8 remainTime: 15 -2025-04-27 16:12:05,458 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:24,855 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:12:05,458 [INFO] Simulating with mode cropfollow -2025-04-27 16:12:05,458 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:12:05,458 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:12:17,619 [INFO] Simulating with mode cropfollow -2025-04-27 16:12:17,620 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:12:17,620 [INFO] [0.0, -0.08992594835110844, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:12:30,849 [INFO] Simulating with mode cropfollow -2025-04-27 16:12:30,850 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:12:30,850 [INFO] [0.0, -0.09183318704839372, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:12:42,606 [INFO] Simulating with mode cropfollow -2025-04-27 16:12:42,607 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:12:42,607 [INFO] [0.0, -0.0779183877439129, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:12:54,532 [INFO] Simulating with mode cropfollow -2025-04-27 16:12:54,532 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:12:54,532 [INFO] [0.0, -0.08171781891554296, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:13:07,798 [INFO] Simulating with mode cropfollow -2025-04-27 16:13:07,798 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:13:07,798 [INFO] [0.0, -0.09168213770502201, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:13:21,445 [INFO] Simulating with mode cropfollow -2025-04-27 16:13:21,445 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:13:21,445 [INFO] [0.0, -0.08404394849337868, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:13:35,187 [INFO] Simulating with mode cropfollow -2025-04-27 16:13:35,188 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:13:35,188 [INFO] [0.0, -0.0890958485739243, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:13:48,248 [INFO] Simulating with mode cropfollow -2025-04-27 16:13:48,248 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:13:48,248 [INFO] [0.0, -0.09091719517741953, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:14:00,654 [INFO] Simulating with mode cropfollow -2025-04-27 16:14:00,654 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:14:00,654 [INFO] [0.0, -0.09110919703179321, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:14:13,601 [INFO] Simulating with mode cropfollow -2025-04-27 16:14:13,601 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:14:13,601 [INFO] [0.0, -0.0960052080537398, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:14:26,545 [INFO] 0 check bloated tube unknown -2025-04-27 16:14:26,545 [INFO] =============================================== +2025-04-27 19:57:24,855 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:24,855 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:24,855 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:30,477 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:30,477 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:30,477 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:36,038 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:36,038 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:36,038 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:41,723 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:41,723 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:41,723 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:47,286 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:47,286 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:47,286 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:52,889 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:52,889 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:52,889 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:57:58,537 [INFO] Simulating with mode cropfollow +2025-04-27 19:57:58,537 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:57:58,537 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:04,126 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:04,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:04,126 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:09,787 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:09,787 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:09,787 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:15,284 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:15,284 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:15,284 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:20,842 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:20,843 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:20,843 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:26,391 [INFO] 0 check bloated tube unknown +2025-04-27 19:58:26,391 [INFO] =============================================== Mode: 0 stack size: 9 remainTime: 15 -2025-04-27 16:14:26,545 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:26,391 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:14:26,545 [INFO] Simulating with mode cropfollow -2025-04-27 16:14:26,545 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:14:26,545 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:14:39,314 [INFO] Simulating with mode cropfollow -2025-04-27 16:14:39,315 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:14:39,315 [INFO] [0.0, -0.09496297417555422, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:14:52,141 [INFO] Simulating with mode cropfollow -2025-04-27 16:14:52,141 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:14:52,141 [INFO] [0.0, -0.09591659352419686, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:15:05,190 [INFO] Simulating with mode cropfollow -2025-04-27 16:15:05,190 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:15:05,190 [INFO] [0.0, -0.08895919387195646, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:15:18,258 [INFO] Simulating with mode cropfollow -2025-04-27 16:15:18,258 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:15:18,258 [INFO] [0.0, -0.09085890945777148, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:15:30,188 [INFO] Simulating with mode cropfollow -2025-04-27 16:15:30,188 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:15:30,188 [INFO] [0.0, -0.09584106885251101, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:15:43,102 [INFO] Simulating with mode cropfollow -2025-04-27 16:15:43,102 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:15:43,102 [INFO] [0.0, -0.09202197424668934, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:15:56,319 [INFO] Simulating with mode cropfollow -2025-04-27 16:15:56,319 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:15:56,319 [INFO] [0.0, -0.09454792428696215, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:16:08,392 [INFO] Simulating with mode cropfollow -2025-04-27 16:16:08,392 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:16:08,392 [INFO] [0.0, -0.09545859758870977, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:16:20,486 [INFO] Simulating with mode cropfollow -2025-04-27 16:16:20,486 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:16:20,487 [INFO] [0.0, -0.09555459851589661, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:16:33,789 [INFO] Simulating with mode cropfollow -2025-04-27 16:16:33,789 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:16:33,789 [INFO] [0.0, -0.0980026040268699, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:16:47,105 [INFO] 0 check bloated tube unknown -2025-04-27 16:16:47,105 [INFO] =============================================== +2025-04-27 19:58:26,391 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:26,391 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:26,391 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:32,022 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:32,022 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:32,022 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:37,593 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:37,593 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:37,593 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:43,269 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:43,269 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:43,269 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:48,803 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:48,803 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:48,803 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:54,365 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:54,365 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:54,365 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:58:59,992 [INFO] Simulating with mode cropfollow +2025-04-27 19:58:59,992 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:58:59,992 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:05,612 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:05,612 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:05,612 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:11,267 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:11,267 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:11,267 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:16,813 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:16,813 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:16,813 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:22,440 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:22,441 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:22,441 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:28,024 [INFO] 0 check bloated tube unknown +2025-04-27 19:59:28,024 [INFO] =============================================== Mode: 0 stack size: 10 remainTime: 15 -2025-04-27 16:16:47,106 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:28,024 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:16:47,106 [INFO] Simulating with mode cropfollow -2025-04-27 16:16:47,106 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:16:47,106 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:16:59,712 [INFO] Simulating with mode cropfollow -2025-04-27 16:16:59,712 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:16:59,712 [INFO] [0.0, -0.09496297417555422, -0.16514583577435962, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:17:12,494 [INFO] Simulating with mode cropfollow -2025-04-27 16:17:12,494 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:17:12,494 [INFO] [0.0, -0.09591659352419686, -0.17171240468529297, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:17:25,080 [INFO] Simulating with mode cropfollow -2025-04-27 16:17:25,080 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:17:25,080 [INFO] [0.0, -0.08895919387195646, -0.1677994293995547, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:17:36,676 [INFO] Simulating with mode cropfollow -2025-04-27 16:17:36,677 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:17:36,677 [INFO] [0.0, -0.09085890945777148, -0.16473588259206876, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:17:48,684 [INFO] Simulating with mode cropfollow -2025-04-27 16:17:48,684 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:17:48,684 [INFO] [0.0, -0.09584106885251101, -0.17167462702929667, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:18:01,673 [INFO] Simulating with mode cropfollow -2025-04-27 16:18:01,673 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:18:01,673 [INFO] [0.0, -0.09202197424668934, -0.1725413570609912, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:18:14,897 [INFO] Simulating with mode cropfollow -2025-04-27 16:18:14,897 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:18:14,897 [INFO] [0.0, -0.09454792428696215, -0.16739127766891904, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:18:27,674 [INFO] Simulating with mode cropfollow -2025-04-27 16:18:27,674 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:18:27,674 [INFO] [0.0, -0.09545859758870977, -0.17108298608149958, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:18:41,155 [INFO] Simulating with mode cropfollow -2025-04-27 16:18:41,155 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:18:41,155 [INFO] [0.0, -0.09555459851589661, -0.17289387487213645, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:18:53,575 [INFO] Simulating with mode cropfollow -2025-04-27 16:18:53,575 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:18:53,575 [INFO] [0.0, -0.0980026040268699, -0.1703304981611306, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:19:06,365 [INFO] 0 check bloated tube unknown -2025-04-27 16:19:06,365 [INFO] =============================================== +2025-04-27 19:59:28,024 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:28,024 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:28,024 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:33,673 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:33,673 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:33,673 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:39,278 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:39,278 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:39,278 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:44,966 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:44,966 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:44,966 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:50,511 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:50,511 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:50,511 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 19:59:56,091 [INFO] Simulating with mode cropfollow +2025-04-27 19:59:56,091 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 19:59:56,091 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:01,710 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:01,710 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:01,710 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:07,349 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:07,349 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:07,349 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:13,048 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:13,048 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:13,048 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:18,645 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:18,645 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:18,645 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:24,290 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:24,290 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.1, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:24,290 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:29,935 [INFO] 0 check bloated tube unknown +2025-04-27 20:00:29,935 [INFO] =============================================== Mode: 0 stack size: 11 remainTime: 15 -2025-04-27 16:19:06,365 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:29,935 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:19:06,365 [INFO] 0 is not valid anymore -2025-04-27 16:19:06,365 [INFO] Hit refine threshold, system halt, result unknown -2025-04-27 16:19:06,365 [INFO] simulation time: 12.126915454864502 -2025-04-27 16:19:06,365 [INFO] verification time: 1396.8307645320892 +2025-04-27 20:00:29,935 [INFO] 0 is not valid anymore +2025-04-27 20:00:29,935 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 20:00:29,935 [INFO] simulation time: 5.593801021575928 +2025-04-27 20:00:29,935 [INFO] verification time: 611.8032419681549 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/results.json b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/results.json index afde9945aebaf7e58324de94f1f76ed605bb725e..8a746a75f6081768cb1ab47bbfc6ecc8e18a3e5d 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/results.json +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_10__heading0_00/results.json @@ -1,7 +1,7 @@ { "safety": "UNKNOWN", - "sim_time": 12.126915454864502, - "verification_time": 1396.8307645320892, + "sim_time": 5.593801021575928, + "verification_time": 611.8032419681549, "refine_time": null, - "total_time": 1409.512356042862 + "total_time": 617.9598338603973 } \ No newline at end of file diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/Traj.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/Traj.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe6fd8c47b59e9ecf70c5724f99ef3ecfe84d1cc --- /dev/null +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/Traj.txt @@ -0,0 +1,47 @@ +cropfollow/pn=[0.250:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 0.054715391248464584 -0.01263133529573679 0.20154568552970886 -0.09843039512634277 -0.0921148955821991 0.20786118507385254 +0.3333333432674408 0.19998405873775482 0.052189189940690994 -0.018758120015263557 0.19747354090213776 -0.10247369110584259 -0.09309516847133636 0.20685206353664398 +0.6666666865348816 0.3999488949775696 0.04843778535723686 0.030604446306824684 0.20601746439933777 -0.09384205937385559 -0.10914188623428345 0.1907176375389099 +1.0 0.5998552441596985 0.054557718336582184 0.11528100073337555 0.23231855034828186 -0.06569021195173264 -0.12320312112569809 0.1748056411743164 +1.3333333730697632 0.7985277771949768 0.07756288349628448 0.09681354463100433 0.25102609395980835 -0.04756911098957062 -0.09590031206607819 0.2026948779821396 +1.6666666269302368 0.9975912570953369 0.09689535945653915 0.03508855402469635 0.2555733621120453 -0.04424198716878891 -0.06178265064954758 0.23803269863128662 +2.0 1.1974681615829468 0.1039116308093071 -0.031142890453338623 0.24605444073677063 -0.05380011349916458 -0.038231171667575836 0.2616233825683594 +2.3333332538604736 1.3973711729049683 0.09768405556678772 -0.07762709259986877 0.22784505784511566 -0.0712515264749527 -0.03247694671154022 0.26661962270736694 +2.6666667461395264 1.596768856048584 0.08217422664165497 -0.08242227137088776 0.21108277142047882 -0.08789880573749542 -0.046734318137168884 0.25224727392196655 +3.0 1.7960898876190186 0.06570842862129211 -0.05101582407951355 0.2027648538351059 -0.09684483706951141 -0.07134799659252167 0.22826169431209564 +3.3333332538604736 1.995829701423645 0.05550968647003174 -0.04066981375217438 0.19522100687026978 -0.104530930519104 -0.0842016339302063 0.21555030345916748 +3.6666667461395264 2.195664405822754 0.04737796634435654 -0.06291849911212921 0.18136191368103027 -0.11804448813199997 -0.0866059884428978 0.21280041337013245 +4.0 2.395268678665161 0.03480256721377373 -0.05481070280075073 0.1708814948797226 -0.12866799533367157 -0.10127635300159454 0.19827313721179962 +4.333333492279053 2.594968318939209 0.023845914751291275 -0.0607948824763298 0.1583794355392456 -0.14106634259223938 -0.11068761348724365 0.18875816464424133 +4.666666507720947 2.7945988178253174 0.011694425716996193 -0.0755632221698761 0.1423935741186142 -0.1567503660917282 -0.11900471895933151 0.1801392287015915 +5.0 2.994028091430664 -0.003403840586543083 -0.04405096918344498 0.13544146716594696 -0.16426752507686615 -0.14224915206432343 0.15745984017848969 +5.333333492279053 3.193834066390991 -0.01221118588000536 -0.06172803044319153 0.12208092212677002 -0.17734771966934204 -0.1465032994747162 0.15292534232139587 +5.666666507720947 3.3934531211853027 -0.024548955261707306 -0.09850500524044037 0.10013744235038757 -0.19840824604034424 -0.14923535287380219 0.14931032061576843 +6.0 3.5924835205078125 -0.04421811178326607 -0.062204424291849136 0.08995071053504944 -0.20946907997131348 -0.17838692665100098 0.12103286385536194 +6.333333492279053 3.7920966148376465 -0.056650977581739426 0.012663360685110092 0.09650275111198425 -0.20347321033477783 -0.2098047137260437 0.09017124772071838 +6.666666507720947 3.9920806884765625 -0.05411837249994278 -0.01964128389954567 0.09094268828630447 -0.20899945497512817 -0.19917944073677063 0.10076270252466202 +7.0 4.192042350769043 -0.0580463781952858 0.016338322311639786 0.09601800888776779 -0.2039419710636139 -0.2121107578277588 0.0878492221236229 +7.333333492279053 4.39201545715332 -0.05477885901927948 0.017147015780210495 0.09948563575744629 -0.20047026872634888 -0.20904335379600525 0.09091255068778992 +7.666666507720947 4.591986179351807 -0.05134962499141693 0.007830658927559853 0.10060343146324158 -0.19938740134239197 -0.20330268144607544 0.0966881513595581 +8.0 4.791980266571045 -0.049783509224653244 0.011538924649357796 0.10309118032455444 -0.19688886404037476 -0.20265820622444153 0.09732183814048767 +8.333333015441895 4.99196720123291 -0.047475773841142654 0.06419473141431808 0.11825293302536011 -0.18112915754318237 -0.21320447325706482 0.08617761731147766 +8.666666984558105 5.191555023193359 -0.03464564308524132 0.07903089374303818 0.13462331891059875 -0.1644403040409088 -0.203914612531662 0.09514901041984558 +9.0 5.390930652618408 -0.01885591261088848 0.055088628083467484 0.14468172192573547 -0.154863178730011 -0.18239355087280273 0.11715134978294373 +9.333333015441895 5.590627193450928 -0.00784375797957182 0.04207255691289902 0.15253853797912598 -0.1471959948539734 -0.16822606325149536 0.131508469581604 +9.666666984558105 5.790450096130371 0.0005682716146111488 0.009959906339645386 0.15305078029632568 -0.1469343602657318 -0.15191423892974854 0.14807090163230896 +10.0 5.990440368652344 0.002560220193117857 -0.007445339113473892 0.15069474279880524 -0.14929695427417755 -0.14557431638240814 0.15441738069057465 +10.333333015441895 6.19043493270874 0.0010711660142987967 -0.028238357976078987 0.14395272731781006 -0.15592768788337708 -0.14181038737297058 0.15807002782821655 +10.666666984558105 6.390355110168457 -0.004575755447149277 -0.054158419370651245 0.13167133927345276 -0.1678888201713562 -0.1408228576183319 0.15873730182647705 +11.0 6.590061664581299 -0.015402145683765411 0.009283319115638733 0.13691219687461853 -0.16307488083839417 -0.16771647334098816 0.13227060437202454 +11.333333015441895 6.790052890777588 -0.013545508496463299 0.01310618408024311 0.13971805572509766 -0.16025617718696594 -0.16680908203125 0.1331651508808136 +11.666666984558105 6.990035533905029 -0.01092434674501419 -0.01130690611898899 0.1362394094467163 -0.16374143958091736 -0.15808811783790588 0.14189273118972778 +12.0 7.190022945404053 -0.013185679912567139 0.005853597074747086 0.138275146484375 -0.16171973943710327 -0.16464650630950928 0.135348379611969 +12.333333015441895 7.390019416809082 -0.012014967389404774 0.03912511095404625 0.14764903485774994 -0.1521214097738266 -0.17167897522449493 0.1280914694070816 +12.666666984558105 7.5898661613464355 -0.004191940650343895 0.024249643087387085 0.15182578563690186 -0.14808601140975952 -0.16020965576171875 0.13970214128494263 +13.0 7.789807319641113 0.0006575128063559532 0.027501605451107025 0.1574753373861313 -0.1424112468957901 -0.15616030991077423 0.14372627437114716 +13.333333015441895 7.989731788635254 0.006157141178846359 0.013967017643153667 0.15963415801525116 -0.14033658802509308 -0.14731986820697784 0.1526508778333664 +13.666666984558105 8.189712524414062 0.00895045418292284 0.010025005787611008 0.161449134349823 -0.13853579759597778 -0.14354822039604187 0.1564367115497589 +14.0 8.389702796936035 0.010955422185361385 -0.011790856719017029 0.15799735486507416 -0.1419817954301834 -0.13608650863170624 0.16389264166355133 +14.333333015441895 8.589689254760742 0.008597305044531822 0.021602720022201538 0.16396255791187286 -0.1359674483537674 -0.14676795899868011 0.15316204726696014 +14.666666984558105 8.789642333984375 0.012917513027787209 -0.020783722400665283 0.15768957138061523 -0.14224565029144287 -0.13185453414916992 0.16808068752288818 +15.0 8.989599227905273 0.008761066943407059 -0.012986566871404648 0.15550187230110168 -0.14447283744812012 -0.13797974586486816 0.16199496388435364 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/log.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/log.txt new file mode 100644 index 0000000000000000000000000000000000000000..531a08b578abb7016dc5eac26e11353f9c4e4bed --- /dev/null +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/log.txt @@ -0,0 +1,447 @@ +2025-04-27 20:00:31,081 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:31,081 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:31,081 [INFO] [0.0, 0.054715389592070285, -0.01263133573559333, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:36,917 [INFO] Verification Begin +2025-04-27 20:00:36,917 [INFO] =============================================== +Mode: 0 +stack size: 1 +remainTime: 15 + +2025-04-27 20:00:36,917 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:00:36,917 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:36,917 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:36,917 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:42,772 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:42,772 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:42,772 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:48,627 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:48,628 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:48,628 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:00:54,521 [INFO] Simulating with mode cropfollow +2025-04-27 20:00:54,521 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:00:54,521 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:00,269 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:00,269 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:00,269 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:06,043 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:06,043 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:06,043 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:11,833 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:11,833 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:11,833 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:17,864 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:17,864 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:17,864 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:23,820 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:23,820 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:23,820 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:29,517 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:29,517 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:29,517 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:35,340 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:35,340 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:35,340 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:41,012 [INFO] 0 check bloated tube unknown +2025-04-27 20:01:41,012 [INFO] =============================================== +Mode: 0 +stack size: 2 +remainTime: 15 + +2025-04-27 20:01:41,012 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:01:41,012 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:41,012 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:41,012 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:46,896 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:46,896 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:46,896 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:52,886 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:52,886 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:52,886 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:01:58,943 [INFO] Simulating with mode cropfollow +2025-04-27 20:01:58,943 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:01:58,943 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:04,773 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:04,773 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:04,773 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:10,674 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:10,674 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:10,674 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:16,542 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:16,542 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:16,542 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:22,580 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:22,581 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:22,581 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:28,465 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:28,465 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:28,465 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:34,211 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:34,211 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:34,211 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:40,225 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:40,225 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:40,225 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:45,998 [INFO] 0 check bloated tube unknown +2025-04-27 20:02:45,998 [INFO] =============================================== +Mode: 0 +stack size: 3 +remainTime: 15 + +2025-04-27 20:02:45,998 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:02:45,998 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:45,998 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:45,998 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:51,962 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:51,963 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:51,963 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:02:57,999 [INFO] Simulating with mode cropfollow +2025-04-27 20:02:57,999 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:02:57,999 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:04,025 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:04,025 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:04,025 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:10,013 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:10,013 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:10,013 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:15,897 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:15,897 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:15,897 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:21,849 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:21,849 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:21,849 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:27,897 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:27,897 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:27,897 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:33,872 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:33,873 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:33,873 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:39,640 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:39,640 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:39,640 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:45,578 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:45,578 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:45,578 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:51,407 [INFO] 0 check bloated tube unknown +2025-04-27 20:03:51,407 [INFO] =============================================== +Mode: 0 +stack size: 4 +remainTime: 15 + +2025-04-27 20:03:51,407 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:03:51,407 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:51,407 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:51,407 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:03:57,461 [INFO] Simulating with mode cropfollow +2025-04-27 20:03:57,461 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:03:57,461 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:03,526 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:03,526 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:03,526 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:09,733 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:09,733 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:09,733 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:15,631 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:15,631 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:15,631 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:21,593 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:21,593 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:21,593 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:27,547 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:27,548 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:27,548 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:33,556 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:33,556 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:33,556 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:39,547 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:39,547 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:39,548 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:45,382 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:45,382 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:45,382 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:51,401 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:51,401 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:51,401 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:04:57,300 [INFO] 0 check bloated tube unknown +2025-04-27 20:04:57,300 [INFO] =============================================== +Mode: 0 +stack size: 5 +remainTime: 15 + +2025-04-27 20:04:57,300 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:04:57,300 [INFO] Simulating with mode cropfollow +2025-04-27 20:04:57,300 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:04:57,300 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:03,413 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:03,413 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:03,413 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:09,429 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:09,429 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:09,429 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:15,807 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:15,807 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:15,807 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:22,115 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:22,115 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:22,115 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:28,064 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:28,064 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:28,064 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:34,194 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:34,195 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:34,195 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:40,391 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:40,391 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:40,391 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:46,451 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:46,452 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:46,452 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:52,326 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:52,326 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:52,326 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:05:58,410 [INFO] Simulating with mode cropfollow +2025-04-27 20:05:58,410 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:05:58,410 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:04,363 [INFO] 0 check bloated tube unknown +2025-04-27 20:06:04,363 [INFO] =============================================== +Mode: 0 +stack size: 6 +remainTime: 15 + +2025-04-27 20:06:04,363 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:06:04,363 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:04,363 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:04,363 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:10,471 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:10,471 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:10,471 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:16,628 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:16,628 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:16,628 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:22,875 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:22,875 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:22,875 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:28,848 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:28,848 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:28,848 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:34,765 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:34,765 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:34,765 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:40,695 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:40,695 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:40,695 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:46,727 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:46,728 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:46,728 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:52,618 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:52,619 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:52,619 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:06:58,332 [INFO] Simulating with mode cropfollow +2025-04-27 20:06:58,332 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:06:58,332 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:04,263 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:04,263 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:04,263 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:10,041 [INFO] 0 check bloated tube unknown +2025-04-27 20:07:10,041 [INFO] =============================================== +Mode: 0 +stack size: 7 +remainTime: 15 + +2025-04-27 20:07:10,041 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:07:10,041 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:10,041 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:10,041 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:16,042 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:16,042 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:16,042 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:22,006 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:22,006 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:22,006 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:28,068 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:28,069 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:28,069 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:33,972 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:33,972 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:33,973 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:39,866 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:39,867 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:39,867 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:45,868 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:45,868 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:45,868 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:51,993 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:51,993 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:51,993 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:07:58,087 [INFO] Simulating with mode cropfollow +2025-04-27 20:07:58,087 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:07:58,087 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:03,946 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:03,946 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:03,946 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:10,023 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:10,023 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:10,023 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:16,065 [INFO] 0 check bloated tube unknown +2025-04-27 20:08:16,065 [INFO] =============================================== +Mode: 0 +stack size: 8 +remainTime: 15 + +2025-04-27 20:08:16,065 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:08:16,065 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:16,065 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:16,065 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:22,132 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:22,132 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:22,132 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:28,097 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:28,097 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:28,097 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:34,281 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:34,281 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:34,281 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:40,335 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:40,335 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:40,335 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:46,246 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:46,246 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:46,246 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:52,265 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:52,265 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:52,265 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:08:58,393 [INFO] Simulating with mode cropfollow +2025-04-27 20:08:58,393 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:08:58,393 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:04,467 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:04,467 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:04,467 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:10,318 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:10,319 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:10,319 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:16,575 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:16,575 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:16,575 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:22,654 [INFO] 0 check bloated tube unknown +2025-04-27 20:09:22,654 [INFO] =============================================== +Mode: 0 +stack size: 9 +remainTime: 15 + +2025-04-27 20:09:22,654 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:09:22,654 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:22,654 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:22,654 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:28,845 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:28,845 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:28,845 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:34,987 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:34,987 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:34,987 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:41,160 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:41,160 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:41,160 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:47,238 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:47,238 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:47,238 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:53,257 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:53,257 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:53,257 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:09:59,346 [INFO] Simulating with mode cropfollow +2025-04-27 20:09:59,346 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:09:59,346 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:05,537 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:05,537 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:05,537 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:11,670 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:11,670 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:11,670 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:17,571 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:17,571 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:17,571 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:23,652 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:23,652 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:23,652 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:29,566 [INFO] 0 check bloated tube unknown +2025-04-27 20:10:29,567 [INFO] =============================================== +Mode: 0 +stack size: 10 +remainTime: 15 + +2025-04-27 20:10:29,567 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:10:29,567 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:29,567 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:29,567 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:35,724 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:35,724 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:35,724 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:41,862 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:41,862 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:41,862 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:48,031 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:48,031 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:48,031 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:10:54,030 [INFO] Simulating with mode cropfollow +2025-04-27 20:10:54,030 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:10:54,030 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:00,050 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:00,051 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:00,051 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:06,124 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:06,125 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:06,125 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:12,403 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:12,404 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:12,404 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:18,484 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:18,485 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:18,485 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:24,390 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:24,391 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:24,391 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:30,519 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:30,519 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.25, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:30,520 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:36,746 [INFO] 0 check bloated tube unknown +2025-04-27 20:11:36,746 [INFO] =============================================== +Mode: 0 +stack size: 11 +remainTime: 15 + +2025-04-27 20:11:36,746 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] + +2025-04-27 20:11:36,746 [INFO] 0 is not valid anymore +2025-04-27 20:11:36,746 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 20:11:36,746 [INFO] simulation time: 5.836513996124268 +2025-04-27 20:11:36,746 [INFO] verification time: 659.8285965919495 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/results.json b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/results.json new file mode 100644 index 0000000000000000000000000000000000000000..37f530ed3ea8a45ef1bf3e67b54ce13ed969d4b1 --- /dev/null +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_25__heading0_00/results.json @@ -0,0 +1,7 @@ +{ + "safety": "UNKNOWN", + "sim_time": 5.836513996124268, + "verification_time": 659.8285965919495, + "refine_time": null, + "total_time": 666.2249643802643 +} \ No newline at end of file diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/Traj.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/Traj.txt index 817ecce15bd7bb13702ef026b7ca271718da2d70..5acf09ad611daa599c3b4bc27e6104907b9fa318 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/Traj.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/Traj.txt @@ -1,47 +1,47 @@ -cropfollow/pn=[0.50:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 -0.036716628819704056 0.07829242944717407 0.1323770135641098 -0.16670401394367218 -0.20581026375293732 0.09327076375484467 -0.3333333432674408 0.1993873566389084 -0.02107413299381733 0.0927562266588211 0.15143688023090363 -0.1472734957933426 -0.19358514249324799 0.10512523353099823 -0.6666666865348816 0.3985276222229004 -0.002549475058913231 0.07361041009426117 0.16543032228946686 -0.13375727832317352 -0.17052926123142242 0.12865833938121796 -1.0 0.5979860424995422 0.01215931586921215 0.06621429324150085 0.1783720999956131 -0.12097050249576569 -0.1540534645318985 0.14528913795948029 -1.3333333730697632 0.7975478172302246 0.025392498821020126 0.03984663262963295 0.185232475399971 -0.11452941596508026 -0.13444747030735016 0.1653144210577011 -1.6666666269302368 0.9973890781402588 0.03335971757769585 0.014281440526247025 0.18691466748714447 -0.11305473744869232 -0.12019522488117218 0.1797741800546646 -2.0 1.1973686218261719 0.03621590882539749 -0.0025701597332954407 0.18557289242744446 -0.1144261434674263 -0.11314106732606888 0.18685796856880188 -2.3333332538604736 1.3973679542541504 0.03570187836885452 -0.006085385102778673 0.18417775630950928 -0.11581667512655258 -0.11277400702238083 0.18722042441368103 -2.6666667461395264 1.5973641872406006 0.03448480740189552 0.003878991585224867 0.18545342981815338 -0.11454431712627411 -0.11648382246494293 0.18351392447948456 -3.0 1.7973626852035522 0.035260602831840515 0.0034058704040944576 0.1861112117767334 -0.11388707160949707 -0.11559000611305237 0.1844082772731781 -3.3333332538604736 1.9973615407943726 0.035941775888204575 -0.007104647811502218 0.18416185677051544 -0.11583058536052704 -0.1122782975435257 0.18771414458751678 -3.6666667461395264 2.1973564624786377 0.03452085703611374 -0.008344350382685661 0.18242958188056946 -0.1175599917769432 -0.11338787525892258 0.1866016983985901 -4.0 2.3973495960235596 0.03285200521349907 -0.02115575782954693 0.17752991616725922 -0.12240298092365265 -0.11182589828968048 0.18810699880123138 -4.333333492279053 2.5973048210144043 0.028621168807148933 -0.012402184307575226 0.17550916969776154 -0.12446777522563934 -0.11826683580875397 0.1817101091146469 -4.666666507720947 2.7972893714904785 0.026140796020627022 -0.02534983679652214 0.16975583136081696 -0.1301477998495102 -0.11747424304485321 0.18242938816547394 -5.0 2.997225046157837 0.02107137069106102 -0.023738743737339973 0.1650949865579605 -0.13482050597667694 -0.12295223772525787 0.17696325480937958 -5.333333492279053 3.1971688270568848 0.01632406748831272 0.004304243251681328 0.16739875078201294 -0.13259848952293396 -0.1347506046295166 0.1652466356754303 -5.666666507720947 3.3971669673919678 0.017184913158416748 0.005251992493867874 0.16849583387374878 -0.1315000355243683 -0.13412600755691528 0.16586986184120178 -6.0 3.5971641540527344 0.018235307186841965 0.00799384992569685 0.1702289581298828 -0.1297614574432373 -0.1337583363056183 0.16623207926750183 -6.333333492279053 3.7971577644348145 0.019834060221910477 -0.0008370941504836082 0.16962473094463348 -0.13037516176700592 -0.12995661795139313 0.17004327476024628 -6.666666507720947 3.997157573699951 0.0196666419506073 -0.009812276810407639 0.16720639169216156 -0.13277916610240936 -0.12787310779094696 0.17211245000362396 -7.0 4.197147846221924 0.01770421862602234 -0.028237350285053253 0.16058602929115295 -0.13929438591003418 -0.12517759203910828 0.17470282316207886 -7.333333492279053 4.397068023681641 0.012057498097419739 -0.0388411246240139 0.15223653614521027 -0.1475372165441513 -0.1281215399503708 0.17165221273899078 -7.666666507720947 4.596917152404785 0.00429122569039464 -0.03614703565835953 0.14515845477581024 -0.15464560687541962 -0.13657601177692413 0.16322804987430573 -8.0 4.796786308288574 -0.0029366076923906803 -0.016080312430858612 0.14302411675453186 -0.1569371223449707 -0.14889732003211975 0.1510639190673828 -8.333333015441895 4.996760368347168 -0.0061525315977633 -0.006964265368878841 0.14210279285907745 -0.1578899472951889 -0.15440784394741058 0.14558489620685577 -8.666666984558105 5.196755409240723 -0.007545373402535915 -0.011289344169199467 0.13962280750274658 -0.16035810112953186 -0.15471354126930237 0.14526736736297607 -9.0 5.396742820739746 -0.009803194552659988 -0.009276285767555237 0.13787132501602173 -0.16211578249931335 -0.1574777066707611 0.14250940084457397 -9.333333015441895 5.596734046936035 -0.011658425442874432 0.029080651700496674 0.1455473005771637 -0.15432587265968323 -0.1688641607761383 0.13100901246070862 -9.666666984558105 5.79664945602417 -0.005843114107847214 0.0612485371530056 0.15917819738388062 -0.1402592957019806 -0.17086443305015564 0.12857306003570557 -10.0 5.996274471282959 0.0063989367336034775 0.04273870587348938 0.16694338619709015 -0.1327826827764511 -0.1541455239057541 0.14558054506778717 -10.333333015441895 6.196091651916504 0.014944076538085938 0.024922175332903862 0.17112739384174347 -0.12877945601940155 -0.1412392407655716 0.15866760909557343 -10.666666984558105 6.396029472351074 0.019927997142076492 0.0256159957498312 0.1762820929288864 -0.12361951172351837 -0.13642610609531403 0.16347549855709076 -11.0 6.595963954925537 0.025050636380910873 0.01711447536945343 0.17930708825588226 -0.12064899504184723 -0.12920580804347992 0.17075027525424957 -11.333333015441895 6.795934677124023 0.02847336418926716 0.019546354189515114 0.18333099782466888 -0.11661170423030853 -0.12638427317142487 0.17355842888355255 -11.666666984558105 6.995896339416504 0.03238238766789436 0.030559735372662544 0.189951092004776 -0.10990884900093079 -0.12518632411956787 0.17467361688613892 -12.0 7.195803165435791 0.038493383675813675 0.008291872218251228 0.1905611753463745 -0.1094285249710083 -0.11357441544532776 0.18641528487205505 -12.333333015441895 7.395796298980713 0.04015173763036728 -0.008832728490233421 0.18793773651123047 -0.11205058544874191 -0.10763426870107651 0.19235405325889587 -12.666666984558105 7.595788478851318 0.038385216146707535 -0.0017523621208965778 0.1879468858242035 -0.11205264925956726 -0.11117646098136902 0.18882307410240173 -13.0 7.795788288116455 0.038034744560718536 0.0036854874342679977 0.18895509839057922 -0.11104287952184677 -0.11288561671972275 0.18711236119270325 -13.333333015441895 7.995787143707275 0.038771841675043106 -0.003030506893992424 0.18801353871822357 -0.11198510229587555 -0.11046986281871796 0.18952877819538116 -13.666666984558105 8.195786476135254 0.03816574066877365 0.004336253274232149 0.18924838304519653 -0.110748790204525 -0.11291690915822983 0.1870802640914917 -14.0 8.395784378051758 0.039032988250255585 0.010446329601109028 0.1916363537311554 -0.10834730416536331 -0.11357036978006363 0.18641328811645508 -14.333333015441895 8.595773696899414 0.04112221673130989 0.0003477567806839943 0.19120913743972778 -0.10879084467887878 -0.1089647114276886 0.19103527069091797 -14.666666984558105 8.79577350616455 0.041191767901182175 -0.007774309255182743 0.18924368917942047 -0.11074726283550262 -0.10686014592647552 0.19313080608844757 -15.0 8.995767593383789 0.039636921137571335 -0.015378465875983238 0.18577472865581512 -0.11418981850147247 -0.10650087893009186 0.19346366822719574 +cropfollow/pn=[0.500:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.018994251266121864 -0.07625668495893478 0.11152414232492447 -0.18760403990745544 -0.1495126485824585 0.14961552619934082 +0.3333333432674408 0.1994187831878662 -0.03423081338405609 0.004254251718521118 0.11683139204978943 -0.18316590785980225 -0.1852930188179016 0.11470428109169006 +0.6666666865348816 0.399416983127594 -0.03337996453046799 -0.014323551207780838 0.11302388459444046 -0.1869453489780426 -0.17978382110595703 0.12018541246652603 +1.0 0.5993964672088623 -0.036244578659534454 -0.055910512804985046 0.09955068677663803 -0.19998052716255188 -0.17203983664512634 0.12749138474464417 +1.3333333730697632 0.799083948135376 -0.04742085933685303 -0.15166595578193665 0.06308596581220627 -0.23347026109695435 -0.15792769193649292 0.1386285424232483 +1.6666666269302368 0.9967881441116333 -0.07763789594173431 -0.19216707348823547 0.02185438573360443 -0.2726234197616577 -0.17713017761707306 0.11734764277935028 +2.0 1.1931066513061523 -0.11583520472049713 -0.2185627967119217 -0.023610398173332214 -0.31647342443466187 -0.20806001126766205 0.0848030298948288 +2.3333332538604736 1.3883486986160278 -0.15920057892799377 -0.049007758498191833 -0.02162770926952362 -0.3212675452232361 -0.29677343368530273 0.0028663724660873413 +2.6666667461395264 1.5881085395812988 -0.16899821162223816 -0.013620831072330475 -0.022417232394218445 -0.3223894238471985 -0.3155791759490967 -0.015607014298439026 +3.0 1.7880899906158447 -0.17172229290008545 0.02266930416226387 -0.01609399914741516 -0.31601691246032715 -0.32735058665275574 -0.02742767333984375 +3.3333332538604736 1.9880385398864746 -0.167188823223114 0.020251084119081497 -0.012157142162322998 -0.31209564208984375 -0.32222050428390503 -0.022282004356384277 +3.6666667461395264 2.187997579574585 -0.16313888132572174 0.013214359059929848 -0.009848475456237793 -0.30982229113578796 -0.3164292871952057 -0.016455471515655518 +4.0 2.3879802227020264 -0.1604960858821869 0.048649586737155914 0.0014840513467788696 -0.29816102981567383 -0.32247620820999146 -0.022831156849861145 +4.333333492279053 2.5877435207366943 -0.15077000856399536 0.05892211198806763 0.013691693544387817 -0.2857877016067505 -0.31523171067237854 -0.015752315521240234 +4.666666507720947 2.7873964309692383 -0.13899239897727966 0.01700367033481598 0.015236645936965942 -0.2847200036048889 -0.29322144389152527 0.00673520565032959 +5.0 2.987367630004883 -0.13559183478355408 0.11397579312324524 0.04186724126338959 -0.256186306476593 -0.31305092573165894 -0.014997348189353943 +5.333333492279053 3.186069965362549 -0.1128459945321083 0.06892508268356323 0.05401547998189926 -0.2452721893787384 -0.2797074615955353 0.019580207765102386 +5.666666507720947 3.3855950832366943 -0.09907189011573792 -0.06581385433673859 0.03416179120540619 -0.2651887536048889 -0.23230557143688202 0.06704495847225189 +6.0 3.5851621627807617 -0.11222516000270844 -0.041132308542728424 0.02736780047416687 -0.27237847447395325 -0.25181812047958374 0.04792815446853638 +6.333333492279053 3.7849929332733154 -0.12044930458068848 0.08921278268098831 0.05122780799865723 -0.2475791573524475 -0.2921264171600342 0.006680548191070557 +6.666666507720947 3.9841976165771484 -0.10263040661811829 0.13624830543994904 0.07993626594543457 -0.21728351712226868 -0.28519707918167114 0.012022696435451508 +7.0 4.18234395980835 -0.07546497136354446 0.024162307381629944 0.08053124696016312 -0.2193812131881714 -0.23146119713783264 0.06845126301050186 +7.333333492279053 4.3822855949401855 -0.07063297927379608 0.0461251363158226 0.09073469042778015 -0.20894625782966614 -0.23200064897537231 0.06768029928207397 +7.666666507720947 4.582072734832764 -0.06141122430562973 0.09986157715320587 0.11276539415121078 -0.18573999404907227 -0.23558783531188965 0.0629175528883934 +8.0 4.781076431274414 -0.04147208482027054 0.17823362350463867 0.15047454833984375 -0.1447729766368866 -0.23341870307922363 0.06182881444692612 +8.333333015441895 4.977908134460449 -0.006013792008161545 0.10910389572381973 0.1703162044286728 -0.12790001928806305 -0.18234379589557648 0.11587242782115936 +8.666666984558105 5.176718711853027 0.015763724222779274 0.14608335494995117 0.20055712759494781 -0.09624751657247543 -0.16902966797351837 0.12777496874332428 +9.0 5.374588489532471 0.0448765903711319 0.16392724215984344 0.23366419970989227 -0.0623139888048172 -0.14391101896762848 0.152067169547081 +9.333333015441895 5.571907043457031 0.07751540094614029 0.10529892891645432 0.2529606819152832 -0.045377664268016815 -0.09792988747358322 0.2004084587097168 +9.666666984558105 5.770799160003662 0.09853629022836685 0.11338676512241364 0.2758590877056122 -0.02221451699733734 -0.07878649979829788 0.21928709745407104 +10.0 5.969514846801758 0.12116508185863495 0.06791280955076218 0.2877844572067261 -0.011523991823196411 -0.04545429348945618 0.2538541555404663 +10.333333015441895 6.16905403137207 0.13473720848560333 -0.005486011505126953 0.2833634614944458 -0.016632050275802612 -0.013889044523239136 0.2861064672470093 +10.666666984558105 6.369050979614258 0.13364000618457794 0.01691530831158161 0.2878471612930298 -0.012109920382499695 -0.020567163825035095 0.2793899178504944 +11.0 6.569022178649902 0.13702291250228882 0.10677682608366013 0.3128121495246887 0.014520704746246338 -0.038766324520111084 0.2595251202583313 +11.333333015441895 6.76788330078125 0.15833772718906403 0.07654931396245956 0.3270171284675598 0.027895644307136536 -0.010341659188270569 0.2887797951698303 +11.666666984558105 6.967297554016113 0.1736326366662979 0.03433408588171005 0.33212608098983765 0.032302871346473694 0.015139207243919373 0.31496238708496094 +12.0 7.167179584503174 0.18049810826778412 -0.04918818920850754 0.318024605512619 0.018387436866760254 0.04297161102294922 0.342608779668808 +12.333333015441895 7.366937637329102 0.17066442966461182 0.0012531876564025879 0.3209776282310486 0.020977839827537537 0.020351245999336243 0.3203510046005249 +12.666666984558105 7.566937446594238 0.17091506719589233 -0.14515657722949982 0.2831757068634033 -0.013669267296791077 0.058654412627220154 0.35549938678741455 +13.0 7.764833927154541 0.14198559522628784 -0.1793719232082367 0.24497608840465546 -0.05021069943904877 0.03899510204792023 0.33418190479278564 +13.333333015441895 7.961625099182129 0.10630327463150024 -0.19659724831581116 0.20458050072193146 -0.08964057266712189 0.00802604854106903 0.3022471070289612 +13.666666984558105 8.157772064208984 0.06723661720752716 -0.28730863332748413 0.14024507999420166 -0.14745794236660004 -0.005771838128566742 0.28193116188049316 +14.0 8.349574089050293 0.010562174022197723 -0.25576525926589966 0.09243621677160263 -0.1978047788143158 -0.07131186872720718 0.21892914175987244 +14.333333015441895 8.543067932128906 -0.04003499820828438 -0.16948841512203217 0.06564615666866302 -0.23005519807338715 -0.14571614563465118 0.149985209107399 +14.666666984558105 8.740201950073242 -0.07377062737941742 -0.17257416248321533 0.031071573495864868 -0.26447224617004395 -0.1786128282546997 0.1169309914112091 +15.0 8.937231063842773 -0.10811439901590347 -0.2569345533847809 -0.026567593216896057 -0.316719651222229 -0.1896612048149109 0.10049086064100266 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/log.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/log.txt index 40f943914c774580c67716505296ebc43ceb1830..bc281516b03acd7fcf42e128825ba7c9934bd2df 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/log.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/log.txt @@ -1,447 +1,447 @@ -2025-04-27 16:19:07,525 [INFO] Simulating with mode cropfollow -2025-04-27 16:19:07,525 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:19:07,525 [INFO] [0.0, -0.03671662922841677, 0.07829243150255477, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:19:19,498 [INFO] Verification Begin -2025-04-27 16:19:19,498 [INFO] =============================================== +2025-04-27 20:11:37,929 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:37,929 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:37,929 [INFO] [0.0, -0.01899425152348802, -0.07625668676588368, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:44,724 [INFO] Verification Begin +2025-04-27 20:11:44,724 [INFO] =============================================== Mode: 0 stack size: 1 remainTime: 15 -2025-04-27 16:19:19,498 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:44,724 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:19:19,498 [INFO] Simulating with mode cropfollow -2025-04-27 16:19:19,498 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:19:19,498 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:19:31,826 [INFO] Simulating with mode cropfollow -2025-04-27 16:19:31,827 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:19:31,827 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:19:44,288 [INFO] Simulating with mode cropfollow -2025-04-27 16:19:44,288 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:19:44,288 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:19:56,710 [INFO] Simulating with mode cropfollow -2025-04-27 16:19:56,710 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:19:56,710 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:20:08,636 [INFO] Simulating with mode cropfollow -2025-04-27 16:20:08,636 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:20:08,636 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:20:20,889 [INFO] Simulating with mode cropfollow -2025-04-27 16:20:20,889 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:20:20,889 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:20:31,976 [INFO] Simulating with mode cropfollow -2025-04-27 16:20:31,976 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:20:31,976 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:20:43,880 [INFO] Simulating with mode cropfollow -2025-04-27 16:20:43,880 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:20:43,880 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:20:57,080 [INFO] Simulating with mode cropfollow -2025-04-27 16:20:57,080 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:20:57,080 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:21:08,713 [INFO] Simulating with mode cropfollow -2025-04-27 16:21:08,713 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:21:08,713 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:21:20,824 [INFO] Simulating with mode cropfollow -2025-04-27 16:21:20,824 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:21:20,824 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:21:32,614 [INFO] 0 check bloated tube unknown -2025-04-27 16:21:32,614 [INFO] =============================================== +2025-04-27 20:11:44,725 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:44,725 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:44,725 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:51,285 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:51,285 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:51,285 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:11:57,796 [INFO] Simulating with mode cropfollow +2025-04-27 20:11:57,796 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:11:57,796 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:04,895 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:04,895 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:04,895 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:11,332 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:11,333 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:11,333 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:17,959 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:17,959 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:17,959 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:24,661 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:24,661 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:24,661 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:31,596 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:31,596 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:31,596 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:38,235 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:38,235 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:38,235 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:44,620 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:44,620 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:44,620 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:51,202 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:51,202 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:51,202 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:57,682 [INFO] 0 check bloated tube unknown +2025-04-27 20:12:57,682 [INFO] =============================================== Mode: 0 stack size: 2 remainTime: 15 -2025-04-27 16:21:32,614 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:12:57,682 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:21:32,614 [INFO] Simulating with mode cropfollow -2025-04-27 16:21:32,614 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:21:32,614 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:21:44,023 [INFO] Simulating with mode cropfollow -2025-04-27 16:21:44,023 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:21:44,023 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:21:56,237 [INFO] Simulating with mode cropfollow -2025-04-27 16:21:56,237 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:21:56,237 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:22:06,877 [INFO] Simulating with mode cropfollow -2025-04-27 16:22:06,877 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:22:06,877 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:22:18,956 [INFO] Simulating with mode cropfollow -2025-04-27 16:22:18,956 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:22:18,956 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:22:31,256 [INFO] Simulating with mode cropfollow -2025-04-27 16:22:31,256 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:22:31,256 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:22:42,091 [INFO] Simulating with mode cropfollow -2025-04-27 16:22:42,091 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:22:42,091 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:22:52,619 [INFO] Simulating with mode cropfollow -2025-04-27 16:22:52,619 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:22:52,619 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:23:05,154 [INFO] Simulating with mode cropfollow -2025-04-27 16:23:05,154 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:23:05,154 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:23:17,767 [INFO] Simulating with mode cropfollow -2025-04-27 16:23:17,767 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:23:17,767 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:23:29,870 [INFO] Simulating with mode cropfollow -2025-04-27 16:23:29,870 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:23:29,870 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:23:40,193 [INFO] 0 check bloated tube unknown -2025-04-27 16:23:40,193 [INFO] =============================================== +2025-04-27 20:12:57,682 [INFO] Simulating with mode cropfollow +2025-04-27 20:12:57,682 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:12:57,682 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:04,470 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:04,470 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:04,470 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:11,094 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:11,094 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:11,094 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:18,090 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:18,090 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:18,090 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:24,868 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:24,868 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:24,868 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:31,449 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:31,449 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:31,449 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:38,182 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:38,182 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:38,182 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:45,124 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:45,124 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:45,124 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:52,008 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:52,008 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:52,008 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:13:58,556 [INFO] Simulating with mode cropfollow +2025-04-27 20:13:58,556 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:13:58,556 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:05,188 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:05,188 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:05,188 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:11,666 [INFO] 0 check bloated tube unknown +2025-04-27 20:14:11,666 [INFO] =============================================== Mode: 0 stack size: 3 remainTime: 15 -2025-04-27 16:23:40,193 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:11,666 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:23:40,193 [INFO] Simulating with mode cropfollow -2025-04-27 16:23:40,193 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:23:40,193 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:23:51,787 [INFO] Simulating with mode cropfollow -2025-04-27 16:23:51,787 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:23:51,787 [INFO] [0.0, -0.05970379340443373, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:24:03,652 [INFO] Simulating with mode cropfollow -2025-04-27 16:24:03,653 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:24:03,653 [INFO] [0.0, -0.06733274819357485, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:24:16,842 [INFO] Simulating with mode cropfollow -2025-04-27 16:24:16,842 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:24:16,842 [INFO] [0.0, -0.011673550975651564, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:24:29,265 [INFO] Simulating with mode cropfollow -2025-04-27 16:24:29,265 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:24:29,265 [INFO] [0.0, -0.026871275662171776, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:24:42,418 [INFO] Simulating with mode cropfollow -2025-04-27 16:24:42,418 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:24:42,418 [INFO] [0.0, -0.06672855082008801, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:24:54,215 [INFO] Simulating with mode cropfollow -2025-04-27 16:24:54,215 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:24:54,215 [INFO] [0.0, -0.03617579397351467, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:25:06,214 [INFO] Simulating with mode cropfollow -2025-04-27 16:25:06,214 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:25:06,214 [INFO] [0.0, -0.05638339429569719, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:25:17,685 [INFO] Simulating with mode cropfollow -2025-04-27 16:25:17,685 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:25:17,685 [INFO] [0.0, -0.06366878070967813, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:25:30,732 [INFO] Simulating with mode cropfollow -2025-04-27 16:25:30,732 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:25:30,732 [INFO] [0.0, -0.06443678812717282, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:25:43,812 [INFO] Simulating with mode cropfollow -2025-04-27 16:25:43,812 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:25:43,812 [INFO] [0.0, -0.08402083221495917, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:25:57,021 [INFO] 0 check bloated tube unknown -2025-04-27 16:25:57,021 [INFO] =============================================== +2025-04-27 20:14:11,666 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:11,666 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:11,666 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:18,196 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:18,196 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:18,196 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:24,794 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:24,794 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:24,794 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:31,803 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:31,803 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:31,803 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:38,537 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:38,537 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:38,537 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:45,149 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:45,149 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:45,149 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:51,819 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:51,819 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:51,819 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:14:58,812 [INFO] Simulating with mode cropfollow +2025-04-27 20:14:58,812 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:14:58,812 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:05,741 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:05,741 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:05,741 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:12,137 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:12,137 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:12,137 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:18,717 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:18,717 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:18,717 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:25,385 [INFO] 0 check bloated tube unknown +2025-04-27 20:15:25,385 [INFO] =============================================== Mode: 0 stack size: 4 remainTime: 15 -2025-04-27 16:25:57,021 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:25,385 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:25:57,021 [INFO] Simulating with mode cropfollow -2025-04-27 16:25:57,021 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:25:57,021 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:26:09,838 [INFO] Simulating with mode cropfollow -2025-04-27 16:26:09,838 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:26:09,838 [INFO] [0.0, -0.05970379340443373, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:26:22,783 [INFO] Simulating with mode cropfollow -2025-04-27 16:26:22,783 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:26:22,783 [INFO] [0.0, -0.06733274819357485, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:26:33,673 [INFO] Simulating with mode cropfollow -2025-04-27 16:26:33,674 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:26:33,674 [INFO] [0.0, -0.011673550975651564, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:26:45,687 [INFO] Simulating with mode cropfollow -2025-04-27 16:26:45,688 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:26:45,688 [INFO] [0.0, -0.026871275662171776, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:26:57,358 [INFO] Simulating with mode cropfollow -2025-04-27 16:26:57,358 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:26:57,358 [INFO] [0.0, -0.06672855082008801, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:27:08,008 [INFO] Simulating with mode cropfollow -2025-04-27 16:27:08,008 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:27:08,008 [INFO] [0.0, -0.03617579397351467, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:27:19,699 [INFO] Simulating with mode cropfollow -2025-04-27 16:27:19,699 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:27:19,699 [INFO] [0.0, -0.05638339429569719, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:27:31,590 [INFO] Simulating with mode cropfollow -2025-04-27 16:27:31,590 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:27:31,590 [INFO] [0.0, -0.06366878070967813, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:27:43,778 [INFO] Simulating with mode cropfollow -2025-04-27 16:27:43,778 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:27:43,778 [INFO] [0.0, -0.06443678812717282, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:27:56,851 [INFO] Simulating with mode cropfollow -2025-04-27 16:27:56,851 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:27:56,851 [INFO] [0.0, -0.08402083221495917, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:28:07,849 [INFO] 0 check bloated tube unknown -2025-04-27 16:28:07,849 [INFO] =============================================== +2025-04-27 20:15:25,385 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:25,385 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:25,385 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:31,962 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:31,962 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:31,962 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:38,577 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:38,577 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:38,577 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:45,490 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:45,490 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:45,490 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:52,074 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:52,074 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:52,074 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:15:58,682 [INFO] Simulating with mode cropfollow +2025-04-27 20:15:58,682 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:15:58,682 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:05,288 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:05,288 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:05,288 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:12,191 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:12,191 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:12,191 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:19,037 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:19,038 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:19,038 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:25,443 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:25,443 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:25,443 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:32,255 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:32,255 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:32,255 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:38,776 [INFO] 0 check bloated tube unknown +2025-04-27 20:16:38,776 [INFO] =============================================== Mode: 0 stack size: 5 remainTime: 15 -2025-04-27 16:28:07,849 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:38,776 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:28:07,849 [INFO] Simulating with mode cropfollow -2025-04-27 16:28:07,849 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:28:07,849 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:28:21,379 [INFO] Simulating with mode cropfollow -2025-04-27 16:28:21,380 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:28:21,380 [INFO] [0.0, -0.07985189670221687, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:28:33,784 [INFO] Simulating with mode cropfollow -2025-04-27 16:28:33,784 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:28:33,784 [INFO] [0.0, -0.08366637409678743, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:28:45,002 [INFO] Simulating with mode cropfollow -2025-04-27 16:28:45,002 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:28:45,002 [INFO] [0.0, -0.055836775487825785, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:28:56,177 [INFO] Simulating with mode cropfollow -2025-04-27 16:28:56,177 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:28:56,177 [INFO] [0.0, -0.06343563783108588, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:29:08,817 [INFO] Simulating with mode cropfollow -2025-04-27 16:29:08,817 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:29:08,817 [INFO] [0.0, -0.08336427541004401, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:29:21,184 [INFO] Simulating with mode cropfollow -2025-04-27 16:29:21,184 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:29:21,184 [INFO] [0.0, -0.06808789698675734, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:29:32,631 [INFO] Simulating with mode cropfollow -2025-04-27 16:29:32,631 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:29:32,631 [INFO] [0.0, -0.0781916971478486, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:29:44,586 [INFO] Simulating with mode cropfollow -2025-04-27 16:29:44,586 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:29:44,586 [INFO] [0.0, -0.08183439035483907, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:29:57,196 [INFO] Simulating with mode cropfollow -2025-04-27 16:29:57,196 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:29:57,196 [INFO] [0.0, -0.08221839406358641, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:30:08,064 [INFO] Simulating with mode cropfollow -2025-04-27 16:30:08,064 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:30:08,064 [INFO] [0.0, -0.09201041610747959, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:30:20,964 [INFO] 0 check bloated tube unknown -2025-04-27 16:30:20,964 [INFO] =============================================== +2025-04-27 20:16:38,776 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:38,776 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:38,776 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:45,447 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:45,447 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:45,447 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:52,104 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:52,105 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:52,105 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:16:59,342 [INFO] Simulating with mode cropfollow +2025-04-27 20:16:59,342 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:16:59,342 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:05,918 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:05,918 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:05,918 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:12,568 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:12,569 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:12,569 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:19,512 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:19,512 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:19,512 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:26,589 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:26,589 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:26,590 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:33,455 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:33,455 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:33,455 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:39,902 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:39,903 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:39,903 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:46,649 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:46,650 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:46,650 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:53,047 [INFO] 0 check bloated tube unknown +2025-04-27 20:17:53,047 [INFO] =============================================== Mode: 0 stack size: 6 remainTime: 15 -2025-04-27 16:30:20,964 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:53,047 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:30:20,965 [INFO] Simulating with mode cropfollow -2025-04-27 16:30:20,965 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:30:20,965 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:30:32,708 [INFO] Simulating with mode cropfollow -2025-04-27 16:30:32,708 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:30:32,708 [INFO] [0.0, -0.07985189670221687, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:30:45,932 [INFO] Simulating with mode cropfollow -2025-04-27 16:30:45,932 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:30:45,932 [INFO] [0.0, -0.08366637409678743, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:30:58,375 [INFO] Simulating with mode cropfollow -2025-04-27 16:30:58,375 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:30:58,375 [INFO] [0.0, -0.055836775487825785, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:31:10,850 [INFO] Simulating with mode cropfollow -2025-04-27 16:31:10,851 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:31:10,851 [INFO] [0.0, -0.06343563783108588, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:31:24,220 [INFO] Simulating with mode cropfollow -2025-04-27 16:31:24,221 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:31:24,221 [INFO] [0.0, -0.08336427541004401, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:31:35,426 [INFO] Simulating with mode cropfollow -2025-04-27 16:31:35,426 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:31:35,426 [INFO] [0.0, -0.06808789698675734, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:31:47,067 [INFO] Simulating with mode cropfollow -2025-04-27 16:31:47,067 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:31:47,067 [INFO] [0.0, -0.0781916971478486, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:31:59,537 [INFO] Simulating with mode cropfollow -2025-04-27 16:31:59,537 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:31:59,537 [INFO] [0.0, -0.08183439035483907, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:32:12,439 [INFO] Simulating with mode cropfollow -2025-04-27 16:32:12,439 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:32:12,439 [INFO] [0.0, -0.08221839406358641, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:32:25,171 [INFO] Simulating with mode cropfollow -2025-04-27 16:32:25,172 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:32:25,172 [INFO] [0.0, -0.09201041610747959, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:32:36,507 [INFO] 0 check bloated tube unknown -2025-04-27 16:32:36,507 [INFO] =============================================== +2025-04-27 20:17:53,047 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:53,047 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:53,047 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:17:59,621 [INFO] Simulating with mode cropfollow +2025-04-27 20:17:59,622 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:17:59,622 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:18:06,193 [INFO] Simulating with mode cropfollow +2025-04-27 20:18:06,193 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:18:06,193 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:18:13,177 [INFO] Simulating with mode cropfollow +2025-04-27 20:18:13,177 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:18:13,177 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:18:19,719 [INFO] Simulating with mode cropfollow +2025-04-27 20:18:19,720 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:18:19,720 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:18:26,099 [INFO] Simulating with mode cropfollow +2025-04-27 20:18:26,099 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:18:26,099 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:18:32,965 [INFO] Simulating with mode cropfollow +2025-04-27 20:18:32,965 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:18:32,965 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:18:39,832 [INFO] Simulating with mode cropfollow +2025-04-27 20:18:39,833 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:18:39,833 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:18:46,822 [INFO] Simulating with mode cropfollow +2025-04-27 20:18:46,822 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:18:46,822 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:18:53,374 [INFO] Simulating with mode cropfollow +2025-04-27 20:18:53,374 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:18:53,374 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:00,183 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:00,183 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:00,183 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:06,909 [INFO] 0 check bloated tube unknown +2025-04-27 20:19:06,909 [INFO] =============================================== Mode: 0 stack size: 7 remainTime: 15 -2025-04-27 16:32:36,507 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:06,909 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:32:36,508 [INFO] Simulating with mode cropfollow -2025-04-27 16:32:36,508 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:32:36,508 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:32:47,741 [INFO] Simulating with mode cropfollow -2025-04-27 16:32:47,741 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:32:47,741 [INFO] [0.0, -0.08992594835110844, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:32:59,081 [INFO] Simulating with mode cropfollow -2025-04-27 16:32:59,081 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:32:59,081 [INFO] [0.0, -0.09183318704839372, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:33:10,719 [INFO] Simulating with mode cropfollow -2025-04-27 16:33:10,719 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:33:10,719 [INFO] [0.0, -0.0779183877439129, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:33:23,357 [INFO] Simulating with mode cropfollow -2025-04-27 16:33:23,358 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:33:23,358 [INFO] [0.0, -0.08171781891554296, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:33:35,500 [INFO] Simulating with mode cropfollow -2025-04-27 16:33:35,500 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:33:35,500 [INFO] [0.0, -0.09168213770502201, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:33:47,858 [INFO] Simulating with mode cropfollow -2025-04-27 16:33:47,858 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:33:47,858 [INFO] [0.0, -0.08404394849337868, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:34:01,412 [INFO] Simulating with mode cropfollow -2025-04-27 16:34:01,412 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:34:01,412 [INFO] [0.0, -0.0890958485739243, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:34:14,012 [INFO] Simulating with mode cropfollow -2025-04-27 16:34:14,012 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:34:14,012 [INFO] [0.0, -0.09091719517741953, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:34:26,326 [INFO] Simulating with mode cropfollow -2025-04-27 16:34:26,326 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:34:26,326 [INFO] [0.0, -0.09110919703179321, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:34:38,022 [INFO] Simulating with mode cropfollow -2025-04-27 16:34:38,022 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:34:38,022 [INFO] [0.0, -0.0960052080537398, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:34:49,846 [INFO] 0 check bloated tube unknown -2025-04-27 16:34:49,846 [INFO] =============================================== +2025-04-27 20:19:06,909 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:06,909 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:06,909 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:13,475 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:13,475 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:13,475 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:20,107 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:20,108 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:20,108 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:27,105 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:27,105 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:27,105 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:33,561 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:33,561 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:33,561 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:40,189 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:40,189 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:40,189 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:46,746 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:46,746 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:46,746 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:19:53,765 [INFO] Simulating with mode cropfollow +2025-04-27 20:19:53,765 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:19:53,765 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:00,792 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:00,792 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:00,792 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:07,335 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:07,335 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:07,335 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:14,209 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:14,209 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:14,209 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:20,944 [INFO] 0 check bloated tube unknown +2025-04-27 20:20:20,944 [INFO] =============================================== Mode: 0 stack size: 8 remainTime: 15 -2025-04-27 16:34:49,846 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:20,944 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:34:49,846 [INFO] Simulating with mode cropfollow -2025-04-27 16:34:49,846 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:34:49,846 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:35:01,815 [INFO] Simulating with mode cropfollow -2025-04-27 16:35:01,815 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:35:01,815 [INFO] [0.0, -0.08992594835110844, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:35:13,530 [INFO] Simulating with mode cropfollow -2025-04-27 16:35:13,530 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:35:13,530 [INFO] [0.0, -0.09183318704839372, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:35:24,949 [INFO] Simulating with mode cropfollow -2025-04-27 16:35:24,949 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:35:24,949 [INFO] [0.0, -0.0779183877439129, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:35:36,413 [INFO] Simulating with mode cropfollow -2025-04-27 16:35:36,413 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:35:36,413 [INFO] [0.0, -0.08171781891554296, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:35:49,280 [INFO] Simulating with mode cropfollow -2025-04-27 16:35:49,281 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:35:49,281 [INFO] [0.0, -0.09168213770502201, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:36:00,451 [INFO] Simulating with mode cropfollow -2025-04-27 16:36:00,451 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:36:00,451 [INFO] [0.0, -0.08404394849337868, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:36:11,417 [INFO] Simulating with mode cropfollow -2025-04-27 16:36:11,417 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:36:11,417 [INFO] [0.0, -0.0890958485739243, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:36:23,093 [INFO] Simulating with mode cropfollow -2025-04-27 16:36:23,093 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:36:23,093 [INFO] [0.0, -0.09091719517741953, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:36:34,939 [INFO] Simulating with mode cropfollow -2025-04-27 16:36:34,939 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:36:34,939 [INFO] [0.0, -0.09110919703179321, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:36:46,842 [INFO] Simulating with mode cropfollow -2025-04-27 16:36:46,842 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:36:46,842 [INFO] [0.0, -0.0960052080537398, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:36:58,878 [INFO] 0 check bloated tube unknown -2025-04-27 16:36:58,878 [INFO] =============================================== +2025-04-27 20:20:20,944 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:20,944 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:20,944 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:27,580 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:27,580 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:27,580 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:34,270 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:34,270 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:34,270 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:41,663 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:41,663 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:41,663 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:48,453 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:48,453 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:48,453 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:20:55,065 [INFO] Simulating with mode cropfollow +2025-04-27 20:20:55,065 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:20:55,065 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:01,790 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:01,790 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:01,791 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:08,709 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:08,709 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:08,709 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:15,498 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:15,498 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:15,498 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:21,921 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:21,921 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:21,921 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:28,601 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:28,601 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:28,601 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:35,059 [INFO] 0 check bloated tube unknown +2025-04-27 20:21:35,059 [INFO] =============================================== Mode: 0 stack size: 9 remainTime: 15 -2025-04-27 16:36:58,878 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:35,059 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:36:58,878 [INFO] Simulating with mode cropfollow -2025-04-27 16:36:58,878 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:36:58,878 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:37:10,222 [INFO] Simulating with mode cropfollow -2025-04-27 16:37:10,222 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:37:10,222 [INFO] [0.0, -0.09496297417555422, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:37:20,678 [INFO] Simulating with mode cropfollow -2025-04-27 16:37:20,678 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:37:20,678 [INFO] [0.0, -0.09591659352419686, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:37:32,355 [INFO] Simulating with mode cropfollow -2025-04-27 16:37:32,355 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:37:32,355 [INFO] [0.0, -0.08895919387195646, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:37:43,785 [INFO] Simulating with mode cropfollow -2025-04-27 16:37:43,785 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:37:43,785 [INFO] [0.0, -0.09085890945777148, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:37:56,305 [INFO] Simulating with mode cropfollow -2025-04-27 16:37:56,305 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:37:56,305 [INFO] [0.0, -0.09584106885251101, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:38:08,421 [INFO] Simulating with mode cropfollow -2025-04-27 16:38:08,421 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:38:08,421 [INFO] [0.0, -0.09202197424668934, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:38:20,278 [INFO] Simulating with mode cropfollow -2025-04-27 16:38:20,278 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:38:20,278 [INFO] [0.0, -0.09454792428696215, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:38:31,560 [INFO] Simulating with mode cropfollow -2025-04-27 16:38:31,560 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:38:31,560 [INFO] [0.0, -0.09545859758870977, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:38:43,588 [INFO] Simulating with mode cropfollow -2025-04-27 16:38:43,588 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:38:43,588 [INFO] [0.0, -0.09555459851589661, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:38:55,203 [INFO] Simulating with mode cropfollow -2025-04-27 16:38:55,203 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:38:55,203 [INFO] [0.0, -0.0980026040268699, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:39:08,025 [INFO] 0 check bloated tube unknown -2025-04-27 16:39:08,026 [INFO] =============================================== +2025-04-27 20:21:35,059 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:35,059 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:35,059 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:41,590 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:41,590 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:41,590 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:48,118 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:48,119 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:48,119 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:21:55,552 [INFO] Simulating with mode cropfollow +2025-04-27 20:21:55,552 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:21:55,552 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:02,072 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:02,072 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:02,072 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:08,737 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:08,737 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:08,737 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:15,381 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:15,381 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:15,382 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:22,356 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:22,356 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:22,356 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:29,249 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:29,249 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:29,249 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:35,936 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:35,936 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:35,936 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:42,668 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:42,668 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:42,668 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:49,271 [INFO] 0 check bloated tube unknown +2025-04-27 20:22:49,272 [INFO] =============================================== Mode: 0 stack size: 10 remainTime: 15 -2025-04-27 16:39:08,026 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:49,272 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:39:08,026 [INFO] Simulating with mode cropfollow -2025-04-27 16:39:08,026 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:39:08,026 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:39:18,932 [INFO] Simulating with mode cropfollow -2025-04-27 16:39:18,932 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:39:18,932 [INFO] [0.0, -0.09496297417555422, -0.16514583577435962, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:39:31,061 [INFO] Simulating with mode cropfollow -2025-04-27 16:39:31,061 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:39:31,061 [INFO] [0.0, -0.09591659352419686, -0.17171240468529297, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:39:43,247 [INFO] Simulating with mode cropfollow -2025-04-27 16:39:43,247 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:39:43,247 [INFO] [0.0, -0.08895919387195646, -0.1677994293995547, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:39:53,975 [INFO] Simulating with mode cropfollow -2025-04-27 16:39:53,975 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:39:53,975 [INFO] [0.0, -0.09085890945777148, -0.16473588259206876, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:40:06,693 [INFO] Simulating with mode cropfollow -2025-04-27 16:40:06,693 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:40:06,693 [INFO] [0.0, -0.09584106885251101, -0.17167462702929667, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:40:17,804 [INFO] Simulating with mode cropfollow -2025-04-27 16:40:17,804 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:40:17,804 [INFO] [0.0, -0.09202197424668934, -0.1725413570609912, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:40:29,817 [INFO] Simulating with mode cropfollow -2025-04-27 16:40:29,817 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:40:29,817 [INFO] [0.0, -0.09454792428696215, -0.16739127766891904, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:40:41,926 [INFO] Simulating with mode cropfollow -2025-04-27 16:40:41,926 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:40:41,926 [INFO] [0.0, -0.09545859758870977, -0.17108298608149958, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:40:54,603 [INFO] Simulating with mode cropfollow -2025-04-27 16:40:54,604 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:40:54,604 [INFO] [0.0, -0.09555459851589661, -0.17289387487213645, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:41:06,824 [INFO] Simulating with mode cropfollow -2025-04-27 16:41:06,825 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:41:06,825 [INFO] [0.0, -0.0980026040268699, -0.1703304981611306, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:41:19,163 [INFO] 0 check bloated tube unknown -2025-04-27 16:41:19,163 [INFO] =============================================== +2025-04-27 20:22:49,272 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:49,272 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:49,272 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:22:56,181 [INFO] Simulating with mode cropfollow +2025-04-27 20:22:56,182 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:22:56,182 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:02,916 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:02,916 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:02,916 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:10,335 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:10,335 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:10,335 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:17,071 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:17,071 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:17,071 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:23,631 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:23,631 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:23,631 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:30,307 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:30,307 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:30,308 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:37,528 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:37,529 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:37,529 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:44,383 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:44,384 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:44,384 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:50,947 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:50,947 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:50,947 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:23:57,635 [INFO] Simulating with mode cropfollow +2025-04-27 20:23:57,635 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.5, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:23:57,635 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:24:04,110 [INFO] 0 check bloated tube unknown +2025-04-27 20:24:04,110 [INFO] =============================================== Mode: 0 stack size: 11 remainTime: 15 -2025-04-27 16:41:19,163 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:24:04,110 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:41:19,164 [INFO] 0 is not valid anymore -2025-04-27 16:41:19,164 [INFO] Hit refine threshold, system halt, result unknown -2025-04-27 16:41:19,164 [INFO] simulation time: 11.973114967346191 -2025-04-27 16:41:19,164 [INFO] verification time: 1319.6659407615662 +2025-04-27 20:24:04,110 [INFO] 0 is not valid anymore +2025-04-27 20:24:04,111 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 20:24:04,111 [INFO] simulation time: 6.795197010040283 +2025-04-27 20:24:04,111 [INFO] verification time: 739.3862135410309 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/results.json b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/results.json index 29340c88f584a37d101d4166b9b6b3bd33381f79..e9d276dde7e3ad19c7d9bb46e9e864b84b05c654 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/results.json +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose0_50__heading0_00/results.json @@ -1,7 +1,7 @@ { "safety": "UNKNOWN", - "sim_time": 11.973114967346191, - "verification_time": 1319.6659407615662, + "sim_time": 6.795197010040283, + "verification_time": 739.3862135410309, "refine_time": null, - "total_time": 1332.204419374466 + "total_time": 746.7529556751251 } \ No newline at end of file diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/Traj.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/Traj.txt index 16afb96e33840d041840c221b753fa9a74d6b45f..78bf38d39c2f2c0c3b88e7c477706b5c0af32699 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/Traj.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/Traj.txt @@ -1,47 +1,47 @@ -cropfollow/pn=[1.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 -0.024434780701994896 -0.022201906889677048 0.11997822672128677 -0.1799478381872177 -0.16884778439998627 0.13107828795909882 -0.3333333432674408 0.19995072484016418 -0.028874797746539116 -0.015007993206381798 0.11735646426677704 -0.18260978162288666 -0.17510606348514557 0.12486018240451813 -0.6666666865348816 0.3999282121658325 -0.03187628462910652 0.031465284526348114 0.12591449916362762 -0.17393700778484344 -0.18966706097126007 0.110184445977211 -1.0 0.5998291969299316 -0.02558426558971405 0.07415422797203064 0.1425250917673111 -0.15665046870708466 -0.1936936229467392 0.10548193752765656 -1.3333333730697632 0.7992795705795288 -0.010767007246613503 0.03982149809598923 0.14906680583953857 -0.15069535374641418 -0.17060083150863647 0.12916132807731628 -1.6666666269302368 0.9991210103034973 -0.002804812043905258 0.008583929389715195 0.14933562278747559 -0.15065333247184753 -0.1549452543258667 0.14504370093345642 -2.0 1.1991136074066162 -0.001088047050870955 0.006924225948750973 0.1506393998861313 -0.14935342967510223 -0.15281550586223602 0.1471773236989975 -2.3333332538604736 1.39910888671875 0.00029678712598979473 0.03065987303853035 0.15789006650447845 -0.14196895062923431 -0.15729649364948273 0.14256252348423004 -2.6666667461395264 1.5990148782730103 0.006427801214158535 -0.013694629073143005 0.1529901772737503 -0.14698170125484467 -0.14013458788394928 0.1598372906446457 -3.0 1.798996090888977 0.003688960801810026 -0.055515073239803314 0.13958624005317688 -0.1599515974521637 -0.13220831751823425 0.16732951998710632 -3.3333332538604736 1.998687982559204 -0.0074083530344069 -0.06612341105937958 0.12574505805969238 -0.17359936237335205 -0.1405617594718933 0.15878266096115112 -3.6666667461395264 2.1982510089874268 -0.020623400807380676 -0.04730872064828873 0.11738599836826324 -0.1822783499956131 -0.1586327999830246 0.14103154838085175 -4.0 2.398027181625366 -0.03008161671459675 -0.03809897601604462 0.11028710007667542 -0.18949520587921143 -0.1704503297805786 0.12933197617530823 -4.333333492279053 2.597882032394409 -0.03769956901669502 -0.029711388051509857 0.10480748116970062 -0.1950601190328598 -0.18020661175251007 0.11966098845005035 -4.666666507720947 2.7977938652038574 -0.043640971183776855 -0.00011083297431468964 0.10633133351802826 -0.1936686784029007 -0.19361327588558197 0.10638673603534698 -5.0 2.9977939128875732 -0.043663136661052704 0.007973230443894863 0.10832538455724716 -0.19166508316993713 -0.19565165042877197 0.10433881729841232 -5.333333492279053 3.1977875232696533 -0.04206850752234459 0.03058283030986786 0.1155058741569519 -0.18435385823249817 -0.19964289665222168 0.1002168357372284 -5.666666507720947 3.3976941108703613 -0.03595289587974548 0.04049443081021309 0.1240449845790863 -0.1757090985774994 -0.19595077633857727 0.10380330681800842 -6.0 3.5975301265716553 -0.02785622328519821 0.05069158971309662 0.1346185803413391 -0.16499605774879456 -0.19033101201057434 0.10928361862897873 -6.333333492279053 3.7972731590270996 -0.017722245305776596 0.018546096980571747 0.13688822090625763 -0.16306020319461823 -0.17233271896839142 0.12761570513248444 -6.666666507720947 3.997238874435425 -0.014013238251209259 0.05752228945493698 0.15011131763458252 -0.1493925154209137 -0.17813780903816223 0.12136603146791458 -7.0 4.196907997131348 -0.002515123225748539 0.007842153310775757 0.14944078028202057 -0.1505499929189682 -0.1544710248708725 0.14551974833011627 -7.333333492279053 4.396902084350586 -0.0009467084892094135 0.006963073275983334 0.15079040825366974 -0.14920233190059662 -0.15268383920192719 0.14730890095233917 -7.666666507720947 4.596897125244141 0.00044589489698410034 -0.0041420357301831245 0.14940911531448364 -0.15058833360671997 -0.14851731061935425 0.15148013830184937 -8.0 4.796895503997803 -0.0003825099556706846 0.006080036051571369 0.15113471448421478 -0.14885975420475006 -0.15189974009990692 0.14809472858905792 -8.333333015441895 4.996891975402832 0.0008334898739121854 0.022602204233407974 0.15644526481628418 -0.143478125333786 -0.15477827191352844 0.14514511823654175 -8.666666984558105 5.196840763092041 0.0053535462357103825 0.017653390765190125 0.1597432941198349 -0.14020998775959015 -0.1490362137556076 0.15091706812381744 -9.0 5.3968095779418945 0.008884040638804436 0.012503690086305141 0.16199816763401031 -0.13797838985919952 -0.14423008263111115 0.1557464748620987 -9.333333015441895 5.596794128417969 0.011384713463485241 -0.010184994898736477 0.15883073210716248 -0.1411537230014801 -0.13606131076812744 0.16392314434051514 -9.666666984558105 5.796783924102783 0.009347749873995781 -0.01087499875575304 0.15662018954753876 -0.14336208999156952 -0.1379246860742569 0.16205759346485138 -10.0 5.996772289276123 0.007172792684286833 -0.03916260227560997 0.14726963639259338 -0.15250036120414734 -0.13292405009269714 0.16684594750404358 -10.333333015441895 6.196619033813477 -0.0006577265448868275 -0.024393659085035324 0.1431998461484909 -0.1567109078168869 -0.1445152908563614 0.15539546310901642 -10.666666984558105 6.396559715270996 -0.005535974632948637 -0.20654746890068054 0.09000524878501892 -0.20361819863319397 -0.10107719898223877 0.19254624843597412 -11.0 6.592308521270752 -0.046552374958992004 -0.09808795154094696 0.07824394106864929 -0.22031405568122864 -0.1713486909866333 0.12720930576324463 -11.333333015441895 6.791347026824951 -0.06613852083683014 -0.0018236041069030762 0.08340533077716827 -0.2165941745042801 -0.21568237245082855 0.08431713283061981 -11.666666984558105 6.991346836090088 -0.06650324165821075 -0.03676251322031021 0.07420684397220612 -0.22559045255184174 -0.20721332728862762 0.09258396923542023 -12.0 7.191211700439453 -0.07385408878326416 -0.06393565237522125 0.05986641347408295 -0.23952065408229828 -0.20757459104061127 0.09181247651576996 -12.333333015441895 7.39080286026001 -0.08663251250982285 -0.07051125913858414 0.045381538569927216 -0.25387299060821533 -0.2186465561389923 0.08060797303915024 -12.666666984558105 7.590305805206299 -0.10072308033704758 -0.055581677705049515 0.03515701740980148 -0.26437970995903015 -0.23660317063331604 0.0629335567355156 -13.0 7.789997100830078 -0.11183369159698486 -0.027997970581054688 0.031108945608139038 -0.26877349615097046 -0.25477632880210876 0.04510611295700073 -13.333333015441895 7.9899187088012695 -0.11743255704641342 -0.03778352960944176 0.023016758263111115 -0.27676916122436523 -0.25788187980651855 0.041904039680957794 -13.666666984558105 8.189776420593262 -0.12498746812343597 -0.048389069736003876 0.012744411826133728 -0.2869044542312622 -0.2627193331718445 0.036929503083229065 -14.0 8.389542579650879 -0.1346615105867386 -0.058549508452415466 0.0004524439573287964 -0.299033522605896 -0.2697754502296448 0.02971048653125763 -14.333333015441895 8.589200019836426 -0.1463647186756134 -0.07400579750537872 -0.015259847044944763 -0.31443870067596436 -0.27746957540512085 0.021709278225898743 -14.666666984558105 8.788652420043945 -0.16115237772464752 -0.04044324904680252 -0.021383076906204224 -0.32113778591156006 -0.3009216785430908 -0.0011669695377349854 -15.0 8.988489151000977 -0.16923882067203522 -0.013830561190843582 -0.02271069586277008 -0.3226820230484009 -0.31576693058013916 -0.01579563319683075 +cropfollow/pn=[1.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.08995449542999268 -0.05485446751117706 0.04611314833164215 -0.2534356117248535 -0.2260221391916275 0.07352663576602936 +0.3333333432674408 0.19969919323921204 -0.10091988742351532 0.05819547921419144 0.0633668452501297 -0.23612530529499054 -0.26520663499832153 0.0342855304479599 +0.6666666865348816 0.39936062693595886 -0.08928735554218292 -0.029680922627449036 0.053227439522743225 -0.2466404289007187 -0.23180215060710907 0.06806571781635284 +1.0 0.5992725491523743 -0.09522266685962677 0.16363415122032166 0.09349982440471649 -0.20249272882938385 -0.28394514322280884 0.01204739511013031 +1.3333333730697632 0.7966009378433228 -0.0626416876912117 0.020814836025238037 0.09252917021512985 -0.20740586519241333 -0.21781253814697266 0.08212249726057053 +1.6666666269302368 0.9965576529502869 -0.05847902223467827 -0.0042633358389139175 0.09045378863811493 -0.20954351127147675 -0.20741184055805206 0.09258545935153961 +2.0 1.1965558528900146 -0.059331685304641724 -0.1321738213300705 0.056412652134895325 -0.2409706860780716 -0.17507602274417877 0.12230731546878815 +2.3333332538604736 1.3948113918304443 -0.08568955212831497 -0.09474802017211914 0.039986081421375275 -0.25866836309432983 -0.21136519312858582 0.0872892513871193 +2.6666667461395264 1.5939143896102905 -0.10461081564426422 0.08600760996341705 0.06631013751029968 -0.23258095979690552 -0.2755317687988281 0.023359328508377075 +3.0 1.7931751012802124 -0.08743049204349518 -0.06206555664539337 0.04677426815032959 -0.25264811515808105 -0.22163525223731995 0.0777871310710907 +3.3333332538604736 1.9927899837493896 -0.09983563423156738 -0.08543431013822556 0.028284668922424316 -0.2706211507320404 -0.22795593738555908 0.07094988226890564 +3.6666667461395264 2.1920604705810547 -0.11690171808004379 0.012711435556411743 0.036263950169086456 -0.2637118399143219 -0.27006739377975464 0.029908396303653717 +4.0 2.3920443058013916 -0.11435949802398682 -0.052669718861579895 0.022271141409873962 -0.2773128151893616 -0.2509901523590088 0.04859383404254913 +4.333333492279053 2.591766834259033 -0.12488856911659241 -0.010659605264663696 0.022438064217567444 -0.27754491567611694 -0.27221518754959106 0.027767762541770935 +4.666666507720947 2.791755437850952 -0.1270204484462738 0.10029952228069305 0.04725855588912964 -0.2512337267398834 -0.30129945278167725 -0.0028071701526641846 +5.0 2.990750312805176 -0.1069941595196724 0.15425938367843628 0.07963677495718002 -0.21680092811584473 -0.2936250865459442 0.002812616527080536 +5.333333492279053 3.188375473022461 -0.07626449316740036 0.048317112028598785 0.08563502877950668 -0.21401485800743103 -0.2381640076637268 0.06148587912321091 +5.666666507720947 3.3881421089172363 -0.06660483032464981 0.03706446662545204 0.09255614131689072 -0.20723780989646912 -0.22576579451560974 0.07402815669775009 +6.0 3.5880048274993896 -0.05919363349676132 0.10640759766101837 0.11650969833135605 -0.18179351091384888 -0.2348969578742981 0.06340625137090683 +6.333333492279053 3.7868735790252686 -0.037952251732349396 0.27753162384033203 0.17480358481407166 -0.11371681094169617 -0.25070807337760925 0.037812307476997375 +6.666666507720947 3.979220390319824 0.016844261437654495 0.38256382942199707 0.24932590126991272 -0.028987284749746323 -0.21563738584518433 0.06267580389976501 +7.0 4.164762496948242 0.09150430560112 0.09686094522476196 0.2649785876274109 -0.03361520171165466 -0.0819699764251709 0.21662381291389465 +7.333333492279053 4.363824844360352 0.11084622144699097 0.004337921738624573 0.2619292736053467 -0.03806789219379425 -0.04023684561252594 0.259760320186615 +7.666666507720947 4.5638227462768555 0.11171380430459976 -0.0976140946149826 0.23663493990898132 -0.06193690747022629 -0.013207338750362396 0.2853645086288452 +8.0 4.762870788574219 0.09222197532653809 -0.029870159924030304 0.2346886396408081 -0.0651775598526001 -0.050244688987731934 0.24962151050567627 +8.333333015441895 4.9627814292907715 0.08624882996082306 -0.010633230209350586 0.23358209431171417 -0.06640096008777618 -0.061084434390068054 0.2388986200094223 +8.666666984558105 5.1627702713012695 0.08412222564220428 -0.05777660757303238 0.21943582594394684 -0.080063596367836 -0.05119137465953827 0.24830804765224457 +9.0 5.362436771392822 0.07257333397865295 -0.0562288798391819 0.20828646421432495 -0.09123942255973816 -0.06313979625701904 0.23638609051704407 +9.333333015441895 5.5621209144592285 0.06133348122239113 -0.26773762702941895 0.1398516744375229 -0.14945989847183228 -0.017184708267450333 0.27212685346603394 +9.666666984558105 5.754995346069336 0.00842340663075447 -0.23483936488628387 0.0961344838142395 -0.19563105702400208 -0.07928767800331116 0.21247786283493042 +10.0 5.949505805969238 -0.038113947957754135 -0.23151560127735138 0.05052078142762184 -0.2414751648902893 -0.1267486810684204 0.16524726152420044 +10.333333015441895 6.144169807434082 -0.08400454372167587 0.04223893582820892 0.07641827315092087 -0.22331416606903076 -0.24442735314369202 0.05530508607625961 +10.666666984558105 6.343991279602051 -0.07555926591157913 0.09613004326820374 0.09774372726678848 -0.20087122917175293 -0.24886226654052734 0.04975268989801407 +11.0 6.543067932128906 -0.056362852454185486 -0.046721190214157104 0.08179742097854614 -0.21787521243095398 -0.19452312588691711 0.10514950752258301 +11.333333015441895 6.742849826812744 -0.06570369005203247 0.010968245565891266 0.08702930808067322 -0.21295267343521118 -0.21843668818473816 0.08154529333114624 +11.666666984558105 6.942837715148926 -0.06351008266210556 0.09495572000741959 0.10951746255159378 -0.18913108110427856 -0.2365376353263855 0.06211090832948685 +12.0 7.141936779022217 -0.044547464698553085 0.16804498434066772 0.14515337347984314 -0.1506207138299942 -0.2342483103275299 0.06152578815817833 +12.333333015441895 7.3391194343566895 -0.011096421629190445 0.05392371118068695 0.1521599441766739 -0.1474040001630783 -0.17435277998447418 0.12521116435527802 +12.666666984558105 7.5388288497924805 -0.0003169039264321327 0.14187908172607422 0.18352679908275604 -0.11345882713794708 -0.18416060507297516 0.11282502114772797 +13.0 7.736819267272949 0.02796381339430809 0.11441384255886078 0.20552420616149902 -0.09251438081264496 -0.14959657192230225 0.14844200015068054 +13.333333015441895 7.935511589050293 0.050796691328287125 0.08675820380449295 0.22189487516880035 -0.07697679102420807 -0.1203014999628067 0.17857016623020172 +13.666666984558105 8.134758949279785 0.06812657415866852 0.11562353372573853 0.24596655368804932 -0.05203036218881607 -0.10971340537071228 0.1882835030555725 +14.0 8.333423614501953 0.09119979292154312 -0.03624929487705231 0.2320409119129181 -0.06776200979948044 -0.049641333520412445 0.2501615881919861 +14.333333015441895 8.533291816711426 0.08395151793956757 -0.10554971545934677 0.20677828788757324 -0.09155216813087463 -0.03887525200843811 0.25945520401000977 +14.666666984558105 8.732178688049316 0.0628807470202446 -0.2865380048751831 0.1361066997051239 -0.15166175365447998 -0.010345205664634705 0.27742326259613037 +15.0 8.92402458190918 0.00635412335395813 -0.19257546961307526 0.10573447495698929 -0.18871992826461792 -0.09302622824907303 0.20142817497253418 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/log.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/log.txt index bce85baed36414a6a4d576c2aeb5aa7555f1ef46..a847a2f0d3e11fc899aa1c9ee467a5da1d5a4213 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/log.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/log.txt @@ -1,447 +1,447 @@ -2025-04-27 16:41:20,294 [INFO] Simulating with mode cropfollow -2025-04-27 16:41:20,294 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:41:20,294 [INFO] [0.0, -0.024434780712721454, -0.022201906713023856, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:41:30,671 [INFO] Verification Begin -2025-04-27 16:41:30,671 [INFO] =============================================== +2025-04-27 20:24:12,201 [INFO] Simulating with mode cropfollow +2025-04-27 20:24:12,201 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:24:12,201 [INFO] [0.0, -0.08995449913567762, -0.05485446738197279, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:24:20,126 [INFO] Verification Begin +2025-04-27 20:24:20,126 [INFO] =============================================== Mode: 0 stack size: 1 remainTime: 15 -2025-04-27 16:41:30,671 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:24:20,126 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:41:30,671 [INFO] Simulating with mode cropfollow -2025-04-27 16:41:30,671 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:41:30,671 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:41:41,904 [INFO] Simulating with mode cropfollow -2025-04-27 16:41:41,904 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:41:41,904 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:41:51,977 [INFO] Simulating with mode cropfollow -2025-04-27 16:41:51,977 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:41:51,977 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:42:02,347 [INFO] Simulating with mode cropfollow -2025-04-27 16:42:02,347 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:42:02,347 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:42:12,941 [INFO] Simulating with mode cropfollow -2025-04-27 16:42:12,942 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:42:12,942 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:42:22,338 [INFO] Simulating with mode cropfollow -2025-04-27 16:42:22,338 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:42:22,338 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:42:32,529 [INFO] Simulating with mode cropfollow -2025-04-27 16:42:32,529 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:42:32,529 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:42:43,614 [INFO] Simulating with mode cropfollow -2025-04-27 16:42:43,614 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:42:43,614 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:42:54,580 [INFO] Simulating with mode cropfollow -2025-04-27 16:42:54,580 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:42:54,580 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:43:04,280 [INFO] Simulating with mode cropfollow -2025-04-27 16:43:04,280 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:43:04,280 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:43:14,898 [INFO] Simulating with mode cropfollow -2025-04-27 16:43:14,898 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:43:14,898 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:43:25,870 [INFO] 0 check bloated tube unknown -2025-04-27 16:43:25,870 [INFO] =============================================== +2025-04-27 20:24:20,126 [INFO] Simulating with mode cropfollow +2025-04-27 20:24:20,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:24:20,126 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:24:28,890 [INFO] Simulating with mode cropfollow +2025-04-27 20:24:28,890 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:24:28,890 [INFO] [0.0, 0.05966977411253924, -0.11641806118144818, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:24:37,150 [INFO] Simulating with mode cropfollow +2025-04-27 20:24:37,150 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:24:37,150 [INFO] [0.0, -0.040374738189717645, -0.03903895563433671, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:24:47,091 [INFO] Simulating with mode cropfollow +2025-04-27 20:24:47,091 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:24:47,091 [INFO] [0.0, -0.028141279572816355, 0.0906053342179482, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:24:55,281 [INFO] Simulating with mode cropfollow +2025-04-27 20:24:55,281 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:24:55,281 [INFO] [0.0, 0.008147474740590965, -0.1500450969935958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:25:03,128 [INFO] Simulating with mode cropfollow +2025-04-27 20:25:03,128 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:25:03,128 [INFO] [0.0, 0.0862990262710654, -0.09584224408898614, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:25:11,529 [INFO] Simulating with mode cropfollow +2025-04-27 20:25:11,530 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:25:11,530 [INFO] [0.0, -0.08119207340046344, 0.1003635585172934, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:25:20,643 [INFO] Simulating with mode cropfollow +2025-04-27 20:25:20,644 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:25:20,644 [INFO] [0.0, -0.049631608153551256, -0.07161424489960602, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:25:29,498 [INFO] Simulating with mode cropfollow +2025-04-27 20:25:29,498 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:25:29,498 [INFO] [0.0, -0.021590907391710074, 0.14385823329226938, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:25:37,279 [INFO] Simulating with mode cropfollow +2025-04-27 20:25:37,279 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:25:37,279 [INFO] [0.0, 0.00444310428027081, -0.14675009988967722, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:25:45,835 [INFO] Simulating with mode cropfollow +2025-04-27 20:25:45,835 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:25:45,835 [INFO] [0.0, 0.010257683591062383, 0.09923744003046958, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:25:53,529 [INFO] 0 check bloated tube unknown +2025-04-27 20:25:53,529 [INFO] =============================================== Mode: 0 stack size: 2 remainTime: 15 -2025-04-27 16:43:25,870 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:25:53,529 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:43:25,870 [INFO] Simulating with mode cropfollow -2025-04-27 16:43:25,870 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:43:25,870 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:43:36,615 [INFO] Simulating with mode cropfollow -2025-04-27 16:43:36,615 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:43:36,615 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:43:47,227 [INFO] Simulating with mode cropfollow -2025-04-27 16:43:47,227 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:43:47,227 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:43:58,171 [INFO] Simulating with mode cropfollow -2025-04-27 16:43:58,171 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:43:58,171 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:44:08,483 [INFO] Simulating with mode cropfollow -2025-04-27 16:44:08,483 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:44:08,483 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:44:18,344 [INFO] Simulating with mode cropfollow -2025-04-27 16:44:18,344 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:44:18,344 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:44:30,114 [INFO] Simulating with mode cropfollow -2025-04-27 16:44:30,114 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:44:30,114 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:44:40,927 [INFO] Simulating with mode cropfollow -2025-04-27 16:44:40,928 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:44:40,928 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:44:51,319 [INFO] Simulating with mode cropfollow -2025-04-27 16:44:51,319 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:44:51,319 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:45:02,900 [INFO] Simulating with mode cropfollow -2025-04-27 16:45:02,900 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:45:02,900 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:45:14,118 [INFO] Simulating with mode cropfollow -2025-04-27 16:45:14,118 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:45:14,118 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:45:24,082 [INFO] 0 check bloated tube unknown -2025-04-27 16:45:24,082 [INFO] =============================================== +2025-04-27 20:25:53,529 [INFO] Simulating with mode cropfollow +2025-04-27 20:25:53,529 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:25:53,529 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:26:02,210 [INFO] Simulating with mode cropfollow +2025-04-27 20:26:02,210 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:26:02,210 [INFO] [0.0, 0.05966977411253924, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:26:10,620 [INFO] Simulating with mode cropfollow +2025-04-27 20:26:10,620 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:26:10,620 [INFO] [0.0, -0.040374738189717645, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:26:20,369 [INFO] Simulating with mode cropfollow +2025-04-27 20:26:20,369 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:26:20,369 [INFO] [0.0, -0.028141279572816355, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:26:28,970 [INFO] Simulating with mode cropfollow +2025-04-27 20:26:28,970 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:26:28,970 [INFO] [0.0, 0.008147474740590965, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:26:37,248 [INFO] Simulating with mode cropfollow +2025-04-27 20:26:37,248 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:26:37,248 [INFO] [0.0, 0.0862990262710654, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:26:45,642 [INFO] Simulating with mode cropfollow +2025-04-27 20:26:45,642 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:26:45,642 [INFO] [0.0, -0.08119207340046344, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:26:55,045 [INFO] Simulating with mode cropfollow +2025-04-27 20:26:55,045 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:26:55,045 [INFO] [0.0, -0.049631608153551256, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:27:03,820 [INFO] Simulating with mode cropfollow +2025-04-27 20:27:03,821 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:27:03,821 [INFO] [0.0, -0.021590907391710074, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:27:11,393 [INFO] Simulating with mode cropfollow +2025-04-27 20:27:11,393 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:27:11,393 [INFO] [0.0, 0.00444310428027081, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:27:19,767 [INFO] Simulating with mode cropfollow +2025-04-27 20:27:19,767 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:27:19,767 [INFO] [0.0, 0.010257683591062383, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:27:27,448 [INFO] 0 check bloated tube unknown +2025-04-27 20:27:27,448 [INFO] =============================================== Mode: 0 stack size: 3 remainTime: 15 -2025-04-27 16:45:24,082 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:27:27,448 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:45:24,082 [INFO] Simulating with mode cropfollow -2025-04-27 16:45:24,082 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:45:24,082 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:45:34,575 [INFO] Simulating with mode cropfollow -2025-04-27 16:45:34,575 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:45:34,575 [INFO] [0.0, -0.05970379340443373, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:45:45,999 [INFO] Simulating with mode cropfollow -2025-04-27 16:45:45,999 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:45:45,999 [INFO] [0.0, -0.06733274819357485, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:45:58,486 [INFO] Simulating with mode cropfollow -2025-04-27 16:45:58,486 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:45:58,486 [INFO] [0.0, -0.011673550975651564, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:46:07,562 [INFO] Simulating with mode cropfollow -2025-04-27 16:46:07,562 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:46:07,562 [INFO] [0.0, -0.026871275662171776, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:46:18,722 [INFO] Simulating with mode cropfollow -2025-04-27 16:46:18,722 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:46:18,722 [INFO] [0.0, -0.06672855082008801, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:46:27,959 [INFO] Simulating with mode cropfollow -2025-04-27 16:46:27,959 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:46:27,959 [INFO] [0.0, -0.03617579397351467, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:46:37,963 [INFO] Simulating with mode cropfollow -2025-04-27 16:46:37,963 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:46:37,963 [INFO] [0.0, -0.05638339429569719, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:46:49,107 [INFO] Simulating with mode cropfollow -2025-04-27 16:46:49,107 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:46:49,107 [INFO] [0.0, -0.06366878070967813, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:47:00,271 [INFO] Simulating with mode cropfollow -2025-04-27 16:47:00,271 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:47:00,271 [INFO] [0.0, -0.06443678812717282, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:47:10,749 [INFO] Simulating with mode cropfollow -2025-04-27 16:47:10,749 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:47:10,749 [INFO] [0.0, -0.08402083221495917, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:47:21,792 [INFO] 0 check bloated tube unknown -2025-04-27 16:47:21,792 [INFO] =============================================== +2025-04-27 20:27:27,448 [INFO] Simulating with mode cropfollow +2025-04-27 20:27:27,448 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:27:27,448 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:27:36,133 [INFO] Simulating with mode cropfollow +2025-04-27 20:27:36,133 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:27:36,133 [INFO] [0.0, -0.020165112943730384, -0.1457090305907241, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:27:44,631 [INFO] Simulating with mode cropfollow +2025-04-27 20:27:44,631 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:27:44,631 [INFO] [0.0, -0.07018736909485883, -0.10701947781716835, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:27:54,313 [INFO] Simulating with mode cropfollow +2025-04-27 20:27:54,313 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:27:54,313 [INFO] [0.0, -0.06407063978640817, -0.042197332891025896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:28:02,939 [INFO] Simulating with mode cropfollow +2025-04-27 20:28:02,939 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:28:02,939 [INFO] [0.0, -0.04592626262970452, -0.1625225484967979, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:28:10,995 [INFO] Simulating with mode cropfollow +2025-04-27 20:28:10,995 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:28:10,995 [INFO] [0.0, -0.006850486864467306, -0.13542112204449308, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:28:19,391 [INFO] Simulating with mode cropfollow +2025-04-27 20:28:19,391 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:28:19,391 [INFO] [0.0, -0.09059603670023172, -0.0373182207413533, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:28:28,738 [INFO] Simulating with mode cropfollow +2025-04-27 20:28:28,738 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:28:28,738 [INFO] [0.0, -0.07481580407677563, -0.123307122449803, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:28:37,637 [INFO] Simulating with mode cropfollow +2025-04-27 20:28:37,637 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:28:37,637 [INFO] [0.0, -0.06079545369585504, -0.015570883353865306, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:28:45,211 [INFO] Simulating with mode cropfollow +2025-04-27 20:28:45,211 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:28:45,211 [INFO] [0.0, -0.0477784478598646, -0.16087504994483862, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:28:53,575 [INFO] Simulating with mode cropfollow +2025-04-27 20:28:53,575 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:28:53,575 [INFO] [0.0, -0.04487115820446881, -0.037881279984765204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:29:01,350 [INFO] 0 check bloated tube unknown +2025-04-27 20:29:01,350 [INFO] =============================================== Mode: 0 stack size: 4 remainTime: 15 -2025-04-27 16:47:21,792 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:29:01,350 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.05, 0.04375, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:47:21,792 [INFO] Simulating with mode cropfollow -2025-04-27 16:47:21,792 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:47:21,792 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:47:31,196 [INFO] Simulating with mode cropfollow -2025-04-27 16:47:31,197 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:47:31,197 [INFO] [0.0, -0.05970379340443373, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:47:41,639 [INFO] Simulating with mode cropfollow -2025-04-27 16:47:41,639 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:47:41,639 [INFO] [0.0, -0.06733274819357485, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:47:53,358 [INFO] Simulating with mode cropfollow -2025-04-27 16:47:53,358 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:47:53,358 [INFO] [0.0, -0.011673550975651564, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:48:03,802 [INFO] Simulating with mode cropfollow -2025-04-27 16:48:03,802 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:48:03,802 [INFO] [0.0, -0.026871275662171776, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:48:13,204 [INFO] Simulating with mode cropfollow -2025-04-27 16:48:13,204 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:48:13,204 [INFO] [0.0, -0.06672855082008801, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:48:23,934 [INFO] Simulating with mode cropfollow -2025-04-27 16:48:23,934 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:48:23,934 [INFO] [0.0, -0.03617579397351467, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:48:34,447 [INFO] Simulating with mode cropfollow -2025-04-27 16:48:34,447 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:48:34,447 [INFO] [0.0, -0.05638339429569719, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:48:44,636 [INFO] Simulating with mode cropfollow -2025-04-27 16:48:44,636 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:48:44,636 [INFO] [0.0, -0.06366878070967813, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:48:56,640 [INFO] Simulating with mode cropfollow -2025-04-27 16:48:56,640 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:48:56,640 [INFO] [0.0, -0.06443678812717282, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:49:08,639 [INFO] Simulating with mode cropfollow -2025-04-27 16:49:08,640 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:49:08,640 [INFO] [0.0, -0.08402083221495917, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:49:19,805 [INFO] 0 check bloated tube unknown -2025-04-27 16:49:19,805 [INFO] =============================================== +2025-04-27 20:29:01,350 [INFO] Simulating with mode cropfollow +2025-04-27 20:29:01,350 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:29:01,350 [INFO] [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:29:10,181 [INFO] Simulating with mode cropfollow +2025-04-27 20:29:10,182 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:29:10,182 [INFO] [0.0, -0.020165112943730384, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:29:18,499 [INFO] Simulating with mode cropfollow +2025-04-27 20:29:18,499 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:29:18,499 [INFO] [0.0, -0.07018736909485883, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:29:28,449 [INFO] Simulating with mode cropfollow +2025-04-27 20:29:28,449 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:29:28,449 [INFO] [0.0, -0.06407063978640817, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:29:37,199 [INFO] Simulating with mode cropfollow +2025-04-27 20:29:37,199 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:29:37,199 [INFO] [0.0, -0.04592626262970452, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:29:45,210 [INFO] Simulating with mode cropfollow +2025-04-27 20:29:45,210 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:29:45,210 [INFO] [0.0, -0.006850486864467306, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:29:53,461 [INFO] Simulating with mode cropfollow +2025-04-27 20:29:53,461 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:29:53,461 [INFO] [0.0, -0.09059603670023172, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:30:02,911 [INFO] Simulating with mode cropfollow +2025-04-27 20:30:02,911 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:30:02,911 [INFO] [0.0, -0.07481580407677563, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:30:11,502 [INFO] Simulating with mode cropfollow +2025-04-27 20:30:11,502 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:30:11,502 [INFO] [0.0, -0.06079545369585504, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:30:19,173 [INFO] Simulating with mode cropfollow +2025-04-27 20:30:19,173 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:30:19,173 [INFO] [0.0, -0.0477784478598646, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:30:27,596 [INFO] Simulating with mode cropfollow +2025-04-27 20:30:27,596 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:30:27,596 [INFO] [0.0, -0.04487115820446881, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:30:35,240 [INFO] 0 check bloated tube unknown +2025-04-27 20:30:35,240 [INFO] =============================================== Mode: 0 stack size: 5 remainTime: 15 -2025-04-27 16:49:19,805 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:30:35,240 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.025, 0.04375, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:49:19,805 [INFO] Simulating with mode cropfollow -2025-04-27 16:49:19,805 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:49:19,805 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:49:29,905 [INFO] Simulating with mode cropfollow -2025-04-27 16:49:29,905 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:49:29,905 [INFO] [0.0, -0.07985189670221687, -0.09616668619487694, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:49:40,156 [INFO] Simulating with mode cropfollow -2025-04-27 16:49:40,156 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:49:40,156 [INFO] [0.0, -0.08366637409678743, -0.14869923748234382, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:49:51,107 [INFO] Simulating with mode cropfollow -2025-04-27 16:49:51,107 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:49:51,107 [INFO] [0.0, -0.055836775487825785, -0.11739543519643758, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:50:01,808 [INFO] Simulating with mode cropfollow -2025-04-27 16:50:01,809 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:50:01,809 [INFO] [0.0, -0.06343563783108588, -0.09288706073654998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:50:11,781 [INFO] Simulating with mode cropfollow -2025-04-27 16:50:11,782 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:50:11,782 [INFO] [0.0, -0.08336427541004401, -0.14839701623437349, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:50:21,936 [INFO] Simulating with mode cropfollow -2025-04-27 16:50:21,936 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:50:21,936 [INFO] [0.0, -0.06808789698675734, -0.1553308564879295, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:50:33,302 [INFO] Simulating with mode cropfollow -2025-04-27 16:50:33,303 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:50:33,303 [INFO] [0.0, -0.0781916971478486, -0.1141302213513524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:50:44,125 [INFO] Simulating with mode cropfollow -2025-04-27 16:50:44,126 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:50:44,126 [INFO] [0.0, -0.08183439035483907, -0.1436638886519967, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:50:55,101 [INFO] Simulating with mode cropfollow -2025-04-27 16:50:55,101 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:50:55,101 [INFO] [0.0, -0.08221839406358641, -0.15815099897709167, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:51:05,710 [INFO] Simulating with mode cropfollow -2025-04-27 16:51:05,710 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:51:05,710 [INFO] [0.0, -0.09201041610747959, -0.13764398528904498, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:51:16,274 [INFO] 0 check bloated tube unknown -2025-04-27 16:51:16,274 [INFO] =============================================== +2025-04-27 20:30:35,240 [INFO] Simulating with mode cropfollow +2025-04-27 20:30:35,240 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:30:35,240 [INFO] [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:30:44,213 [INFO] Simulating with mode cropfollow +2025-04-27 20:30:44,213 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:30:44,213 [INFO] [0.0, -0.060082556471865195, -0.16035451529536204, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:30:52,747 [INFO] Simulating with mode cropfollow +2025-04-27 20:30:52,748 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:30:52,748 [INFO] [0.0, -0.08509368454742941, -0.14100973890858418, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:31:02,674 [INFO] Simulating with mode cropfollow +2025-04-27 20:31:02,674 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:31:02,674 [INFO] [0.0, -0.08203531989320409, -0.10859866644551294, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:31:11,135 [INFO] Simulating with mode cropfollow +2025-04-27 20:31:11,135 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:31:11,135 [INFO] [0.0, -0.07296313131485227, -0.16876127424839896, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:31:19,274 [INFO] Simulating with mode cropfollow +2025-04-27 20:31:19,274 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:31:19,274 [INFO] [0.0, -0.053425243432233656, -0.15521056102224653, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:31:27,672 [INFO] Simulating with mode cropfollow +2025-04-27 20:31:27,672 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:31:27,672 [INFO] [0.0, -0.09529801835011587, -0.10615911037067664, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:31:37,152 [INFO] Simulating with mode cropfollow +2025-04-27 20:31:37,152 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:31:37,152 [INFO] [0.0, -0.08740790203838782, -0.1491535612249015, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:31:46,226 [INFO] Simulating with mode cropfollow +2025-04-27 20:31:46,226 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:31:46,226 [INFO] [0.0, -0.08039772684792752, -0.09528544167693265, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:31:54,292 [INFO] Simulating with mode cropfollow +2025-04-27 20:31:54,292 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:31:54,292 [INFO] [0.0, -0.0738892239299323, -0.1679375249724193, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:32:02,848 [INFO] Simulating with mode cropfollow +2025-04-27 20:32:02,848 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:32:02,848 [INFO] [0.0, -0.07243557910223442, -0.1064406399923826, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:32:10,593 [INFO] 0 check bloated tube unknown +2025-04-27 20:32:10,593 [INFO] =============================================== Mode: 0 stack size: 6 remainTime: 15 -2025-04-27 16:51:16,274 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:32:10,593 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.05, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.025, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:51:16,274 [INFO] Simulating with mode cropfollow -2025-04-27 16:51:16,274 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:51:16,274 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:51:28,439 [INFO] Simulating with mode cropfollow -2025-04-27 16:51:28,439 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:51:28,439 [INFO] [0.0, -0.07985189670221687, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:51:38,290 [INFO] Simulating with mode cropfollow -2025-04-27 16:51:38,290 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:51:38,290 [INFO] [0.0, -0.08366637409678743, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:51:49,654 [INFO] Simulating with mode cropfollow -2025-04-27 16:51:49,654 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:51:49,654 [INFO] [0.0, -0.055836775487825785, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:52:00,915 [INFO] Simulating with mode cropfollow -2025-04-27 16:52:00,915 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:52:00,915 [INFO] [0.0, -0.06343563783108588, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:52:12,335 [INFO] Simulating with mode cropfollow -2025-04-27 16:52:12,335 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:52:12,335 [INFO] [0.0, -0.08336427541004401, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:52:24,038 [INFO] Simulating with mode cropfollow -2025-04-27 16:52:24,038 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:52:24,038 [INFO] [0.0, -0.06808789698675734, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:52:34,843 [INFO] Simulating with mode cropfollow -2025-04-27 16:52:34,843 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:52:34,843 [INFO] [0.0, -0.0781916971478486, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:52:45,324 [INFO] Simulating with mode cropfollow -2025-04-27 16:52:45,324 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:52:45,324 [INFO] [0.0, -0.08183439035483907, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:52:55,779 [INFO] Simulating with mode cropfollow -2025-04-27 16:52:55,779 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:52:55,779 [INFO] [0.0, -0.08221839406358641, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:53:06,493 [INFO] Simulating with mode cropfollow -2025-04-27 16:53:06,493 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:53:06,493 [INFO] [0.0, -0.09201041610747959, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:53:16,046 [INFO] 0 check bloated tube unknown -2025-04-27 16:53:16,046 [INFO] =============================================== +2025-04-27 20:32:10,593 [INFO] Simulating with mode cropfollow +2025-04-27 20:32:10,593 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:32:10,593 [INFO] [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:32:19,439 [INFO] Simulating with mode cropfollow +2025-04-27 20:32:19,439 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:32:19,439 [INFO] [0.0, -0.060082556471865195, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:32:27,787 [INFO] Simulating with mode cropfollow +2025-04-27 20:32:27,787 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:32:27,787 [INFO] [0.0, -0.08509368454742941, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:32:37,529 [INFO] Simulating with mode cropfollow +2025-04-27 20:32:37,529 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:32:37,529 [INFO] [0.0, -0.08203531989320409, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:32:45,791 [INFO] Simulating with mode cropfollow +2025-04-27 20:32:45,791 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:32:45,791 [INFO] [0.0, -0.07296313131485227, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:32:53,921 [INFO] Simulating with mode cropfollow +2025-04-27 20:32:53,921 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:32:53,921 [INFO] [0.0, -0.053425243432233656, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:33:02,391 [INFO] Simulating with mode cropfollow +2025-04-27 20:33:02,392 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:33:02,392 [INFO] [0.0, -0.09529801835011587, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:33:12,109 [INFO] Simulating with mode cropfollow +2025-04-27 20:33:12,109 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:33:12,109 [INFO] [0.0, -0.08740790203838782, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:33:20,894 [INFO] Simulating with mode cropfollow +2025-04-27 20:33:20,894 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:33:20,894 [INFO] [0.0, -0.08039772684792752, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:33:28,761 [INFO] Simulating with mode cropfollow +2025-04-27 20:33:28,761 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:33:28,761 [INFO] [0.0, -0.0738892239299323, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:33:36,831 [INFO] Simulating with mode cropfollow +2025-04-27 20:33:36,831 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:33:36,831 [INFO] [0.0, -0.07243557910223442, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:33:44,684 [INFO] 0 check bloated tube unknown +2025-04-27 20:33:44,684 [INFO] =============================================== Mode: 0 stack size: 7 remainTime: 15 -2025-04-27 16:53:16,046 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:33:44,684 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.07500000000000001, -0.13124999999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.012499999999999997, 0.021875000000000006, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:53:16,046 [INFO] Simulating with mode cropfollow -2025-04-27 16:53:16,046 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:53:16,046 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:53:27,238 [INFO] Simulating with mode cropfollow -2025-04-27 16:53:27,238 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:53:27,238 [INFO] [0.0, -0.08992594835110844, -0.13558334309743844, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:53:38,049 [INFO] Simulating with mode cropfollow -2025-04-27 16:53:38,049 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:53:38,049 [INFO] [0.0, -0.09183318704839372, -0.1618496187411719, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:53:50,008 [INFO] Simulating with mode cropfollow -2025-04-27 16:53:50,008 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:53:50,008 [INFO] [0.0, -0.0779183877439129, -0.14619771759821878, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:54:01,128 [INFO] Simulating with mode cropfollow -2025-04-27 16:54:01,128 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:54:01,128 [INFO] [0.0, -0.08171781891554296, -0.13394353036827497, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:54:12,093 [INFO] Simulating with mode cropfollow -2025-04-27 16:54:12,093 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:54:12,093 [INFO] [0.0, -0.09168213770502201, -0.16169850811718672, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:54:22,654 [INFO] Simulating with mode cropfollow -2025-04-27 16:54:22,655 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:54:22,655 [INFO] [0.0, -0.08404394849337868, -0.16516542824396474, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:54:33,296 [INFO] Simulating with mode cropfollow -2025-04-27 16:54:33,296 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:54:33,297 [INFO] [0.0, -0.0890958485739243, -0.14456511067567618, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:54:45,066 [INFO] Simulating with mode cropfollow -2025-04-27 16:54:45,066 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:54:45,066 [INFO] [0.0, -0.09091719517741953, -0.15933194432599834, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:54:56,400 [INFO] Simulating with mode cropfollow -2025-04-27 16:54:56,400 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:54:56,400 [INFO] [0.0, -0.09110919703179321, -0.16657549948854583, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:55:07,748 [INFO] Simulating with mode cropfollow -2025-04-27 16:55:07,748 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:55:07,748 [INFO] [0.0, -0.0960052080537398, -0.15632199264452248, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:55:19,686 [INFO] 0 check bloated tube unknown -2025-04-27 16:55:19,686 [INFO] =============================================== +2025-04-27 20:33:44,684 [INFO] Simulating with mode cropfollow +2025-04-27 20:33:44,684 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:33:44,684 [INFO] [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:33:53,682 [INFO] Simulating with mode cropfollow +2025-04-27 20:33:53,682 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:33:53,682 [INFO] [0.0, -0.0800412782359326, -0.16767725764768102, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:34:02,321 [INFO] Simulating with mode cropfollow +2025-04-27 20:34:02,321 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:34:02,321 [INFO] [0.0, -0.09254684227371471, -0.15800486945429207, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:34:12,610 [INFO] Simulating with mode cropfollow +2025-04-27 20:34:12,610 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:34:12,610 [INFO] [0.0, -0.09101765994660205, -0.14179933322275645, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:34:21,111 [INFO] Simulating with mode cropfollow +2025-04-27 20:34:21,112 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:34:21,112 [INFO] [0.0, -0.08648156565742614, -0.17188063712419946, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:34:29,207 [INFO] Simulating with mode cropfollow +2025-04-27 20:34:29,207 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:34:29,207 [INFO] [0.0, -0.07671262171611684, -0.16510528051112325, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:34:37,477 [INFO] Simulating with mode cropfollow +2025-04-27 20:34:37,477 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:34:37,477 [INFO] [0.0, -0.09764900917505794, -0.1405795551853383, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:34:46,821 [INFO] Simulating with mode cropfollow +2025-04-27 20:34:46,821 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:34:46,821 [INFO] [0.0, -0.09370395101919392, -0.16207678061245073, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:34:55,553 [INFO] Simulating with mode cropfollow +2025-04-27 20:34:55,553 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:34:55,553 [INFO] [0.0, -0.09019886342396377, -0.1351427208384663, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:35:03,423 [INFO] Simulating with mode cropfollow +2025-04-27 20:35:03,423 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:35:03,423 [INFO] [0.0, -0.08694461196496615, -0.17146876248620965, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:35:11,627 [INFO] Simulating with mode cropfollow +2025-04-27 20:35:11,627 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:35:11,627 [INFO] [0.0, -0.08621778955111721, -0.14072031999619128, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:35:19,556 [INFO] 0 check bloated tube unknown +2025-04-27 20:35:19,556 [INFO] =============================================== Mode: 0 stack size: 8 remainTime: 15 -2025-04-27 16:55:19,686 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:35:19,556 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.07500000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.012499999999999997, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:55:19,686 [INFO] Simulating with mode cropfollow -2025-04-27 16:55:19,686 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:55:19,686 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:55:30,630 [INFO] Simulating with mode cropfollow -2025-04-27 16:55:30,630 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:55:30,630 [INFO] [0.0, -0.08992594835110844, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:55:41,842 [INFO] Simulating with mode cropfollow -2025-04-27 16:55:41,842 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:55:41,843 [INFO] [0.0, -0.09183318704839372, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:55:53,468 [INFO] Simulating with mode cropfollow -2025-04-27 16:55:53,468 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:55:53,468 [INFO] [0.0, -0.0779183877439129, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:56:04,918 [INFO] Simulating with mode cropfollow -2025-04-27 16:56:04,918 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:56:04,918 [INFO] [0.0, -0.08171781891554296, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:56:16,775 [INFO] Simulating with mode cropfollow -2025-04-27 16:56:16,775 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:56:16,775 [INFO] [0.0, -0.09168213770502201, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:56:26,812 [INFO] Simulating with mode cropfollow -2025-04-27 16:56:26,812 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:56:26,812 [INFO] [0.0, -0.08404394849337868, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:56:38,418 [INFO] Simulating with mode cropfollow -2025-04-27 16:56:38,418 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:56:38,418 [INFO] [0.0, -0.0890958485739243, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:56:50,040 [INFO] Simulating with mode cropfollow -2025-04-27 16:56:50,040 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:56:50,040 [INFO] [0.0, -0.09091719517741953, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:57:01,158 [INFO] Simulating with mode cropfollow -2025-04-27 16:57:01,158 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:57:01,158 [INFO] [0.0, -0.09110919703179321, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:57:11,508 [INFO] Simulating with mode cropfollow -2025-04-27 16:57:11,508 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:57:11,508 [INFO] [0.0, -0.0960052080537398, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:57:22,293 [INFO] 0 check bloated tube unknown -2025-04-27 16:57:22,293 [INFO] =============================================== +2025-04-27 20:35:19,556 [INFO] Simulating with mode cropfollow +2025-04-27 20:35:19,556 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:35:19,556 [INFO] [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:35:28,224 [INFO] Simulating with mode cropfollow +2025-04-27 20:35:28,224 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:35:28,224 [INFO] [0.0, -0.0800412782359326, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:35:36,764 [INFO] Simulating with mode cropfollow +2025-04-27 20:35:36,765 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:35:36,765 [INFO] [0.0, -0.09254684227371471, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:35:46,349 [INFO] Simulating with mode cropfollow +2025-04-27 20:35:46,349 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:35:46,349 [INFO] [0.0, -0.09101765994660205, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:35:54,625 [INFO] Simulating with mode cropfollow +2025-04-27 20:35:54,625 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:35:54,625 [INFO] [0.0, -0.08648156565742614, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:36:02,809 [INFO] Simulating with mode cropfollow +2025-04-27 20:36:02,809 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:36:02,809 [INFO] [0.0, -0.07671262171611684, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:36:11,026 [INFO] Simulating with mode cropfollow +2025-04-27 20:36:11,026 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:36:11,026 [INFO] [0.0, -0.09764900917505794, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:36:20,299 [INFO] Simulating with mode cropfollow +2025-04-27 20:36:20,299 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:36:20,299 [INFO] [0.0, -0.09370395101919392, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:36:28,885 [INFO] Simulating with mode cropfollow +2025-04-27 20:36:28,885 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:36:28,885 [INFO] [0.0, -0.09019886342396377, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:36:36,693 [INFO] Simulating with mode cropfollow +2025-04-27 20:36:36,693 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:36:36,693 [INFO] [0.0, -0.08694461196496615, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:36:44,921 [INFO] Simulating with mode cropfollow +2025-04-27 20:36:44,921 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:36:44,921 [INFO] [0.0, -0.08621778955111721, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:36:52,673 [INFO] 0 check bloated tube unknown +2025-04-27 20:36:52,673 [INFO] =============================================== Mode: 0 stack size: 9 remainTime: 15 -2025-04-27 16:57:22,293 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:36:52,673 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.08750000000000001, -0.15312499999999998, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.006249999999999999, 0.010937500000000003, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:57:22,293 [INFO] Simulating with mode cropfollow -2025-04-27 16:57:22,293 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:57:22,293 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:57:31,274 [INFO] Simulating with mode cropfollow -2025-04-27 16:57:31,274 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:57:31,274 [INFO] [0.0, -0.09496297417555422, -0.15529167154871923, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:57:41,143 [INFO] Simulating with mode cropfollow -2025-04-27 16:57:41,143 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:57:41,143 [INFO] [0.0, -0.09591659352419686, -0.16842480937058593, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:57:50,693 [INFO] Simulating with mode cropfollow -2025-04-27 16:57:50,693 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:57:50,693 [INFO] [0.0, -0.08895919387195646, -0.16059885879910937, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:58:01,412 [INFO] Simulating with mode cropfollow -2025-04-27 16:58:01,412 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:58:01,412 [INFO] [0.0, -0.09085890945777148, -0.15447176518413747, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:58:11,285 [INFO] Simulating with mode cropfollow -2025-04-27 16:58:11,286 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:58:11,286 [INFO] [0.0, -0.09584106885251101, -0.16834925405859336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:58:23,104 [INFO] Simulating with mode cropfollow -2025-04-27 16:58:23,104 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:58:23,104 [INFO] [0.0, -0.09202197424668934, -0.17008271412198236, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:58:33,088 [INFO] Simulating with mode cropfollow -2025-04-27 16:58:33,088 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:58:33,088 [INFO] [0.0, -0.09454792428696215, -0.15978255533783808, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:58:43,138 [INFO] Simulating with mode cropfollow -2025-04-27 16:58:43,138 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:58:43,138 [INFO] [0.0, -0.09545859758870977, -0.16716597216299917, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:58:53,189 [INFO] Simulating with mode cropfollow -2025-04-27 16:58:53,189 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:58:53,189 [INFO] [0.0, -0.09555459851589661, -0.1707877497442729, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:59:03,854 [INFO] Simulating with mode cropfollow -2025-04-27 16:59:03,855 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:59:03,855 [INFO] [0.0, -0.0980026040268699, -0.16566099632226122, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:59:14,583 [INFO] 0 check bloated tube unknown -2025-04-27 16:59:14,583 [INFO] =============================================== +2025-04-27 20:36:52,673 [INFO] Simulating with mode cropfollow +2025-04-27 20:36:52,673 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:36:52,674 [INFO] [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:37:01,354 [INFO] Simulating with mode cropfollow +2025-04-27 20:37:01,354 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:37:01,354 [INFO] [0.0, -0.0900206391179663, -0.1713386288238405, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:37:10,030 [INFO] Simulating with mode cropfollow +2025-04-27 20:37:10,030 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:37:10,030 [INFO] [0.0, -0.09627342113685736, -0.16650243472714604, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:37:20,153 [INFO] Simulating with mode cropfollow +2025-04-27 20:37:20,153 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:37:20,153 [INFO] [0.0, -0.09550882997330103, -0.15839966661137822, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:37:28,783 [INFO] Simulating with mode cropfollow +2025-04-27 20:37:28,783 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:37:28,783 [INFO] [0.0, -0.09324078282871306, -0.17344031856209974, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:37:37,180 [INFO] Simulating with mode cropfollow +2025-04-27 20:37:37,180 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:37:37,180 [INFO] [0.0, -0.08835631085805842, -0.17005264025556163, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:37:45,702 [INFO] Simulating with mode cropfollow +2025-04-27 20:37:45,702 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:37:45,702 [INFO] [0.0, -0.09882450458752898, -0.15778977759266916, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:37:55,277 [INFO] Simulating with mode cropfollow +2025-04-27 20:37:55,277 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:37:55,277 [INFO] [0.0, -0.09685197550959695, -0.16853839030622536, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:38:04,178 [INFO] Simulating with mode cropfollow +2025-04-27 20:38:04,178 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:38:04,178 [INFO] [0.0, -0.09509943171198189, -0.15507136041923314, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:38:12,322 [INFO] Simulating with mode cropfollow +2025-04-27 20:38:12,322 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:38:12,322 [INFO] [0.0, -0.09347230598248309, -0.1732343812431048, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:38:21,143 [INFO] Simulating with mode cropfollow +2025-04-27 20:38:21,143 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:38:21,143 [INFO] [0.0, -0.09310889477555861, -0.15786015999809563, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:38:29,401 [INFO] 0 check bloated tube unknown +2025-04-27 20:38:29,401 [INFO] =============================================== Mode: 0 stack size: 10 remainTime: 15 -2025-04-27 16:59:14,583 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:38:29,401 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.08750000000000001, -0.1640625, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.006249999999999999, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:59:14,583 [INFO] Simulating with mode cropfollow -2025-04-27 16:59:14,583 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:59:14,583 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:59:25,879 [INFO] Simulating with mode cropfollow -2025-04-27 16:59:25,880 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:59:25,880 [INFO] [0.0, -0.09496297417555422, -0.16514583577435962, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:59:37,053 [INFO] Simulating with mode cropfollow -2025-04-27 16:59:37,053 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:59:37,053 [INFO] [0.0, -0.09591659352419686, -0.17171240468529297, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:59:47,119 [INFO] Simulating with mode cropfollow -2025-04-27 16:59:47,119 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:59:47,119 [INFO] [0.0, -0.08895919387195646, -0.1677994293995547, 0.0, 0.0, 0.0, 0.0] -2025-04-27 16:59:59,039 [INFO] Simulating with mode cropfollow -2025-04-27 16:59:59,039 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 16:59:59,039 [INFO] [0.0, -0.09085890945777148, -0.16473588259206876, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:00:08,964 [INFO] Simulating with mode cropfollow -2025-04-27 17:00:08,965 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:00:08,965 [INFO] [0.0, -0.09584106885251101, -0.17167462702929667, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:00:18,927 [INFO] Simulating with mode cropfollow -2025-04-27 17:00:18,927 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:00:18,927 [INFO] [0.0, -0.09202197424668934, -0.1725413570609912, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:00:29,746 [INFO] Simulating with mode cropfollow -2025-04-27 17:00:29,746 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:00:29,746 [INFO] [0.0, -0.09454792428696215, -0.16739127766891904, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:00:40,352 [INFO] Simulating with mode cropfollow -2025-04-27 17:00:40,352 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:00:40,352 [INFO] [0.0, -0.09545859758870977, -0.17108298608149958, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:00:50,766 [INFO] Simulating with mode cropfollow -2025-04-27 17:00:50,766 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:00:50,766 [INFO] [0.0, -0.09555459851589661, -0.17289387487213645, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:01:02,263 [INFO] Simulating with mode cropfollow -2025-04-27 17:01:02,263 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:01:02,263 [INFO] [0.0, -0.0980026040268699, -0.1703304981611306, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:01:13,006 [INFO] 0 check bloated tube unknown -2025-04-27 17:01:13,006 [INFO] =============================================== +2025-04-27 20:38:29,401 [INFO] Simulating with mode cropfollow +2025-04-27 20:38:29,401 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:38:29,401 [INFO] [0.0, -0.09375, -0.16953125, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:38:38,678 [INFO] Simulating with mode cropfollow +2025-04-27 20:38:38,678 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:38:38,678 [INFO] [0.0, -0.0900206391179663, -0.17316931441192024, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:38:47,694 [INFO] Simulating with mode cropfollow +2025-04-27 20:38:47,694 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:38:47,694 [INFO] [0.0, -0.09627342113685736, -0.17075121736357302, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:38:58,170 [INFO] Simulating with mode cropfollow +2025-04-27 20:38:58,170 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:38:58,170 [INFO] [0.0, -0.09550882997330103, -0.1666998333056891, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:39:07,019 [INFO] Simulating with mode cropfollow +2025-04-27 20:39:07,020 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:39:07,020 [INFO] [0.0, -0.09324078282871306, -0.17422015928104986, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:39:15,696 [INFO] Simulating with mode cropfollow +2025-04-27 20:39:15,696 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:39:15,696 [INFO] [0.0, -0.08835631085805842, -0.1725263201277808, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:39:24,328 [INFO] Simulating with mode cropfollow +2025-04-27 20:39:24,328 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:39:24,328 [INFO] [0.0, -0.09882450458752898, -0.16639488879633457, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:39:34,028 [INFO] Simulating with mode cropfollow +2025-04-27 20:39:34,028 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:39:34,028 [INFO] [0.0, -0.09685197550959695, -0.17176919515311267, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:39:43,130 [INFO] Simulating with mode cropfollow +2025-04-27 20:39:43,130 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:39:43,130 [INFO] [0.0, -0.09509943171198189, -0.1650356802096166, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:39:51,055 [INFO] Simulating with mode cropfollow +2025-04-27 20:39:51,055 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:39:51,055 [INFO] [0.0, -0.09347230598248309, -0.1741171906215524, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:39:59,712 [INFO] Simulating with mode cropfollow +2025-04-27 20:39:59,712 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 1.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:39:59,712 [INFO] [0.0, -0.09310889477555861, -0.16643007999904783, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:40:07,734 [INFO] 0 check bloated tube unknown +2025-04-27 20:40:07,734 [INFO] =============================================== Mode: 0 stack size: 11 remainTime: 15 -2025-04-27 17:01:13,006 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:40:07,734 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] Upper Bound: [0.0, -0.09375, -0.1640625, 0.0, 0.0, 0.0, 0.0] Delta: [0.0, 0.0031250000000000028, 0.0054687499999999944, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:01:13,006 [INFO] 0 is not valid anymore -2025-04-27 17:01:13,006 [INFO] Hit refine threshold, system halt, result unknown -2025-04-27 17:01:13,006 [INFO] simulation time: 10.376747846603394 -2025-04-27 17:01:13,006 [INFO] verification time: 1182.3353049755096 +2025-04-27 20:40:07,734 [INFO] 0 is not valid anymore +2025-04-27 20:40:07,734 [INFO] Hit refine threshold, system halt, result unknown +2025-04-27 20:40:07,734 [INFO] simulation time: 7.925096750259399 +2025-04-27 20:40:07,734 [INFO] verification time: 947.6087777614594 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/results.json b/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/results.json index eef471fd62849f77389eea7fa6605570e998f149..52300b6d32edad6a4317257c93864f6d3d7be6c4 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/results.json +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose1_00__heading0_00/results.json @@ -1,7 +1,7 @@ { "safety": "UNKNOWN", - "sim_time": 10.376747846603394, - "verification_time": 1182.3353049755096, + "sim_time": 7.925096750259399, + "verification_time": 947.6087777614594, "refine_time": null, - "total_time": 1193.264731645584 + "total_time": 956.0950841903687 } \ No newline at end of file diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/Traj.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/Traj.txt index 1608f5df1ea290cf47834591dc17d45ebaf41cc5..a3fc3aafb22ea51f317eaa676769e80b542d1de6 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/Traj.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/Traj.txt @@ -1,47 +1,47 @@ -cropfollow/pn=[2.00:0.00]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 -0.026602838188409805 -0.13113591074943542 0.08941918611526489 -0.20800504088401794 -0.1426248550415039 0.15479937195777893 -0.3333333432674408 0.19828282296657562 -0.05275491625070572 -0.04193703830242157 0.08663200587034225 -0.2131042182445526 -0.1921418309211731 0.10759439319372177 -0.6666666865348816 0.39810699224472046 -0.06113986670970917 0.024503648281097412 0.09494040906429291 -0.20496954023838043 -0.21722014248371124 0.0826898068189621 -1.0 0.5980469584465027 -0.05623962730169296 0.129967600107193 0.12489578872919083 -0.17257404327392578 -0.23737505078315735 0.06009478121995926 -1.3333333730697632 0.796360194683075 -0.030319223180413246 0.22914671897888184 0.17254652082920074 -0.11961165815591812 -0.23318497836589813 0.05897321552038193 -1.6666666269302368 0.9911323189735413 0.015110107138752937 0.17155805230140686 0.20558753609657288 -0.09000846743583679 -0.1753673255443573 0.12022867798805237 -2.0 1.1881963014602661 0.04925365746021271 0.1538732647895813 0.23579809069633484 -0.060657382011413574 -0.13729077577590942 0.159164696931839 -2.3333332538604736 1.3858332633972168 0.07990701496601105 0.08741610497236252 0.25116047263145447 -0.04769402742385864 -0.09134644269943237 0.20750805735588074 -2.6666667461395264 1.5850696563720703 0.09736797958612442 0.026871077716350555 0.2540307939052582 -0.045860908925533295 -0.059294842183589935 0.24059686064720154 -3.0 1.7849974632263184 0.1027415469288826 -0.03650211542844772 0.24351811408996582 -0.05628203600645065 -0.03803502768278122 0.26176512241363525 -3.3333332538604736 1.9848642349243164 0.0954427421092987 -0.08673660457134247 0.22322188317775726 -0.07565034925937653 -0.03233639895915985 0.26653581857681274 -3.6666667461395264 2.184112310409546 0.07811716198921204 -0.10302920639514923 0.20160998404026031 -0.09679917991161346 -0.04537566006183624 0.25303351879119873 -4.0 2.383051872253418 0.05754775553941727 -0.005176901817321777 0.20625153183937073 -0.09374446421861649 -0.0911560133099556 0.20883998274803162 -4.333333492279053 2.5830492973327637 0.05651237815618515 0.008796636946499348 0.20870572328567505 -0.09128270298242569 -0.09568095952272415 0.2043074667453766 -4.666666507720947 2.783041477203369 0.058271683752536774 0.07831978052854538 0.22737181186676025 -0.07170858234167099 -0.1108284518122673 0.18825194239616394 -5.0 2.9824283123016357 0.0739196315407753 0.149900421500206 0.25957244634628296 -0.0370633527636528 -0.11173319071531296 0.1849026083946228 -5.333333492279053 3.180185556411743 0.10378757119178772 0.08562356233596802 0.2746177911758423 -0.024283170700073242 -0.06704264879226685 0.23185831308364868 -5.666666507720947 3.37945294380188 0.12089136987924576 -0.049719423055648804 0.25828126072883606 -0.04134800285100937 -0.01649852842092514 0.2831307351589203 -6.0 3.5792057514190674 0.11095158010721207 -0.05799827724695206 0.24620792269706726 -0.05328764766454697 -0.024304769933223724 0.2751908004283905 -6.333333492279053 3.778869390487671 0.09935842454433441 -0.032775092869997025 0.24108557403087616 -0.058753326535224915 -0.042368724942207336 0.25747019052505493 -6.666666507720947 3.978761911392212 0.09280458092689514 -0.08563542366027832 0.2208722084760666 -0.07802845537662506 -0.035263046622276306 0.26363760232925415 -7.0 4.1780290603637695 0.07569842040538788 -0.17405666410923004 0.18013718724250793 -0.11532992124557495 -0.028740346431732178 0.2667267620563507 -7.333333492279053 4.375007152557373 0.04106258973479271 -0.22605420649051666 0.13121287524700165 -0.1611546277999878 -0.04908769950270653 0.2432798147201538 -7.666666507720947 4.569918632507324 -0.003764186054468155 -0.2673594057559967 0.07486020028591156 -0.21448135375976562 -0.08238857984542847 0.2069529891014099 -8.0 4.762813091278076 -0.056601304560899734 -0.30877214670181274 0.010332535952329636 -0.2754797041416168 -0.1235351413488388 0.16227708756923676 -8.333333015441895 4.953354358673096 -0.11737912893295288 -0.2332616001367569 -0.029229477047920227 -0.3211047649383545 -0.20552878081798553 0.08634652197360992 -8.666666984558105 5.147937774658203 -0.16360953450202942 -0.1677568405866623 -0.05745802819728851 -0.3532465696334839 -0.26976102590560913 0.026027515530586243 -9.0 5.34512996673584 -0.19700375199317932 -0.0672813355922699 -0.06415076553821564 -0.363472044467926 -0.3298567533493042 -0.03053547441959381 -9.333333015441895 5.544677257537842 -0.21044987440109253 -0.08412376046180725 -0.0819864571094513 -0.38092556595802307 -0.33891329169273376 -0.03997418284416199 -9.666666984558105 5.743969917297363 -0.22725479304790497 -0.10605340451002121 -0.1045612320303917 -0.40287572145462036 -0.34994834661483765 -0.05163387954235077 -10.0 5.942846298217773 -0.24842573702335358 -0.05959064140915871 -0.11358082294464111 -0.41304832696914673 -0.38327065110206604 -0.08380314707756042 -10.333333015441895 6.142491340637207 -0.26033681631088257 0.029630903154611588 -0.10299602150917053 -0.40286433696746826 -0.4176776111125946 -0.11780929565429688 -10.666666984558105 6.342403411865234 -0.2544114887714386 0.04048424959182739 -0.09441608190536499 -0.39417028427124023 -0.4144068956375122 -0.11465269327163696 -11.0 6.542239665985107 -0.2463168501853943 0.07481829077005386 -0.07804936170578003 -0.3772100806236267 -0.41458433866500854 -0.11542361974716187 -11.333333015441895 6.741680145263672 -0.23136714100837708 0.13382379710674286 -0.04935212433338165 -0.3466697931289673 -0.4133821725845337 -0.11606447398662567 -11.666666984558105 6.939891815185547 -0.20468220114707947 0.17765669524669647 -0.012862205505371094 -0.308140367269516 -0.39650219678878784 -0.10122403502464294 -12.0 7.136744022369385 -0.1693374663591385 0.2722373306751251 0.04236005246639252 -0.2465914636850357 -0.3810349702835083 -0.09208346903324127 -12.333333015441895 7.329378128051758 -0.11556005477905273 0.26825034618377686 0.09533655643463135 -0.19393429160118103 -0.3264566659927368 -0.037185825407505035 -12.666666984558105 7.522225379943848 -0.0625510960817337 0.1997961848974228 0.1340823620557785 -0.15994976460933685 -0.2591845393180847 0.034847572445869446 -13.0 7.718246936798096 -0.0228571780025959 0.21554173529148102 0.17714110016822815 -0.11591711640357971 -0.22285544872283936 0.0702027678489685 -13.333333015441895 7.913619041442871 0.019918154925107956 0.22124254703521729 0.22112250328063965 -0.07156515121459961 -0.18128618597984314 0.11140146851539612 -13.666666984558105 8.108743667602539 0.06380657106637955 0.1592121720314026 0.2515445351600647 -0.04466120898723602 -0.1239314004778862 0.17227435111999512 -14.0 8.306214332580566 0.09551465511322021 0.0989227369427681 0.2694717049598694 -0.029061652719974518 -0.07844239473342896 0.22009095549583435 -14.333333015441895 8.505236625671387 0.11526694893836975 0.07712115347385406 0.284082293510437 -0.015026018023490906 -0.053548380732536316 0.2455599159002304 -14.666666984558105 8.704642295837402 0.13067589700222015 0.07337083667516708 0.29859858751296997 -0.0005942881107330322 -0.03724679350852966 0.26194608211517334 -15.0 8.904104232788086 0.14533689618110657 0.057118818163871765 0.3093641996383667 0.009853467345237732 -0.01869042217731476 0.2808203101158142 +cropfollow/pn=[2.000:0.000]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] +0.0 0.0 -0.09467092156410217 0.15540534257888794 0.09221656620502472 -0.20416812598705292 -0.28155839443206787 0.014826282858848572 +0.3333333432674408 0.19758979976177216 -0.06371480226516724 0.4411044418811798 0.17866191267967224 -0.0926223024725914 -0.3060915172100067 -0.03480730205774307 +0.6666666865348816 0.37844595313072205 0.021672897040843964 0.414837121963501 0.259710431098938 -0.01484418660402298 -0.21636462211608887 0.05818998068571091 +1.0 0.5614823698997498 0.10228107869625092 0.2454933226108551 0.3085424304008484 0.017537161707878113 -0.10398028790950775 0.18702499568462372 +1.3333333730697632 0.7554858922958374 0.15088805556297302 0.17593985795974731 0.34233081340789795 0.04696206748485565 -0.0405547171831131 0.2548140287399292 +1.6666666269302368 0.952398419380188 0.18589477241039276 -0.04691249132156372 0.32400593161582947 0.02433598041534424 0.047783613204956055 0.3474535644054413 +2.0 1.152178406715393 0.17651571333408356 -0.3325997591018677 0.2366698682308197 -0.046889156103134155 0.11636155843734741 0.39992058277130127 +2.3333332538604736 1.3412177562713623 0.11121542006731033 -0.04691019654273987 0.249327152967453 -0.05034282058477402 -0.026896320283412933 0.2727736532688141 +2.6666667461395264 1.5409977436065674 0.10183682292699814 -0.11770711839199066 0.22144001722335815 -0.07648413628339767 -0.017766378819942474 0.28015777468681335 +3.0 1.7396138906478882 0.07834972441196442 0.16790373623371124 0.26801931858062744 -0.02776189148426056 -0.11131985485553741 0.1844613403081894 +3.3333332538604736 1.9368013143539429 0.11177290976047516 -0.1177958995103836 0.23135250806808472 -0.066568523645401 -0.007806688547134399 0.2901143431663513 +3.6666667461395264 2.1354153156280518 0.08826817572116852 -0.3443395495414734 0.1450691968202591 -0.1373203843832016 0.03146715462207794 0.31385672092437744 +4.0 2.3236751556396484 0.020753152668476105 -0.12742403149604797 0.13776716589927673 -0.15980058908462524 -0.09626085311174393 0.20130690932273865 +4.333333492279053 2.5220537185668945 -0.004662744700908661 0.15827766060829163 0.18286669254302979 -0.11338337510824203 -0.1921921968460083 0.10405788570642471 +4.666666507720947 2.7195537090301514 0.026860784739255905 -0.006512045860290527 0.17522960901260376 -0.12476402521133423 -0.12150803208351135 0.17848560214042664 +5.0 2.9195494651794434 0.025558384135365486 -0.29215607047080994 0.0971977636218071 -0.19008979201316833 -0.046080999076366425 0.241206556558609 +5.333333492279053 3.111074447631836 -0.032045140862464905 -0.006464511156082153 0.11633561551570892 -0.18365813791751862 -0.18042589724063873 0.1195678561925888 +5.666666507720947 3.311070203781128 -0.0333380326628685 -0.04310624301433563 0.10574940592050552 -0.1939719319343567 -0.17242547869682312 0.1272958517074585 +6.0 3.5108845233917236 -0.04195661097764969 -0.2946653962135315 0.028973378241062164 -0.25809645652770996 -0.11288660019636154 0.1741832196712494 +6.333333492279053 3.7022643089294434 -0.10004055500030518 -0.2708514630794525 -0.022397026419639587 -0.31146007776260376 -0.17768408358097076 0.11137895286083221 +6.666666507720947 3.894973039627075 -0.15355095267295837 -0.24226261675357819 -0.06790623813867569 -0.35914555191993713 -0.23919567465782166 0.052043646574020386 +7.0 4.089132785797119 -0.20153091847896576 0.022050216794013977 -0.04605527222156525 -0.3459823727607727 -0.3570065498352051 -0.05707947909832001 +7.333333492279053 4.289083957672119 -0.19712123274803162 0.20000110566616058 -0.0004436671733856201 -0.294463574886322 -0.3937987983226776 -0.09977888315916061 +7.666666507720947 4.485097408294678 -0.1573871374130249 -0.08339764177799225 -0.028733715415000916 -0.32769107818603516 -0.2860405445098877 0.012916788458824158 +8.0 4.6844024658203125 -0.1740473359823227 -0.25395551323890686 -0.09166703373193741 -0.3820449113845825 -0.2564276456832886 0.03395025432109833 +8.333333015441895 4.877987861633301 -0.2242942452430725 -0.2519797384738922 -0.1413615345954895 -0.43188777565956116 -0.3072269558906555 -0.016700714826583862 +8.666666984558105 5.071671962738037 -0.2741585969924927 -0.28167980909347534 -0.19956251978874207 -0.4877395033836365 -0.3487546741962433 -0.06057769060134888 +9.0 5.263790130615234 -0.32975253462791443 -0.3049362897872925 -0.26173073053359985 -0.5478905439376831 -0.397774338722229 -0.11161451041698456 +9.333333015441895 5.454563140869141 -0.389799028635025 -0.019262343645095825 -0.24464213848114014 -0.5445865392684937 -0.5349559187889099 -0.23501154780387878 +9.666666984558105 5.654526233673096 -0.39365124702453613 0.2664375603199005 -0.18311989307403564 -0.4725344181060791 -0.6041826009750366 -0.31476807594299316 +10.0 5.847469329833984 -0.3409919738769531 0.14708444476127625 -0.1559729278087616 -0.45273369550704956 -0.5260109901428223 -0.2292502522468567 +10.333333015441895 6.045310020446777 -0.31168103218078613 0.4327644407749176 -0.07066404819488525 -0.34300702810287476 -0.552698016166687 -0.2803550362586975 +10.666666984558105 6.226871967315674 -0.22780463099479675 0.6435197591781616 0.04219743609428406 -0.19779923558235168 -0.49780669808387756 -0.2578100264072418 +11.0 6.38686990737915 -0.1078016459941864 0.5874239802360535 0.15560868382453918 -0.0941026583313942 -0.371211975812912 -0.12150063365697861 +11.333333015441895 6.553344249725342 0.00304209440946579 0.30172625184059143 0.2205580770969391 -0.06588942557573318 -0.2144738733768463 0.07197361439466476 +11.666666984558105 6.744309425354004 0.06247587874531746 0.06788845360279083 0.2290894240140915 -0.07021953165531158 -0.10413767397403717 0.1951712816953659 +12.0 6.943848609924316 0.07604314386844635 -0.17492875456809998 0.18024449050426483 -0.1151771992444992 -0.02815820276737213 0.2672634720802307 +12.333333015441895 7.140796184539795 0.0412355437874794 -0.16446398198604584 0.14828059077262878 -0.14767131209373474 -0.06580951064825058 0.23014238476753235 +12.666666984558105 7.33809757232666 0.008490826934576035 -0.16029471158981323 0.11666560173034668 -0.17948850989341736 -0.09968394041061401 0.19647017121315002 +13.0 7.535533428192139 -0.02343100681900978 -0.2136067897081375 0.07016336917877197 -0.22301843762397766 -0.11702539026737213 0.1761564314365387 +13.333333015441895 7.730988025665283 -0.06582823395729065 0.030379578471183777 0.09169627726078033 -0.20816530287265778 -0.22335274517536163 0.07650883495807648 +13.666666984558105 7.930895805358887 -0.05975325405597687 -0.1803024858236313 0.042983390390872955 -0.2521534562110901 -0.1624898910522461 0.13264696300029755 +14.0 8.127654075622559 -0.09561868757009506 -0.4659465551376343 -0.07392634451389313 -0.3419453799724579 -0.117311030626297 0.15070798993110657 +14.333333015441895 8.306333541870117 -0.18547242879867554 -0.26371511816978455 -0.10582544654607773 -0.39545392990112305 -0.26511940360069275 0.024509072303771973 +14.666666984558105 8.499419212341309 -0.2376062422990799 -0.006099134683609009 -0.08913379907608032 -0.3891282379627228 -0.38607868552207947 -0.08608424663543701 +15.0 8.69941520690918 -0.23882606625556946 -0.056478101760149 -0.1031772643327713 -0.40269893407821655 -0.3744748830795288 -0.07495321333408356 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/log.txt b/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/log.txt index b8b292c71f92a174d6d29984d759c972894ca083..1c8e3cbf217289e85ec770f75f90d1365ea9006d 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/log.txt +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/log.txt @@ -1,5 +1,5 @@ -2025-04-27 17:01:14,164 [INFO] Simulating with mode cropfollow -2025-04-27 17:01:14,164 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 2.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 17:01:14,164 [INFO] [0.0, -0.026602838766505113, -0.1311359094531504, 0.0, 0.0, 0.0, 0.0] -2025-04-27 17:01:24,627 [INFO] Current simulation is not safe. Program halt -2025-04-27 17:01:24,627 [INFO] simulation time 10.463057279586792 +2025-04-27 20:40:24,273 [INFO] Simulating with mode cropfollow +2025-04-27 20:40:24,273 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 2.0, 'heading_std': 0.0}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} +2025-04-27 20:40:24,273 [INFO] [0.0, -0.09467091882503986, 0.15540533973531173, 0.0, 0.0, 0.0, 0.0] +2025-04-27 20:40:36,400 [INFO] Current simulation is not safe. Program halt +2025-04-27 20:40:36,400 [INFO] simulation time 12.127264261245728 diff --git a/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/results.json b/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/results.json index eba028c0ae7b29939386025f18aa7d1b04c5f4a3..1263b642d48653b0cc2b9068e4439149c2498aeb 100644 --- a/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/results.json +++ b/output/noise/perception/p01_a10/pose/perceptnoise_pose2_00__heading0_00/results.json @@ -1,7 +1,7 @@ { "safety": "UNSAFE", - "sim_time": 10.463057279586792, + "sim_time": 12.127264261245728, "verification_time": null, "refine_time": null, - "total_time": 11.014427661895752 + "total_time": 12.697332859039307 } \ No newline at end of file diff --git a/output/temp/Traj.txt b/output/temp/Traj.txt deleted file mode 100644 index 25019b97546124ffc71dd41af2ced9f4a37ac1b7..0000000000000000000000000000000000000000 --- a/output/temp/Traj.txt +++ /dev/null @@ -1,47 +0,0 @@ -cropfollow/pn=[0.00:0.35]/dn=[0.0:0.0]/tn=[[1.0:1.0];[1.0:1.0]] -0.0 0.0 -0.014612116850912571 -0.06098724529147148 0.11987165361642838 -0.17957061529159546 -0.14909589290618896 0.15034636855125427 -0.3333333432674408 0.19962817430496216 -0.026802007108926773 -0.048102181404829025 0.111003577709198 -0.18864941596984863 -0.16460758447647095 0.13504540920257568 -0.6666666865348816 0.3993968367576599 -0.03641873598098755 -0.039343662559986115 0.10363180935382843 -0.19613604247570038 -0.17646928131580353 0.12329857051372528 -1.0 0.599242091178894 -0.04428543895483017 -0.027431275695562363 0.09880117326974869 -0.20108598470687866 -0.18737205862998962 0.11251509934663773 -1.3333333730697632 0.7991668581962585 -0.049771007150411606 -0.017318150028586388 0.09587717056274414 -0.2040778398513794 -0.19541919231414795 0.10453581809997559 -1.6666666269302368 0.9991368651390076 -0.053234465420246124 -0.007343277335166931 0.09492569416761398 -0.2050662338733673 -0.20139461755752563 0.09859731048345566 -2.0 1.1991314888000488 -0.054703108966350555 -0.006073502358049154 0.09377577155828476 -0.20621871948242188 -0.20318198204040527 0.09681250900030136 -2.3333332538604736 1.3991278409957886 -0.055917803198099136 0.013694193214178085 0.09749157726764679 -0.20248030126094818 -0.20932717621326447 0.0906447023153305 -2.6666667461395264 1.5991090536117554 -0.0531790517270565 0.002178112044930458 0.0973651260137558 -0.20263417065143585 -0.2037232369184494 0.09627605974674225 -3.0 1.799108624458313 -0.05274343118071556 0.020936137065291405 0.10245734453201294 -0.19747692346572876 -0.20794421434402466 0.09199005365371704 -3.3333332538604736 1.9990648031234741 -0.04855651035904884 0.03431103006005287 0.10993129014968872 -0.18989214301109314 -0.2070443034172058 0.09277912974357605 -3.6666667461395264 2.1989471912384033 -0.04169565066695213 0.03337870538234711 0.11656393110752106 -0.1832689791917801 -0.19995523989200592 0.09987767040729523 -4.0 2.3988358974456787 -0.03502114862203598 0.03908686339855194 0.12463352829217911 -0.17513737082481384 -0.19467583298683167 0.10509506613016129 -4.333333492279053 2.5986831188201904 -0.02720576524734497 0.03905417397618294 0.13244092464447021 -0.1673303246498108 -0.18685245513916016 0.11291879415512085 -4.666666507720947 2.7985305786132812 -0.019396916031837463 0.031155001372098923 0.1383177936077118 -0.16153663396835327 -0.17711162567138672 0.12274280190467834 -5.0 2.9984335899353027 -0.013166923075914383 0.03530801832675934 0.14556476473808289 -0.15424826741218567 -0.17189860343933105 0.1279144287109375 -5.333333492279053 3.1983089447021484 -0.0061067864298820496 0.0360635444521904 0.15280961990356445 -0.14699533581733704 -0.16502320766448975 0.13478174805641174 -5.666666507720947 3.398178815841675 0.0011043599806725979 0.02917330339550972 0.15833282470703125 -0.1415395438671112 -0.15612411499023438 0.14374825358390808 -6.0 3.5980937480926514 0.006938193459063768 0.0372680127620697 0.16614888608455658 -0.13364280760288239 -0.15227250754833221 0.14751918613910675 -6.333333492279053 3.797954797744751 0.014390069991350174 0.02311774156987667 0.17012891173362732 -0.12979093194007874 -0.14134877920150757 0.1585710644721985 -6.666666507720947 3.997901439666748 0.019013207405805588 0.006923997774720192 0.17074060440063477 -0.12925222516059875 -0.132714182138443 0.16727864742279053 -7.0 4.197896480560303 0.02039799652993679 -0.004104745574295521 0.16937054693698883 -0.13062693178653717 -0.12857456505298615 0.17142291367053986 -7.333333492279053 4.397894859313965 0.01957705058157444 -0.012562263756990433 0.16642475128173828 -0.13355159759521484 -0.1272706389427185 0.17270570993423462 -7.666666507720947 4.597878932952881 0.017064664512872696 -0.010021344758570194 0.16455185413360596 -0.1354331076145172 -0.13042253255844116 0.169562429189682 -8.0 4.797868728637695 0.015060428529977798 -0.011564142070710659 0.16215942800045013 -0.1378205269575119 -0.13203857839107513 0.1679413765668869 -8.333333015441895 4.997855186462402 0.01274765096604824 -0.016206614673137665 0.15867647528648376 -0.14128413796424866 -0.13318118453025818 0.16677942872047424 -8.666666984558105 5.197828769683838 0.00950646959245205 -0.019607847556471825 0.15457598865032196 -0.1453663557767868 -0.13556306064128876 0.16437928378582 -9.0 5.397790431976318 0.005585151258856058 -0.026014257222414017 0.14903156459331512 -0.15086694061756134 -0.13786126673221588 0.16203723847866058 -9.333333015441895 5.597723007202148 0.00038288626819849014 -0.006819609552621841 0.14867451786994934 -0.1513185203075409 -0.1479087471961975 0.15208429098129272 -9.666666984558105 5.797718524932861 -0.0009810251649469137 -0.014815102331340313 0.14529888331890106 -0.1546681970357895 -0.14726091921329498 0.15270616114139557 -10.0 5.997696399688721 -0.003943937364965677 0.003724374808371067 0.14698611199855804 -0.15301181375980377 -0.15487398207187653 0.1451239436864853 -10.333333015441895 6.197694778442383 -0.0031990641728043556 0.014486442320048809 0.15040668845176697 -0.14956185221672058 -0.15680482983589172 0.14316371083259583 -10.666666984558105 6.397673606872559 -0.000301877036690712 0.01308906078338623 0.15295745432376862 -0.14701686799526215 -0.15356121957302094 0.14641310274600983 -11.0 6.59765625 0.0023158607073128223 -0.0030832793563604355 0.15154433250427246 -0.14845424890518188 -0.1469126045703888 0.15308597683906555 -11.333333015441895 6.79765510559082 0.0016992057207971811 -0.00910464208573103 0.14941687881946564 -0.15057070553302765 -0.14601846039295197 0.15396912395954132 -11.666666984558105 6.997646808624268 -0.00012169755063951015 -0.00979460496455431 0.14742249250411987 -0.15256312489509583 -0.14766588807106018 0.15231972932815552 -12.0 7.19763708114624 -0.00208058743737638 -0.01482793316245079 0.14419609308242798 -0.15577095746994019 -0.14835727214813232 0.15160977840423584 -12.333333015441895 7.3976149559021 -0.0050460658967494965 -0.013258189894258976 0.1416262984275818 -0.15834733843803406 -0.15171843767166138 0.14825519919395447 -12.666666984558105 7.597597599029541 -0.007697626482695341 -0.020397350192070007 0.13717219233512878 -0.16276541352272034 -0.15256744623184204 0.14737015962600708 -13.0 7.797555923461914 -0.011776814237236977 -0.010650097392499447 0.13555219769477844 -0.16443079710006714 -0.1591058373451233 0.1408771574497223 -13.333333015441895 7.997544765472412 -0.013906793668866158 -0.0002001756802201271 0.13604317605495453 -0.16395683586597443 -0.16385675966739655 0.1361432522535324 -13.666666984558105 8.197545051574707 -0.013946828432381153 0.0052159931510686874 0.13735511898994446 -0.16264081001281738 -0.1652487814426422 0.13474714756011963 -14.0 8.397541999816895 -0.012903634458780289 0.0298069529235363 0.1444803923368454 -0.15538637340068817 -0.17028765380382538 0.1295791119337082 -14.333333015441895 8.597453117370605 -0.006943125743418932 0.028634123504161835 0.15015295147895813 -0.1497240960597992 -0.16403919458389282 0.1358378529548645 -14.666666984558105 8.797370910644531 -0.0012170830741524696 0.03424621745944023 0.15725485980510712 -0.14256925880908966 -0.1596890240907669 0.14013509452342987 -15.0 8.99725341796875 0.005630821920931339 0.024198956787586212 0.16163605451583862 -0.1382761299610138 -0.1503744125366211 0.14953777194023132 diff --git a/output/temp/log.txt b/output/temp/log.txt deleted file mode 100644 index 0e65ca7568403df5660a823c47d78f19a2d752fa..0000000000000000000000000000000000000000 --- a/output/temp/log.txt +++ /dev/null @@ -1,102 +0,0 @@ -2025-04-27 18:09:40,028 [INFO] Simulating with mode cropfollow -2025-04-27 18:09:40,028 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:09:40,028 [INFO] [0.0, -0.014612117292592305, -0.06098724583189062, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:09:53,614 [INFO] Verification Begin -2025-04-27 18:09:53,614 [INFO] =============================================== -Mode: 0 -stack size: 1 -remainTime: 15 - -2025-04-27 18:09:53,614 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.175, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 18:09:53,614 [INFO] Simulating with mode cropfollow -2025-04-27 18:09:53,614 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:09:53,614 [INFO] [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:10:05,754 [INFO] Simulating with mode cropfollow -2025-04-27 18:10:05,754 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:10:05,754 [INFO] [0.0, -0.01940758680886745, 0.14033325522049223, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:10:19,260 [INFO] Simulating with mode cropfollow -2025-04-27 18:10:19,260 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:10:19,260 [INFO] [0.0, -0.034665496387149705, -0.06979694992937524, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:10:33,532 [INFO] Simulating with mode cropfollow -2025-04-27 18:10:33,532 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:10:33,532 [INFO] [0.0, 0.07665289804869688, 0.05541825921424964, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:10:47,645 [INFO] Simulating with mode cropfollow -2025-04-27 18:10:47,645 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:10:47,645 [INFO] [0.0, 0.046257448675656454, 0.15345175705380004, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:11:01,396 [INFO] Simulating with mode cropfollow -2025-04-27 18:11:01,397 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:11:01,397 [INFO] [0.0, -0.03345710164017601, -0.06858806493749396, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:11:14,622 [INFO] Simulating with mode cropfollow -2025-04-27 18:11:14,622 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:11:14,622 [INFO] [0.0, 0.027648412052970667, -0.09632342595171799, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:11:27,759 [INFO] Simulating with mode cropfollow -2025-04-27 18:11:27,759 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:11:27,759 [INFO] [0.0, -0.012766788591394379, 0.06847911459459036, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:11:41,457 [INFO] Simulating with mode cropfollow -2025-04-27 18:11:41,457 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:11:41,457 [INFO] [0.0, -0.02733756141935624, -0.04965555460798679, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:11:53,838 [INFO] Simulating with mode cropfollow -2025-04-27 18:11:53,838 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:11:53,838 [INFO] [0.0, -0.02887357625434564, -0.10760399590836674, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:12:06,644 [INFO] Simulating with mode cropfollow -2025-04-27 18:12:06,645 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:12:06,645 [INFO] [0.0, -0.06804166442991832, -0.025575941156179977, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:12:20,222 [INFO] 0 check bloated tube unknown -2025-04-27 18:12:20,222 [INFO] =============================================== -Mode: 0 -stack size: 2 -remainTime: 15 - -2025-04-27 18:12:20,222 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.1, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 18:12:20,222 [INFO] Simulating with mode cropfollow -2025-04-27 18:12:20,222 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:12:20,222 [INFO] [0.0, 0.0, -0.0875, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:12:32,762 [INFO] Simulating with mode cropfollow -2025-04-27 18:12:32,762 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:12:32,762 [INFO] [0.0, -0.01940758680886745, -0.01733337238975388, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:12:45,033 [INFO] Simulating with mode cropfollow -2025-04-27 18:12:45,033 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:12:45,033 [INFO] [0.0, -0.034665496387149705, -0.12239847496468761, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:12:59,228 [INFO] Simulating with mode cropfollow -2025-04-27 18:12:59,228 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:12:59,228 [INFO] [0.0, 0.07665289804869688, -0.05979087039287517, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:13:10,326 [INFO] Simulating with mode cropfollow -2025-04-27 18:13:10,327 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:13:10,327 [INFO] [0.0, 0.046257448675656454, -0.010774121473099973, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:13:23,117 [INFO] Simulating with mode cropfollow -2025-04-27 18:13:23,117 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:13:23,117 [INFO] [0.0, -0.03345710164017601, -0.12179403246874698, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:13:36,007 [INFO] Simulating with mode cropfollow -2025-04-27 18:13:36,007 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:13:36,007 [INFO] [0.0, 0.027648412052970667, -0.135661712975859, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:13:50,556 [INFO] Simulating with mode cropfollow -2025-04-27 18:13:50,556 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:13:50,556 [INFO] [0.0, -0.012766788591394379, -0.053260442702704816, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:14:02,833 [INFO] Simulating with mode cropfollow -2025-04-27 18:14:02,833 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:14:02,833 [INFO] [0.0, -0.02733756141935624, -0.11232777730399339, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:14:17,096 [INFO] Simulating with mode cropfollow -2025-04-27 18:14:17,096 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:14:17,096 [INFO] [0.0, -0.02887357625434564, -0.14130199795418336, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:14:29,774 [INFO] Simulating with mode cropfollow -2025-04-27 18:14:29,774 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:14:29,774 [INFO] [0.0, -0.06804166442991832, -0.10028797057808998, 0.0, 0.0, 0.0, 0.0] -2025-04-27 18:14:43,355 [INFO] 0 check bloated tube unknown -2025-04-27 18:14:43,355 [INFO] =============================================== -Mode: 0 -stack size: 3 -remainTime: 15 - -2025-04-27 18:14:43,355 [INFO] Lower Bound: [0.0, -0.1, -0.175, 0.0, 0.0, 0.0, 0.0] -Upper Bound: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] -Delta: [0.0, 0.05, 0.0875, 0.0, 0.0, 0.0, 0.0] - -2025-04-27 18:14:43,355 [INFO] Simulating with mode cropfollow -2025-04-27 18:14:43,355 [INFO] Parsed settings: {'core_mode': 'cropfollow', 'perception_noise': {'pose_std': 0.0, 'heading_std': 0.35}, 'dynamics_noise': {'linear_std': 0.0, 'angular_std': 0.0}, 'traversability_noise': {'linear': {'min': 1.0, 'max': 1.0}, 'angular': {'min': 1.0, 'max': 1.0}}} -2025-04-27 18:14:43,355 [INFO] [0.0, -0.05, -0.0875, 0.0, 0.0, 0.0, 0.0]