slightech / MYNT-EYE-ROS-Wrapper

ROS wrapper for the MYNT EYE SDK
69 stars 21 forks source link

ROS problem #14

Closed dvalenciar closed 5 years ago

dvalenciar commented 6 years ago

Hello. I already installed the MYNT EYE SDK and everything looks good but when i try to install the ros package in my catking _ws i got the next error:

BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~ -- ~~ traversing 1 packages in topological order: -- ~~ - mynteye_ros_wrapper -- ~~~~~~~~~~~~~ -- +++ processing catkin package: 'mynteye_ros_wrapper' -- ==> add_subdirectory(MYNT-EYE-ROS-Wrapper) CMake Error at MYNT-EYE-ROS-Wrapper/CMakeLists.txt:13 (message): MYNTEYE_SDK_ROOT environment variable not found.

-- Configuring incomplete, errors occurred! See also "/home/david/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/david/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed

Any idea why ?

thank you

apollom commented 6 years ago

I have the same problem. How did you solve it.

dvalenciar commented 6 years ago

I re-installed Ubuntu and ROS, That fixed the problem

marekskocz commented 5 years ago

Exactly same issue here:

Anybody has a fix for this (please other than re-install Ubuntu and ROS)?

marcinolokk commented 4 years ago

It's kind of a late reply, but it seems like the environments are not set correctly. If anyone else has the problem, adding env in ~/.bashrc : "export MYNTEYE_SDK_ROOT="/YOUR/MYNTEYE-SDK/DIR" solved this issue