uzh-rpg / rpg_dvs_ros

ROS packages for DVS
MIT License
300 stars 155 forks source link

How to read rosbag with customised topic names #83

Open petitchamp opened 5 years ago

petitchamp commented 5 years ago

I try to read a rosbag recorded from davis 346 camera.

The topics in the rosbag are like :

I have modified /dvs_left/events in renderer_mono.launch and renderer_stereo.launch to /davis/left/events and also image_raw topics , however, when I launched roslaunch with the launch file, I have nothing displayed on the screen. And the process dvs_renderer is still launched with /dvs_left/events

catkinws/devel/lib/dvs_renderer/dvs_renderer events:=/dvs_left/events dvs_rendering:=dvs_rendering_left __name:=dvs_rendererleft

Is there anything wrong with my procedure?

Thanks for you attention.