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
feat(pid_longitudinal_controller): remove trans/rot deviation validation since the control_validator has the same feature (#9675)
* feat(pid_longitudinal_controller): remove trans/rot deviation validation since the control_validator has the same feature
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* fix test
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
---------
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Copy file name to clipboardexpand all lines: control/autoware_pid_longitudinal_controller/include/autoware/pid_longitudinal_controller/pid_longitudinal_controller.hpp
-9
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,6 @@ class PidLongitudinalController : public trajectory_follower::LongitudinalContro
Copy file name to clipboardexpand all lines: control/autoware_pid_longitudinal_controller/schema/autoware_pid_longitudinal_controller.schema.json
-12
Original file line number
Diff line number
Diff line change
@@ -71,16 +71,6 @@
71
71
"description": "If `enable_overshoot_emergency` is true and the ego is `emergency_state_overshoot_stop_dist`-meter ahead of the stop point, the state will transit to EMERGENCY. [m]",
72
72
"default": "1.5"
73
73
},
74
-
"emergency_state_traj_trans_dev": {
75
-
"type": "number",
76
-
"description": "If the ego's position is `emergency_state_traj_trans_dev` meter away from the nearest trajectory point, the state will transit to EMERGENCY. [m]",
77
-
"default": "3.0"
78
-
},
79
-
"emergency_state_traj_rot_dev": {
80
-
"type": "number",
81
-
"description": "If the ego's orientation is `emergency_state_traj_rot_dev` rad away from the nearest trajectory point orientation, the state will transit to EMERGENCY. [rad]",
0 commit comments