please help! run example of ipc-bridge and error
When I run the example_publisher.m, the function 'geometry_msgs_Twist' cannot be recognized shown as below
Undefined function 'geometry_msgs_Twist' for input arguments of type 'char'.
Error in example_subscriber (line 12) pid=geometry_msgs_Twist('connect','subscriber','example_module','twist');
maybe plot full error logs for us to understand your issues. It seems like function declare problems.