ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rosmatlab can't find message libs [closed]

asked 2014-03-03 02:29:35 -0500

bnm-rc gravatar image

Hi everyone,

I'm having troubles with rosmatlab not knowing the message types (even the std_msgs message types). On my researches I noticed that everytime I try to load a message type manually

>> std_msgs
[ROS] Loaded package std_msgs.

I get an error on the terminal from which I started MATLAB:

[ERROR] [1393856617.001986694]: libintrospection_std_msgs.so: cannot open shared object file: No such file or directory

I checked the files, they are at there place at ./devel/lib/introspection/. from my workspace point of view. They are also readable by everyone (checked with ls -l).

Does anybody know this problem or even better, how to solve it?
Any help is really appreciated!

Greetings,
Roberto

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by bnm-rc
close date 2014-03-10 04:25:37

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-03 03:28:39 -0500

bnm-rc gravatar image

I eventually got the problem solved. It was a mistake I made when executing commands on the MATLAB console. I always called ros.init as first statement and then std_msgs to load the message types. Somehow, the call to ros.init leads every attempt on loading message types to failure. I will try to find out why and then publish it here.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-03-03 02:29:35 -0500

Seen: 253 times

Last updated: Mar 03 '14