qt creator with msvc2010 compiler [closed]
Hi all, I am trying to use qtcreator on windows system to open an existed ros-qt-package with a visual studio express msvc2010 compiler, but once I open the CMakeLists.txt and run cmake, the cmake output showed below:
CMake Error at C:/work/src/ros/core/rosbuild/rosbuild.cmake:22 (message): Couldn't find rospack. Please run 'make' in $ROS_ROOT Call Stack (most recent call first): CMakeLists.txt:21 (include)
If anyone also work on ros-qt-package on windows, and could help me to figure the problem out?
kind regards, xiaowen
Could you include the directions you used to install ROS on Windows?