tamerlan-b
Results
1
comments of
tamerlan-b
Beautiful solution is to use [ros_numpy](https://github.com/eric-wieser/ros_numpy). It is similar to the function of cv_bridge, but without the dependency on cv2: ```python import ros_numpy np_img = ros_numpy.numpify(ros_img_msg) ```