[ros-users] Cannot load message class for [rviz/SelectionMes…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Hao Dang
日付:  
To: ros-users
題目: [ros-users] Cannot load message class for [rviz/SelectionMessage]. Are your messages built?
Hello all,

I met a problem when I use "rostopic echo *" on a topic which I built,
ROS complained and said "Cannot load message class for
[rviz/SelectionMessage]. Are your messages built?". But when I wrote
a dedicated listener which subscribed to this topic, I can get the
information of the published messages to this topic. Does anybody
know why? By the way, "rostopic list" can list the topic and
"rostopic info" can also get the information of the topic.

Thank you!

Hao