We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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)
The text was updated successfully, but these errors were encountered:
見逃していて遅くなりました.
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するとエラーになりそうです.
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
Sorry, something went wrong.
やっぱりよく見たら場合分けatlas_description_PACKAGE_PATHをセットしているので エラーは起きないはず?
atlas_description_PACKAGE_PATH
https://github.com/start-jsk/rtmros_gazebo/blob/master/hrpsys_gazebo_atlas/catkin.cmake#L20-L25
Merge pull request start-jsk#110 from mmurooka/add-dependency-roseus
532b900
Add roseus to hrpsys_ros_bridge_tutorials dependency
No branches or pull requests
@mmurooka , wsを分けてinstallしていないと以下のエラーになる,ということはない?
The text was updated successfully, but these errors were encountered: