Robotics StackExchange | Archived questions

rosmatlab can't find message libs

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

Asked by bnm-rc on 2014-03-03 03:29:35 UTC

Comments

Answers

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.

Asked by bnm-rc on 2014-03-03 04:28:39 UTC

Comments