Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nav2_mppi_controller/src/critics/cost_critic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ void CostCritic::initialize()
"in both the costmap and the cost critic.");
if (costmap_ros_->getUseRadius()) {
throw nav2_core::ControllerException(
"Considering footprint in collision checking but no robot footprint provided in the "
"costmap.");
"Considering footprint in CostCritic but no robot footprint provided in the "
"costmap (robot radius used instead). Disable considering footprint.");
}
}

Expand Down
Loading