Skip to content

Commit

Permalink
change rclcpp_info as rclcpp_error
Browse files Browse the repository at this point in the history
Signed-off-by: Sena <sena@leodrive.ai>
  • Loading branch information
LeoDriveProject committed Feb 27, 2024
1 parent 5e6ced2 commit e8374a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/default_ad_api/src/operation_mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void OperationModeNode::on_timer()
mode_available_[OperationModeState::Message::AUTONOMOUS] = autonomous_available;

if (!unhealthy_components.empty()) {
RCLCPP_INFO_THROTTLE(
RCLCPP_ERROR_THROTTLE(
get_logger(), *get_clock(), 3000,
"%s component state is unhealthy. Autonomous is not available.",
unhealthy_components.c_str());
Expand Down

0 comments on commit e8374a0

Please sign in to comment.