ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thank you very much for your quick reply!

I now tried to compile the package with the following command I have seen on the output.

cmake -G "NMake Makefiles" -C "c:\work\ws\config.cmake" -DCMAKE_USER_MAKE_RULES_OVERRIDE:STRING="C:\Python27\lib\site-packages\win_ros\cmake\MsvcOverrides.cmake" -DCATKIN_DEVEL_PREFIX=c:\work\ws\devel c:\work\ws\src\my_project

The difference to the command winros_make is executing is the last path "c:\work\ws\src\my_project" which describes the directory of my project. The output then looks like this:

loading initial cache file c:\work\ws\config.cmake Boost found. Found Boost components: date_time;thread -- Using CATKIN_DEVEL_PREFIX: c:/work/ws/devel -- Using CMAKE_PREFIX_PATH: C:/opt/rosdeps/groovy/x86 CMake Warning at C:/opt/ros/groovy/x86/share/catkin/cmake/test/gtest.cmake:99 (m essage): gtest not found, C++ tests can not be built. You can run 'svn checkout http://googletest.googlecode.com/svn/tags/release-1.6.0 gtest' in the root of your workspace Call Stack (most recent call first): C:/opt/ros/groovy/x86/share/catkin/cmake/all.cmake:133 (include) C:/opt/ros/groovy/x86/share/catkin/cmake/catkinConfig.cmake:20 (include) CMakeLists.txt:5 (find_package)

-- Using CATKIN_TEST_RESULTS_DIR: C:/work/wsbak/src/my_project/test_results -- catkin 0.5.64 -- my_project: 2 messages, 0 services -- Configuring done -- Generating done -- Build files have been written to: C:/work/wsbak/src/msm_msgs

Looks very promissing. The two messages I have defined were parsed successfully but at least the projectfolder with its headerfiles were not created under C:\work\ws\devel\include