Skip to content

Commit

Permalink
Is path valid doc (#4032)
Browse files Browse the repository at this point in the history
* docs

Signed-off-by: gg <[email protected]>

* update

Signed-off-by: gg <[email protected]>

---------

Signed-off-by: gg <[email protected]>
  • Loading branch information
jwallace42 authored Jan 4, 2024
1 parent 7647ba7 commit 305f7e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nav2_planner/src/planner_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ void PlannerServer::isPathValid(

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

0 comments on commit 305f7e0

Please sign in to comment.