Skip to content

Commit d4fc42b

Browse files
committed
[RPP] Update README
1 parent 4ba0c3b commit d4fc42b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nav2_regulated_pure_pursuit_controller/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Note: The maximum allowed time to collision is thresholded by the lookahead poin
6262
| `use_velocity_scaled_lookahead_dist` | Whether to use the velocity scaled lookahead distances or constant `lookahead_distance` |
6363
| `min_approach_linear_velocity` | The minimum velocity threshold to apply when approaching the goal |
6464
| `approach_velocity_scaling_dist` | Integrated distance from end of transformed path at which to start applying velocity scaling. This defaults to the forward extent of the costmap minus one costmap cell length. |
65-
| `max_allowed_time_to_collision_up_to_carrot` | The time to project a velocity command to check for collisions, limited to maximum distance of lookahead distance selected |
65+
| `use_collision_detection` | Whether to enable collision detection. |
66+
| `max_allowed_time_to_collision_up_to_carrot` | The time to project a velocity command to check for collisions when `use_collision_detection` is `true`. It is limited to maximum distance of lookahead distance selected. |
6667
| `use_regulated_linear_velocity_scaling` | Whether to use the regulated features for curvature |
6768
| `use_cost_regulated_linear_velocity_scaling` | Whether to use the regulated features for proximity to obstacles |
6869
| `cost_scaling_dist` | The minimum distance from an obstacle to trigger the scaling of linear velocity, if `use_cost_regulated_linear_velocity_scaling` is enabled. The value set should be smaller or equal to the `inflation_radius` set in the inflation layer of costmap, since inflation is used to compute the distance from obstacles |
@@ -111,6 +112,7 @@ controller_server:
111112
min_approach_linear_velocity: 0.05
112113
use_approach_linear_velocity_scaling: true
113114
approach_velocity_scaling_dist: 1.0
115+
use_collision_detection: true
114116
max_allowed_time_to_collision_up_to_carrot: 1.0
115117
use_regulated_linear_velocity_scaling: true
116118
use_cost_regulated_linear_velocity_scaling: false

0 commit comments

Comments
 (0)