tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.6k stars 1.23k forks source link

Illegal instruction core dumped #147

Open puneethrj opened 9 years ago

puneethrj commented 9 years ago

Whenever I try to use rosrun lsd_slam_core live_slam /image:= /camera_info:= Or rosrun lsd_slam_core dataset_slam _files:= _hz:= _calib:= with relevant inputs or any input I get the following error "Illegal instruction (core dumped)" Is this because something went wrong with installation? I tried to play the romm.bag file also but that also didnt work. I followed the below sequence 1.I first run roscore in a separate terminal(for all tests) 2.Launch the lsd_slam viewer: rosrun lsd_slam_viewer viewer (a window pops up with nothing t show) 3.Launch the lsd_slam main ros node: rosrun lsd_slam_core live_slam image:=/image_raw camera_info:=/camera_info (Illegal instruction Core dumped) 4.Play the sequence: rosbag play ~/LSD_room.bag

I'm running a virtual machine with Xubunutu 12.04 and ROS Fuerte. How do I resolve this? Regards Puneeth

yeduvaka commented 7 years ago

Did you get around to fixing this? I am having the same problem. Let me know.Thanks!