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 Oct 14, 2023
1 parent 71d724f commit 14e9186
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 14e9186

Please sign in to comment.