Skip to content

Commit 305f7e0

Browse files
authored
Is path valid doc (ros-navigation#4032)
* docs Signed-off-by: gg <[email protected]> * update Signed-off-by: gg <[email protected]> --------- Signed-off-by: gg <[email protected]>
1 parent 7647ba7 commit 305f7e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nav2_planner/src/planner_server.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@ void PlannerServer::isPathValid(
644644

645645
/**
646646
* The lethal check starts at the closest point to avoid points that have already been passed
647-
* and may have become occupied
647+
* and may have become occupied. The method for collision detection is based on the shape of
648+
* the footprint.
648649
*/
649650
std::unique_lock<nav2_costmap_2d::Costmap2D::mutex_t> lock(*(costmap_->getMutex()));
650651
unsigned int mx = 0;

0 commit comments

Comments
 (0)