ros-navigation / docs.nav2.org

https://docs.nav2.org/
https://docs.nav2.org/
Apache License 2.0
90 stars 184 forks source link

Collision Monitor max_points to min_points rename #408

Closed AlexeyMerzlyakov closed 1 year ago

AlexeyMerzlyakov commented 1 year ago

Related to the https://github.com/ros-planning/navigation2/pull/3513 max_points -> min_points parameter rename. max_points parameter meant the maximum number of points where we are still not triggering the action, while min_points - is a number starting from the action to be initiated. In other words, min_points = max_points + 1. So, default parameter values were also updated.