ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

R's profile - activity

2020-06-06 13:37:32 -0500 received badge  Student (source)
2019-05-20 01:04:34 -0500 marked best answer Republishing CompressedDepth image to Raw image

I am using the following command to republish compressed depth images to raw message topics:

rosrun image_transport republish compressedDepth in:=/camera/depth/image_raw/ raw out:=/camera/depth/image_raw

However, the above command throws the following error at runtime:

terminate called after throwing an instance of 'std::runtime_error'
  what():  Unknown encoding png
[1]    1475 abort (core dumped)  rosrun image_transport republish compressedDepth  raw
2018-10-16 23:57:44 -0500 received badge  Famous Question (source)
2018-10-15 16:17:08 -0500 received badge  Famous Question (source)
2018-10-15 16:17:08 -0500 received badge  Notable Question (source)
2018-08-17 16:32:23 -0500 received badge  Notable Question (source)
2018-08-17 16:32:23 -0500 received badge  Popular Question (source)
2018-04-28 10:06:21 -0500 received badge  Popular Question (source)
2018-04-18 21:44:58 -0500 received badge  Enthusiast
2018-04-12 17:31:49 -0500 asked a question Republishing CompressedDepth image to Raw image

Republishing CompressedDepth image to Raw image I am using the following command to republish compressed depth images to

2018-04-11 00:05:47 -0500 asked a question Convert ROS Image to CompressedImage(png)

Convert ROS Image to CompressedImage(png) I am trying to convert a rosbag with raw images to another rosbag containing c