Skip to content

Commit

Permalink
modify: invalid variable
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
  • Loading branch information
TetsuKawa committed Jul 1, 2024
1 parent 07a6b90 commit 6b4d7aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void AvailabilityConverter::convertToUdp(
availability.pull_over = availability_msg->pull_over;
udp_availability_sender_->send(availability);
} else {
RCLCPP_ERROR_THROTTLE(node_->get_logger(), *node->get_clock(), 5000, "Failed to take control mode report");
RCLCPP_ERROR_THROTTLE(node_->get_logger(), *node_->get_clock(), 5000, "Failed to take control mode report");
}
}

Expand Down

0 comments on commit 6b4d7aa

Please sign in to comment.