How to use lsd_slam my own data? [closed]
I installed lsd_slam and it works with data from taken this website. But I want to use my input data. I have rgb images (png extension). I convert them to .baf file using this code. I run below commands,
roscode
rosrun lsd_slam_viewer viewer
rosrun lsd_slam_core live_slam image:=/image_raw camera_info:=/camera_info
rosbag play test.bag
It works any error, but I don't see anything on viewer window. How can I use my images with lsd_slam?