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.
#2 (comment)
に従って,catkin_make 出来るようにしました.思ったより色々問題がでてきました.
という事でマージはチョット待って下さい.
k-okada@2fa0703
で,とりあえずcatkin_make でいますが,
となるように,openrtm_aist で変更しなければいけません.まだやっていないので手動でお願いします.
これで,
でコンパイル出来るようになりました.ただこれだけだと,start-jsk/openhrp3と等価にならずに,
k-okada@10ac2310d3c7f901c3e766771be039956060e91d,
k-okada@9e8d0d3
が必要です.というのも
rospack find openhrp3
/share/OpenHRP-3.1/sample (https://github.com/start-jsk/openhrp3/blob/master/test/test_openhrp3.py#L63)が動くように,とか,`rosrun openhrp3 openhrp3-model-loader`が動くように,とおもうと,catkinなファイル構造(http://www.ros.org/reps/rep-0122.html)でないといけないです.ということで,かなり汚くなっています.
また,さらに,
すると,devel以下に対するテストして,installeいかが対象では無いので,
https://github.com/k-okada/openhrp3-1/blob/catkin_support/CMakeLists.txt#L564
などとしてinstalledディレクトリを汚くしたりしています.ただ,これは何とかなるかもしれないですが,,,
(devel/lib にライブラリがあるけど,binaryはbuild/bin にあるのは何かの環境変数?これを,devel/bin に
書き出させるのは可能そう,でもそれでも,
rosrun openhrp3 openhrp-model-loader
にならないので,なにか問題あると思う.
start-jsk/openrtm_aist_core#1 で色々議論したけど,結局サードパーティの
物はサードパーティとしてROS-FHSでない方法でインストールしてライブラリとしてつかって,rosrun xxは
諦める,というのがいいのかなぁ.どうでしょうか.ただ,そうすると,この話の目的のrostestを使う,もデキなく
なってしまう.moveit/opencvなどでもう一度チェックが必要ですね.