ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hello
Just wanted to say I have a very similar problem
In my case it says Eigen is found but still does not compile
I have Ubuntu 10.04, ROS fuerte, installed
I follow the instructions at http://www.ros.org/wiki/rgbdslam
rosdep step works, but when I try to do a rosmake rgbdslam_freiburg
it compiles some files and then aborts with this message.
-- Eigen found (include: /usr/include/eigen3) [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_qtros.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_openni_listener.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_qt_gui.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_graph_manager.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_glviewer.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_ros_service_ui.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later -- Configuring incomplete, errors occurred! make: * [all] Error 1
I don't really know what this is about, qt, I imagined.
So I installed ros-qt-* packages, and qt4 and qt-creator using apt-get
but still the same problem.
Any ideas?
Thanks
Miguel
2 | No.2 Revision |
HelloI have removed my previous question since it was wrong.
Just wanted to say I have a very similar problemThe solution was actually replicated in another thread.
In my case it says Eigen is found but still does not compile
I have Ubuntu 10.04, ROS fuerte, installed
I follow the instructions at http://www.ros.org/wiki/rgbdslam
rosdep step works, but when I try to do a rosmake rgbdslam_freiburg
it compiles some files and then aborts with this message.
-- Eigen found (include: /usr/include/eigen3) [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_qtros.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_openni_listener.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_qt_gui.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_graph_manager.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_glviewer.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later [rosbuild] Couldn't find source file /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam/build/src/moc_ros_service_ui.cxx; assuming that it is in /home/mike/workingcopy/rgbdslam_freiburg/rgbdslam and will be generated later -- Configuring incomplete, errors occurred! make: * [all] Error 1
I don't really know what this is about, qt, I imagined.
So I installed ros-qt-* packages, and qt4 and qt-creator using apt-get
but still the same problem.
Any ideas?
Thanks Sorry about that.
Miguel