Include header file error ros fuerte [closed]

asked 2014-05-29 22:28:33 -0600

Edmodi gravatar image

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:

cmake_minimum_required(VERSION 2.4.6)

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

rosbuild_init()

set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)

set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)

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

Thansk in advanced

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-10-28 18:17:06.575323