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

[ipc bridge]MATLAB could not recognize function 'geometry_msgs_Twist'

asked 2013-06-28 13:16:28 -0500

xytmark gravatar image

updated 2016-01-21 02:23:52 -0500

gvdhoorn gravatar image

I install the ipc-bridge on Ubuntu 12.04 following the instruction in

alliance.seas.upenn.edu/~meam620/wiki/index.php?n=Roslab.IpcBridge#Using

For the step 7 I could not compile the last four msgs successfully and I changed the last line in "ipc_bridge_ros.mk" to

$(CXX) -I./include $(ROS_CXXFLAGS) $(IPC_BRIDGE_CXXFLAGS) -lstdc++ $(IPC_LFLAGS) -lipc $(ROS_LFLAGS) $(ROS_LIBS) $^ -o bin/$@ -lroscpp -lrosconsole -lroscpp_serialization -lipc

Every thing sets after this modification.

However, when I tried the demo provide in the instruction, my MATLAB give me the error message says that

Undefined function 'geometry_msgs_Twist' for input arguments of type 'char'.

I also modified the ".bashrc" file to export the MEX to my MATLAB path and still does not working.

Anyone have a idea what's going wrong and how should I fix this?

edit retag flag offensive close merge delete

Comments

Did you solve this problem? I met a same one.

ZYS gravatar image ZYS  ( 2016-01-20 13:34:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-01-21 13:31:40 -0500

ZYS gravatar image

If you want to use the ipc_bridge functions, you must first add the path of the specific binary to Matlab: addpath('Address to the /bin directory of specific message which includes all the mex-compiled binary files')

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-06-28 13:16:28 -0500

Seen: 214 times

Last updated: Jan 21 '16