Skip to content

Commit

Permalink
SE-2476 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-martin committed Oct 5, 2023
1 parent 6aa76d2 commit 96a204f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bottlenose_camera_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ void CameraDriver::management_thread() {
if(!set_calibration()){
RCLCPP_WARN_STREAM(get_logger(), "Camera not calibrated!");
}else{
RCLCPP_WARN_STREAM(get_logger(), "Camera calibrated!");
RCLCPP_INFO(get_logger(), "Camera calibrated!");
}

int64_t timeout;
Expand Down

0 comments on commit 96a204f

Please sign in to comment.