Skip to content

Commit e8374a0

Browse files
change rclcpp_info as rclcpp_error
Signed-off-by: Sena <sena@leodrive.ai>
1 parent 5e6ced2 commit e8374a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/default_ad_api/src/operation_mode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void OperationModeNode::on_timer()
146146
mode_available_[OperationModeState::Message::AUTONOMOUS] = autonomous_available;
147147

148148
if (!unhealthy_components.empty()) {
149-
RCLCPP_INFO_THROTTLE(
149+
RCLCPP_ERROR_THROTTLE(
150150
get_logger(), *get_clock(), 3000,
151151
"%s component state is unhealthy. Autonomous is not available.",
152152
unhealthy_components.c_str());

0 commit comments

Comments
 (0)