Skip to content

Commit

Permalink
fix signature issue from ros-perception#943
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Aug 6, 2024
1 parent 6ef6cc0 commit bca2640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depth_image_proc/include/depth_image_proc/conversions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void convertIntensity(
// Handles RGB8, BGR8, and MONO8
void convertRgb(
const sensor_msgs::msg::Image::ConstSharedPtr & rgb_msg,
sensor_msgs::msg::PointCloud2::SharedPtr cloud_msg,
const sensor_msgs::msg::PointCloud2::SharedPtr & cloud_msg,
int red_offset, int green_offset, int blue_offset, int color_step);

cv::Mat initMatrix(cv::Mat cameraMatrix, cv::Mat distCoeffs, int width, int height, bool radial);
Expand Down

0 comments on commit bca2640

Please sign in to comment.