Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Oct 3, 2023
1 parent 17905c7 commit 995fb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_waypoint_follower/src/waypoint_follower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ WaypointFollower::on_configure(const rclcpp_lifecycle::State & /*state*/)
} catch (const std::exception & e) {
RCLCPP_FATAL(
get_logger(),
"Failed to create waypoint_task_executor. Exception: %s", ex.what());
"Failed to create waypoint_task_executor. Exception: %s", e.what());
}

return nav2_util::CallbackReturn::SUCCESS;
Expand Down

0 comments on commit 995fb42

Please sign in to comment.