Changes

Summary

  1. feat: 新增静止超过10秒自动切换P挡功能;制动上限硬编码由1改到0.99 (details)
  2. fix: 静止状态处理 (details)
  3. fix: 重置mpc控制器处理优化 (details)
  4. fix: 不在emergency stop过程中重置 (details)
  5. feat:平行驾驶无油门制动参数化 (details)
Commit dab69864c612b84910939f860810f14a4e9bd7e9 by liuhongshuo
feat: 新增静止超过10秒自动切换P挡功能;制动上限硬编码由1改到0.99
The file was modifieddata/vehicle/vehicle_command.cpp
The file was modifiedalgorithm/ctrl/lon_controller/truck_creep_common.cpp
The file was modifiednode/process/proc/proc_limit.cpp
The file was modifiedalgorithm/ctrl/lon_controller/longitude_controller.cpp
The file was modifieddata/config/cfg_proc_longctrl.cpp
The file was modifiedalgorithm/ctrl/lon_controller/truck_lon_dynamic_augment_mpc.cpp
The file was modifieddata/config/cfg_proc_longctrl.hpp
The file was modifieddata/config/cfg_safe_const.cpp
The file was modifiedalgorithm/ctrl/parallel_controller/parallel_controller.cpp
The file was modifiedalgorithm/ctrl/lon_controller/capability/accel_to_pedal/low_speed_pedal_post_processor.cpp
The file was modifiedalgorithm/ctrl/lon_controller/truck_lon_controller.cpp
The file was modifiedalgorithm/ctrl/lon_controller/capability/accel_to_pedal/follow_pedal_post_processor.cpp
The file was modifiedalgorithm/ctrl/lon_controller/truck_pid_tracking_algorithm.cpp
Commit cc2804b12ccfc2faf86b65000a26298b511e8c4e by liuhongshuo
fix: 静止状态处理
The file was modifiedalgorithm/ctrl/lon_controller/truck_tracking_common_logic.cpp
Commit 6bbd4b84939e3e01b8b32d7409633fdac1beb988 by liuhongshuo
fix: 重置mpc控制器处理优化
The file was modifiedalgorithm/ctrl/lon_controller/truck_tracking_common_logic.cpp
Commit 565460cdf3079a19d6a3e73e0956634319550051 by liuhongshuo
fix: 不在emergency stop过程中重置
The file was modifiedalgorithm/ctrl/lon_controller/truck_tracking_common_logic.cpp
Commit c22027471cb2519f887a4e3d2ba1e67a9f44dc96 by liuhongshuo
feat:平行驾驶无油门制动参数化
The file was modifieddata/config/cfg_creep.hpp
The file was modifiedalgorithm/ctrl/parallel_controller/parallel_controller.cpp
The file was modifiedconfig/config_car/ctrl.yaml
The file was modifiedconfig/config_sc/ctrl.yaml
The file was modifiedconfig/config_truck/ctrl.yaml
The file was modifiedconfig/config_imv/ctrl.yaml
The file was modifieddata/config/cfg_creep.cpp