Skip to content

Commit 24e997e

Browse files
Tony NajjarMarc-Morcos
authored andcommitted
nav2_collision_monitor: collision detector (ros-navigation#3500) (Iron backport) (ros-navigation#3758)
* nav2_collision_monitor: collision detector (ros-navigation#3500) * fix Signed-off-by: MarcM0 <[email protected]>
1 parent b8d1a4d commit 24e997e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nav2_collision_monitor/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The following models of safety behaviors are employed by Collision Monitor:
2929

3030
* **Stop model**: Define a zone and a point threshold. If more that `N` obstacle points appear inside this area, stop the robot until the obstacles will disappear.
3131
* **Slowdown model**: Define a zone around the robot and slow the maximum speed for a `%S` percent, if more than `N` points will appear inside the area.
32-
* **Limit model**: Define a zone around the robot and clamp the maximum speed below a fixed value, if more than `N` points will appear inside the area.
3332
* **Approach model**: Using the current robot speed, estimate the time to collision to sensor data. If the time is less than `M` seconds (0.5, 2, 5, etc...), the robot will slow such that it is now at least `M` seconds to collision. The effect here would be to keep the robot always `M` seconds from any collision.
3433

3534
The zones around the robot can take the following shapes:

0 commit comments

Comments
 (0)