Skip to content

Commit

Permalink
docs(pid_longitudinal_controller): add the explanation of STOPPED par…
Browse files Browse the repository at this point in the history
…ameter (#5916)

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored Dec 20, 2023
1 parent bca290d commit 71773bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions control/pid_longitudinal_controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ If the ego is still running, strong acceleration (`strong_stop_acc`) to stop rig

### STOPPED Parameter

The `STOPPED` state assumes that the vehicle is completely stopped with the brakes fully applied.
Therefore, `stopped_acc` should be set to a value that allows the vehicle to apply the strongest possible brake.
If `stopped_acc` is not sufficiently low, there is a possibility of sliding down on steep slopes.

| Name | Type | Description | Default value |
| :----------- | :----- | :------------------------------------------- | :------------ |
| stopped_vel | double | target velocity in STOPPED state [m/s] | 0.0 |
Expand Down

0 comments on commit 71773bc

Please sign in to comment.