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
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ There are two sources of the slope information, which can be switched by a param
68
68
- Cons: z-coordinates of high-precision map is needed.
69
69
- Cons: Does not support free space planning (for now)
70
70
71
+
We also offer the options to switch between these, depending on driving conditions.
72
+
71
73
**Notation:** This function works correctly only in a vehicle system that does not have acceleration feedback in the low-level control system.
72
74
73
75
This compensation adds gravity correction to the target acceleration, resulting in an output value that is no longer equal to the target acceleration that the autonomous driving system desires. Therefore, it conflicts with the role of the acceleration feedback in the low-level controller.
Copy file name to clipboardexpand all lines: control/autoware_pid_longitudinal_controller/include/autoware/pid_longitudinal_controller/pid_longitudinal_controller.hpp
+6-1
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,12 @@ class PidLongitudinalController : public trajectory_follower::LongitudinalContro
0 commit comments