Skip to content

Commit

Permalink
Set proper log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Aug 30, 2024
1 parent 3412d8d commit e085fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouster-ros/src/os_sensor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ void OusterSensor::execute_transitions_sequence(
if (at < transitions_sequence.size() - 1) {
execute_transitions_sequence(transitions_sequence, at + 1);
} else {
RCLCPP_WARN_STREAM(get_logger(), "transitions sequence completed");
RCLCPP_DEBUG_STREAM(get_logger(), "transitions sequence completed");
}
} else {
RCLCPP_DEBUG_STREAM(
Expand Down

0 comments on commit e085fc1

Please sign in to comment.