catkin clean workspace after wstool update #92
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(日本語で失礼します)
このプルリクエストでは、wstool updateとcatkin buildの間にcatkin cleanを入れるようにしました。
今日気づいたのですが、fetch15とfetch1075がaques_talkで日本語を話せないという問題が発生していました。
/var/log/ros/jsk-fetch-startup.logには以下のようなログが残っていました。
直接の原因としては、aques_talk/phontディレクトリに存在するべき.phontファイルがなかったからです。
その原因は、以下のとおりだと考えています。
https://github.com/jsk-ros-pkg/jsk_3rdparty/blob/27767817252febb8322a291be36042bc5c51c76f/3rdparty/aques_talk/CMakeLists.txt#L20-L29
実際、
すると、上記の.phontファイルが無い問題は治り、fetchは日本語を話せるようになりました。
おそらく似たような原因で、
collada_urdf_jsk_patch
もcleanしてbuildしないとbuildが通らない問題が発生していました。(こちらは詳細な原因は調べられていません)毎日catkin cleanすると時間がかかりそうだなぁという気もしますが、仕方ない気がしています。