You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: control/autoware_pid_longitudinal_controller/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -212,8 +212,8 @@ AutonomouStuff Lexus RX 450h for under 40 km/h driving.
212
212
| max_d_effort | double | max value of acceleration with d gain | 0.0 |
213
213
| min_d_effort | double | min value of acceleration with d gain | 0.0 |
214
214
| lpf_vel_error_gain | double | gain of low-pass filter for velocity error | 0.9 |
215
-
| enable_integration_at_low_speed | bool | Whether to enable integration of acceleration errors when the vehicle speed is lower than `current_vel_threshold_pid_integration` or not. |
216
-
| current_vel_threshold_pid_integration | double | Velocity error is integrated for I-term only when the absolute value of current velocity is larger than this parameter. [m/s]|
215
+
| enable_integration_at_low_speed | bool | Whether to enable integration of acceleration errors when the vehicle speed is lower than `current_vel_threshold_pid_integration` or not. | false |
216
+
| current_vel_threshold_pid_integration | double | Velocity error is integrated for I-term only when the absolute value of current velocity is larger than this parameter. [m/s]| 0.5 |
217
217
| time_threshold_before_pid_integration | double | How much time without the vehicle moving must past to enable PID error integration. [s]| 5.0 |
218
218
| brake_keeping_acc | double | If `enable_brake_keeping_before_stop` is true, a certain acceleration is kept during DRIVE state before the ego stops [m/s^2] See [Brake keeping](#brake-keeping). | 0.2 |
Copy file name to clipboardexpand all lines: control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/drive_controller.py
Copy file name to clipboardexpand all lines: launch/tier4_perception_launch/launch/obstacle_segmentation/ground_segmentation/ground_segmentation.launch.py
0 commit comments