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: nav2_regulated_pure_pursuit_controller/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ Note: The maximum allowed time to collision is thresholded by the lookahead poin
62
62
|`use_velocity_scaled_lookahead_dist`| Whether to use the velocity scaled lookahead distances or constant `lookahead_distance`|
63
63
|`min_approach_linear_velocity`| The minimum velocity threshold to apply when approaching the goal |
64
64
|`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. |
66
67
|`use_regulated_linear_velocity_scaling`| Whether to use the regulated features for curvature |
67
68
|`use_cost_regulated_linear_velocity_scaling`| Whether to use the regulated features for proximity to obstacles |
68
69
|`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 |
Copy file name to clipboardExpand all lines: nav2_regulated_pure_pursuit_controller/include/nav2_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,7 @@ class RegulatedPurePursuitController : public nav2_core::Controller
0 commit comments