Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Nov 1, 2023
1 parent 973608c commit 4c70502
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions diff_drive_controller/src/diff_drive_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ controller_interface::CallbackReturn DiffDriveController::on_configure(
{
if (!subscriber_is_active_)
{
RCLCPP_WARN(
get_node()->get_logger(), "Can't accept new commands. subscriber is inactive");
RCLCPP_WARN(get_node()->get_logger(), "Can't accept new commands. subscriber is inactive");
return;
}
if ((msg->header.stamp.sec == 0) && (msg->header.stamp.nanosec == 0))
Expand Down

0 comments on commit 4c70502

Please sign in to comment.