Skip to content

Commit a95f661

Browse files
Matthew RousseauMyzhar
authored andcommitted
Apply 1 suggestion(s) to 1 file(s)
1 parent 05c70ea commit a95f661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zed_components/src/zed_camera/src/zed_camera_component.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3558,7 +3558,7 @@ bool ZedCamera::startCamera()
35583558
get_logger(),
35593559
"Please check the correctness of the path of the calibration file in the parameter 'general.optional_opencv_calibration_file': '" <<
35603560
mOpencvCalibFile << "'.");
3561-
RCLCPP_ERROR(get_logger(), "If the file exists, it can contain not valid information.");
3561+
RCLCPP_ERROR(get_logger(), "If the file exists, it may contain invalid information.");
35623562
}
35633563
return false;
35643564
}

0 commit comments

Comments
 (0)