Open hoonkai opened 5 years ago
Here's some info on the rosbag file:
path: test2.bag
version: 2.0
duration: 5.0s
start: Sep 17 2019 03:48:43.16 (1568656123.16)
end: Sep 17 2019 03:48:48.14 (1568656128.14)
size: 246.3 MB
messages: 484
compression: none [241/241 chunks]
types: sensor_msgs/CameraInfo [c9a58c1b0b154e0e6da7578cb991d214]
sensor_msgs/Image [060021388200f6f0f447d0fcd9c64743]
tf2_msgs/TFMessage [94810edda583a504dfda3829e70d7eec]
topics: camera/depth_registered/camera_info 120 msgs : sensor_msgs/CameraInfo
camera/depth_registered/image_raw 120 msgs : sensor_msgs/Image
camera/rgb/camera_info 120 msgs : sensor_msgs/CameraInfo
camera/rgb/image_raw 120 msgs : sensor_msgs/Image
tf_static 4 msgs : tf2_msgs/TFMessage (4 connections)
Sorry, I missed that issue. Seems I never got a notification for it.
I cannot download the example bag file anymore. But from the topic names, it looks like that your bag file does not have the leading slash, e.g. your bag image topic is camera/rgb/image_raw
, while your ask for /camera/rgb/image_raw
as the command line parameter.
Does rosrun rgbd_export rgbd_sync_export.py ~/test2.bag ~/export --topic_rgb camera/rgb/image_raw --topic_depth camera/depth_registered/image_raw --topic_camera_info camera/rgb/camera_info
(i.e. without the leading '/') work in your case?
Hi
Great work there! I'm trying to get it to work with a simple rosbag file I made, but I keep getting the error no message is received:
This bag publishes
tf_static
rather thantf
though. Any idea why this is happening?Thanks