Closed mmurooka closed 10 years ago
Did you update jsk_common or installed them via deb package?
I used newest version of jsk_common and jsk_roseus. I installed jsk_common and jsk_roseus in different catkin workspace.
did you catkin_make install
in upper workspace, if not, currently your euslisp_PACKAGE_PATH may not point to valid directory
https://github.com/jsk-ros-pkg/jsk_model_tools/blob/master/eus_assimp/catkin.cmake#L15
please add to check ${euslisp_SOURCE_PREFIX} as we did in https://github.com/start-jsk/rtmros_common/blob/master/hrpsys_ros_bridge/cmake/compile_robot_model.cmake#L118
foo_SOURCE_DIR ;; if you have source code in same workspace foo_SOURCE_PREFIX ;; if you have source code in upstream workspace and not installed yet foo_PREFIX/share/foo ;; if you have source code in upstream workspace and installed, or you installed via debian package
did you catkin_make install in upper workspace,
No, I didn't catkin_make install for ws_jsk_roseus.
Thank you for your explanation. I modified catkin.cmake and worked well in the local environment. I made PR.
PR was merged.
I got following error. eus.h is not found when compiling eus_assimp.cpp
Are there something strange?