Well if I subscribe to /camera/depth/image_rect I just get values from 0 - 255 and no floats .... --> Do I have to read in that data in a particular way?
cv_bridge::CvImageConstPtr cv_ptr;
cv_ptr = cv_bridge::toCvShare(current_image_);
cv::convertScaleAbs(cv_ptr->image, mono8_img, 100,0.0);
↧