ubuntu14.04 ROS indigo

问题:

  执行查看指定消息的命令,出现下面的错误提示,找不到该消息类型。

  ~$ rostopic echo /speech/command 

  ERROR: Cannot load message class for [speech_control/command]. Are your messages built?

解决:

  将ros 工作空间中的 devel 和 build 两个文件夹删除,然后重新编译,执行 catkin_make,即可。

相关文章:

  • 2021-08-20
  • 2022-01-04
  • 2021-12-04
  • 2021-07-15
  • 2021-12-01
  • 2021-09-11
  • 2021-12-20
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-07-04
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
相关资源
相似解决方案