-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS Installation of Realsense package #36
Comments
It looks like you have a shell script that is trying to execute the .cfg file python script and it is getting permission denied. Either your shell script is not being executed with the right permissions or the cfg file is not set as executable (rwx). Check your permissions. Also, we're not currently testing our realsense camera package with OS X. So if this works let us know. |
@mkhansen-intel Thank you for your hint. After doing two additional modifications (i am using PCL-Version 1.8 instead of 1.7, removing linker options in CMakeLists.txt), the package could be built without errors. The nodelet is running perfectly on jade/OSX now. |
@ecmnet, I have a similar installation problem on OSX/macOS Sierra. Do you think you could quickly elaborate on your answer? What in specific were the two additional modifications? |
Fisheye & IMU Topics
I try to install the ROS-Librealsense package on OS X. ROS is installed properly and working well. Also librealsense is working; cpp-capture also works fine.
When trying to run catkin_make on the ROS package, I get the following error:
Any advise how to overcome that issue? Thank you
The text was updated successfully, but these errors were encountered: