How to make rostopic listen to custom messages
I've created my own message type, and have a C++ program generating messages. When I attempt to listen to the messages using rostopic echo
, I get the following message.
ERROR: Cannot load message class for [mocap_msgs/LocalMocapFrame]. Are your messages built?
My messages are built and compiled. Why do I still get this error message?