Skip to content

Commit 33c974b

Browse files
committed
Fix missed line change
1 parent bfd1f22 commit 33c974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locomotor/src/double_thread_locomotor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class DoubleThreadLocomotor
152152
std::bind(&DoubleThreadLocomotor::onNavigationCompleted, this));
153153
}
154154

155-
void onLocalCostmapException(nav_core2::CostmapException e_ptr, const ros::Duration& planning_time)
155+
void onLocalCostmapException(nav_core2::NavCore2ExceptionPtr e_ptr, const ros::Duration& planning_time)
156156
{
157157
requestNavigationFailure(makeResultCode(locomotor_msgs::ResultCode::LOCAL_COSTMAP, getResultCode(e_ptr),
158158
"Local Costmap failure."));

0 commit comments

Comments
 (0)