-
Notifications
You must be signed in to change notification settings - Fork 17
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
Help.. Failed to process package 'matlab_ros_bridge': #5
Comments
Hello John, I am kind of having the same error as yours. Did you manage to solve the issue? Thanks, |
Hi John, I am sorry for the late reply. Could you be a bit more precise about your platform? I need to know :
I wait for your reply to try to help you. Fabrizio. |
Hi, catkin_make_isolated --cmake-args -DBOOST_ROOT=/home/mahsa/ROSMATLAB/boost_1_49_0_gcc_4_7 -DBoost_NO_SYSTEM_PATHS=ON -DCMAKE_C_COMPILER=/usr/bin/gcc-4.8 -DCMAKE_CXX_COMPILER=/usr/bin/g++-4.8 -DMATLAB_DIR=/usr/local/MATLAB/R2014a I am running on: Thank you. |
Hello Masha, |
Hello FirasAbiFarraj , |
I used the compiled boost. But it is compiled with gcc/g++ 4.7 while yours is 4.8. Could be an issue.. |
Hello, I have installed matlab_ros_bridge on system with Ubuntu 16.04, ROS kinetic and Matlab 2016b, but I do not find the file 'setup.m' in matlab_ros_bridge. Can you please tell me what am I doing wrong or if I miss something... I can open the test.slx but when I run it I have the following errors and I do not find the ROS file that I should launch to create the topic '/Vector3_', can you help me with this (I am new in ROS) Error in S-function 'test/Publish Vector3Stamped': S-Function 'rmsg_pub_Vector3Stamped' does not exist Many thanks, |
@ccopot I have the same problem as you. Did you get a solution? |
Yesterday I accepted a PR with some updates in Anyway this project was designed before Matworks made available a stable ROS bridge. It is now deprecated and no more maintained. You should rather use the official ROS bridge. |
@robopassio In the end I didn't use this PR. I used the official ROS bridge from Matworks as @fspindle mention. |
Hi Giovanni and Ricardo,
I have tried setting the matlab_ros_bridge, with the corresponding indications. When compiling an error. Attach Images and compilation instruction.
catkin_make_isolated --cmake-args -DBOOST_ROOT=/home/john/boost_1_49_0_gcc_4_7 -DBoost_NO_SYSTEM_PATHS=ON -DCMAKE_C_COMPILER=/usr/bin/gcc-4.7 -DCMAKE_CXX_COMPILER=/usr/bin/g++-4.7 -DCMAKE_CXX_FLAGS=-U_GNU_SOURCE -DMATLAB_DIR=/home/john/matlab2014a/R2014a
Att,
John J.
The text was updated successfully, but these errors were encountered: