Skip to content

Commit

Permalink
Added debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobuj-Paul committed Nov 24, 2023
1 parent aa7c508 commit 3d3422b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ bool MultiQueryPlannerAllocator::storePlannerData()
planners_[entry.first]->getPlannerData(data);
if (data.numVertices() == 0)
{
RCLCPP_DEBUG_STREAM(LOGGER, "Could not fetch space information or space information is empty.");
return false;
}
RCLCPP_INFO_STREAM(LOGGER, "Storing planner data. NumEdges: " << data.numEdges()
Expand Down

0 comments on commit 3d3422b

Please sign in to comment.