Fix velocity limits in twil_2dnav/config/controller_params.yaml. jazzy
authorWalter Fetter Lages <w.fetter@ieee.org>
Tue, 15 Jul 2025 07:27:46 +0000 (04:27 -0300)
committerWalter Fetter Lages <w.fetter@ieee.org>
Tue, 15 Jul 2025 07:27:46 +0000 (04:27 -0300)
twil_2dnav/config/controller_params.yaml

index 406bfd4..bf0bb29 100644 (file)
@@ -27,18 +27,18 @@ controller_server:
       time_steps: 56
       model_dt: 0.05
       batch_size: 2000
       time_steps: 56
       model_dt: 0.05
       batch_size: 2000
-      ax_max: 3.0
-      ax_min: -3.0
-      ay_max: 3.0
-      ay_min: -3.0
-      az_max: 3.5
-      vx_std: 0.2
-      vy_std: 0.2
-      wz_std: 0.4
-      vx_max: 0.5
-      vx_min: -0.35
-      vy_max: 0.5
-      wz_max: 1.9
+      ax_max: 30.0
+      ax_min: -30.0
+      ay_max: 30.0
+      ay_min: -30.0
+      az_max: 35.0
+      vx_std: 2.0
+      vy_std: 2.0
+      wz_std: 4.0
+      vx_max: 5.0
+      vx_min: -3.55
+      vy_max: 5.0
+      wz_max: 19.0
       iteration_count: 1
       prune_distance: 1.7
       transform_tolerance: 0.1
       iteration_count: 1
       prune_distance: 1.7
       transform_tolerance: 0.1