tum-vision / lsd_slam

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

rosmake lsd_slam problem #165

Open TimingSpace opened 8 years ago

TimingSpace commented 8 years ago

When i make the project [ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['lsd_slam']
[ rosmake ] Logging to directory /home/shikw/.ros/rosmake/rosmake_output-20151031-205636 [ rosmake ] Expanded args ['lsd_slam'] to: ['lsd_slam_viewer', 'lsd_slam_core'] [rosmake-0] Starting >>> lsd_slam_viewer [ make ]
[rosmake-1] Starting >>> lsd_slam_core [ make ]
[rosmake-0] Finished <<< lsd_slam_viewer [SKIP] No rule to make target None
[rosmake-1] Finished <<< lsd_slam_core [SKIP] No rule to make target None
[ rosmake ] Results:
[ rosmake ] Built 2 packages with 0 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /home/shikw/.ros/rosmake/rosmake_output-20151031-205636

agnivsen commented 8 years ago

Did you find any solution to this? I'm also stuck with the same issue.

Are you using virtual box?

apullin commented 8 years ago

I also had this problem, outside of a Virtualbox VM. Looking into the build log for lsd_slam_viewer, there was a failure related to libopencv. I agressively removed a bunch of packages, so I'm not sure which one actually resolved the error. Removing CUDA installs, and NVidia VisionWorks packages that were pulled in while using this computer to set up a Jetson TX1 board. Via apt, aptitude, and dpkg, all traces of libopencv were removed, and then reinstalled from Ubuntu main & ROS repos, and the error was gone.

tsingjinyun commented 8 years ago

@apullin i have make lsd_slam running ok on TX1,but the viewer doesn't show anything ,do you have meet this problem