Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not compile rtmros_gazebo if hrpsys_ros_bridge is installed in differnt workspace with devel #110

Open
k-okada opened this issue Sep 2, 2014 · 2 comments

Comments

@k-okada
Copy link
Member

k-okada commented Sep 2, 2014

@mmurooka , wsを分けてinstallしていないと以下のエラーになる,ということはない?

-- hrpsys_gazebo_atlas: 2 messages, 0 services
CMake Error at rtmros_gazebo/hrpsys_gazebo_atlas/catkin.cmake:25 (include):
  include could not find load file:

    /home/k-okada/ros/hydro/devel/share/hrpsys_ros_bridge/cmake/compile_robot_model.cmake
Call Stack (most recent call first):
  rtmros_gazebo/hrpsys_gazebo_atlas/CMakeLists.txt:2 (include)
@mmurooka
Copy link
Member

見逃していて遅くなりました.

https://github.com/start-jsk/rtmros_gazebo/blob/master/hrpsys_gazebo_atlas/catkin.cmake#L25
を見る限り,
wsをまとめてbuild,develない状態で一気にcatkin_make --only-pkg-with-deps hrpsys_gazebo_atlasするとエラーになりそうです.

最近はwsはまとめているのですが,
なんとなく以下のように2回に分けてcatkin_makeしていたのでこのエラーには遭遇しなかったみたいですが,
直したほうがいいですね.

catkin_make --only-pkg-with-deps hrpsys_ros_bridge
source ~/ros/hydro/devel/setup.bash
catkin_make --only-pkg-with-deps hrpsys_gazebo_atlas

@mmurooka
Copy link
Member

やっぱりよく見たら場合分けatlas_description_PACKAGE_PATHをセットしているので
エラーは起きないはず?

https://github.com/start-jsk/rtmros_gazebo/blob/master/hrpsys_gazebo_atlas/catkin.cmake#L20-L25

robograffitti pushed a commit to robograffitti/rtmros_gazebo that referenced this issue Jun 24, 2015
Add roseus to hrpsys_ros_bridge_tutorials dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants