I install lsd_slam from [here](https://github.com/tum-vision/lsd_slam). I run succesfully lsd_slam with .bag files from taken [here](http://vision.in.tum.de/lsdslam ). I want to try lsd_Slam with usb camera or image sequence. To do it, I run below commands :
roscore
rosrun lsd_slam_viewer viewer
rosrun lsd_slam_core live_slam /image:=/usb_cam/image_raw _calib:=pinhole_example_calib.cfg
roslaunch slam.launch
slam.launch
Error is :
Input resolution: 752 480
In: 0.527334 0.827306 0.473568 0.499436 0.000000
NO RECTIFICATION
Output resolution: 752 480
Prepped Warp matrices
Started constraint search thread!
Started mapping thread!
Started optimization thread
UndistorterPTAM: input image size differs from expected input size! Not undistorting.
Doing Random initialization!
Segmentation fault (core dumped)
I use ros-indigo, ubuntu 14.04. How can I run lsd_slam with images or usb camera frames?
↧