Sean Pollock

Results 29 comments of Sean Pollock

Confused why it it wants `/home/sean/dji-guidance-ws/src` to be subdirectory of the source dir path. I am thinking my Base, Source, Devel, and Install paths look correct.

I cloned into `/home/sean/dji-guidance-ws/src/` . But if I first catkin_make like above (with an empty `/home/sean/dji-guidance-ws/src`) before the cloning step --> it creates a CMakeLists.txt in the` dji-guidance-ws/src` folder. Should...

yes no erors before cloning. Then cloning into ~/ws/src and mv CMakeLists.txt back into src. Then catkin_make once again from project root. Using a similar process with `catkin build` I...

I was using `catkin_make` just tried out `catkin build` to see. Ah, I followed your commands exactly but am getting the same error. Do you have any tips for investigating?...

``` /usr/include/x86_64-linux-gnu/qt5 /usr/lib/x86_64-linux-gnu/libsignon-qt5.so.1.0.0 /usr/lib/x86_64-linux-gnu/libaccounts-qt5.so.1 /usr/lib/x86_64-linux-gnu/libdbusmenu-qt5.so.2 /usr/lib/x86_64-linux-gnu/libsignon-qt5.so.1.0 /usr/lib/x86_64-linux-gnu/libaccounts-qt5.so.1.2.0 /usr/lib/x86_64-linux-gnu/qtchooser/qt5.conf /usr/lib/x86_64-linux-gnu/qt5 /usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libappmenu-qt5.so /usr/lib/x86_64-linux-gnu/libaccounts-qt5.so.1.2 /usr/lib/x86_64-linux-gnu/libsignon-qt5.so.1 /usr/lib/x86_64-linux-gnu/libdbusmenu-qt5.so.2.6.0 /usr/lib/python2.7/dist-packages/matplotlib/tests/test_backend_qt5.pyc /usr/lib/python2.7/dist-packages/matplotlib/tests/test_backend_qt5.py /usr/lib/python2.7/dist-packages/matplotlib/backends/backend_qt5.py /usr/lib/python2.7/dist-packages/matplotlib/backends/backend_qt5agg.py /usr/lib/python2.7/dist-packages/matplotlib/backends/backend_qt5agg.pyc /usr/lib/python2.7/dist-packages/matplotlib/backends/backend_qt5.pyc /usr/share/app-install/desktop/libu1db-qt5-examples:u1db-qt-gallery.desktop /usr/share/qtchooser/qt5-x86_64-linux-gnu.conf /usr/share/man/man1/moc-qt5.1.gz /usr/share/man/man1/qmake-qt5.1.gz /usr/share/qt5 /usr/share/boost-build/src/tools/qt5.jam /usr/share/lintian/overrides/libqt5concurrent5 /usr/share/lintian/overrides/libqt5network5 /usr/share/lintian/overrides/libqt5dbus5 /usr/share/lintian/overrides/libqt5quicktest5 /usr/share/lintian/overrides/libqt5quick5...

I wrote a test cpp script that uses QT5 modules and it works just fine, however within a catkin workspace the cmakelist ist not able to find the qt5 libraries.~...

hey @jimcha21, apologize for delayed response. Here is the output from `/sbin/ldconfig -p | grep Qt5` ``` libQt5X11Extras.so.5 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5 libQt5X11Extras.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so libQt5XmlPatterns.so.5 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libQt5XmlPatterns.so.5 libQt5XmlPatterns.so...

I was able to get past qt5 issues by adding `find_package` for those libraries explicitly in `CMakeLists.txt`. However, I am now running into this error: ``` [ 37%] Linking CXX...

successfully returns the opencv version: `2.4.11`