Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed Jan 14, 2025
1 parent f2ab8a5 commit fe4820b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Whether it is decided to slow down or stop is determined by the distance between
If this distance is bellow the `actions.slowdown.threshold`, a velocity of `actions.slowdown.velocity` will be used.
If the distance is bellow the `actions.stop.threshold`, a velocity of `0`m/s will be used.

In addition, if parameter `action.use_map_stop_lines` is set to `true`, then the stop point may be moved to a stop line preceding the stop point where ego can confortably stop. Stop lines are defined in the vector map and must be attached to one of the lanelet followed by the ego trajectory.

![avoid_collision](./docs/ttcs_avoid.png)

### About stability of the stop/slowdown pose
Expand Down Expand Up @@ -126,6 +128,7 @@ Otherwise, the stop or slowdown pose will only be discarded after no out of lane

| Parameter /action | Type | Description |
| ------------------------------ | ------ | --------------------------------------------------------------------- |
| `use_map_stop_lines` | bool | [-] if true, try to stop at stop lines defined in the vector map |
| `precision` | double | [m] precision when inserting a stop pose in the trajectory |
| `longitudinal_distance_buffer` | double | [m] safety distance buffer to keep in front of the ego vehicle |
| `lateral_distance_buffer` | double | [m] safety distance buffer to keep on the side of the ego vehicle |
Expand Down

0 comments on commit fe4820b

Please sign in to comment.