Robotics StackExchange | Archived questions

Include header file error ros fuerte

Hi, for professional problems, I have been forced to change my Ros version Groovy for Ros Fuerte. When I try to compiled my code with rosmake I found a error says include headers files not found. I push this files in include package folder but not run. I probed with others paths but the results is the same

This is my CMakeList file:

cmakeminimumrequired(VERSION 2.4.6)

include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)

rosbuild_init()

set(EXECUTABLEOUTPUTPATH ${PROJECTSOURCEDIR}/bin)

set(LIBRARYOUTPUTPATH ${PROJECTSOURCEDIR}/lib)

rosbuildaddexecutable(${PROJECT_NAME} src/main.cpp)

Thansk in advanced

Asked by Edmodi on 2014-05-29 22:28:33 UTC

Comments

Answers