Re: [ros-users] ROS default header files

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Josh Faust
Date:  
To: ros-users
Subject: Re: [ros-users] ROS default header files
Is this when building released stacks, or your own code? Can you copy/paste
the output from the build?

Josh

On Tue, Jun 1, 2010 at 1:19 PM, ibwood <> wrote:

>
> Hi all,
>
> Correct me if I'm wrong but these are default header files that come
> installed with ROS right?:
>
> common.h
> types.h
> node_handle.h
> publisher.h
> single_subscriber_publisher.h
> service_server.h
> subscriber.h
> service.h
> init.h
> master.h
> this_node.h
> param.h
> topic.h
> names.h
> debug.h
> message.h
>
> If so, why can it not access any of them when I run rosmake? In my C++
> program, I have the header files ros.h and String.h included, it's just
> that
> the header files INSIDE ros.h and String.h are not accessible (for some
> reason). I include them as follows:
>
> #include <ros/HEADER_NAME.h>
>
> How would I know the path to include these files? Would I use double
> quotations instead of inequality brackets? Thanks in advance for any help.
>
> -Ian
> --
> View this message in context:
> http://ros-users.122217.n3.nabble.com/ROS-default-header-files-tp862763p862763.html
> Sent from the ROS-Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> ros-users mailing list
>
> https://lists.sourceforge.net/lists/listinfo/ros-users
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>