Skip to content

Commit 04a3e22

Browse files
Improve error message for missing robot footprint (#5597)
Updated error message for footprint collision checking. Signed-off-by: Steve Macenski <[email protected]>
1 parent ce6b439 commit 04a3e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nav2_mppi_controller/src/critics/cost_critic.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ void CostCritic::initialize()
6464
"in both the costmap and the cost critic.");
6565
if (costmap_ros_->getUseRadius()) {
6666
throw nav2_core::ControllerException(
67-
"Considering footprint in collision checking but no robot footprint provided in the "
68-
"costmap.");
67+
"Considering footprint in CostCritic but no robot footprint provided in the "
68+
"costmap (robot radius used instead). Disable considering footprint.");
6969
}
7070
}
7171

0 commit comments

Comments
 (0)