Nishida-Lab / motoman_project

Repository for Motoman ROS applications
http://lab.cntl.kyutech.ac.jp/~nishida/en/research-en.html
52 stars 32 forks source link

rosrun motoman_calib motoman_calib できない #93

Closed RyodoTanaka closed 7 years ago

RyodoTanaka commented 7 years ago

a0353a7365eefb76f0348a2852874c16ce6c540a のコミット時点で,表題のコマンドを実行しようとすると,

[rosrun] Couldn't find executable named motoman_calib below /home/motoman/Workspace/ROS/motoman_ws/src/motoman_project/motoman_calib
[rosrun] Found the following, but they're either not files,
[rosrun] or not executable:
[rosrun]   /home/motoman/Workspace/ROS/motoman_ws/src/motoman_project/motoman_calib

というエラーが出ます. どうしたら良いのでしょう?

RyodoTanaka commented 7 years ago
catkin_package(
  CATKIN_DEPENDS
  )

上記を追加しないと,パッケージの下の実行ファイルを見つけてくれないようです. 追加することにより解決しました。!