FollowPathGoal.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-alufr-humanoid_stacks/doc_stacks/2013-10-15_10-01-44.393682/nao_robot/nao_msgs/msg/FollowPathGoal.msg */
00002 #ifndef NAO_MSGS_MESSAGE_FOLLOWPATHGOAL_H
00003 #define NAO_MSGS_MESSAGE_FOLLOWPATHGOAL_H
00004 #include <string>
00005 #include <vector>
00006 #include <map>
00007 #include <ostream>
00008 #include "ros/serialization.h"
00009 #include "ros/builtin_message_traits.h"
00010 #include "ros/message_operations.h"
00011 #include "ros/time.h"
00012 
00013 #include "ros/macros.h"
00014 
00015 #include "ros/assert.h"
00016 
00017 #include "nav_msgs/Path.h"
00018 
00019 namespace nao_msgs
00020 {
00021 template <class ContainerAllocator>
00022 struct FollowPathGoal_ {
00023   typedef FollowPathGoal_<ContainerAllocator> Type;
00024 
00025   FollowPathGoal_()
00026   : path()
00027   {
00028   }
00029 
00030   FollowPathGoal_(const ContainerAllocator& _alloc)
00031   : path(_alloc)
00032   {
00033   }
00034 
00035   typedef  ::nav_msgs::Path_<ContainerAllocator>  _path_type;
00036    ::nav_msgs::Path_<ContainerAllocator>  path;
00037 
00038 
00039   typedef boost::shared_ptr< ::nao_msgs::FollowPathGoal_<ContainerAllocator> > Ptr;
00040   typedef boost::shared_ptr< ::nao_msgs::FollowPathGoal_<ContainerAllocator>  const> ConstPtr;
00041   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00042 }; // struct FollowPathGoal
00043 typedef  ::nao_msgs::FollowPathGoal_<std::allocator<void> > FollowPathGoal;
00044 
00045 typedef boost::shared_ptr< ::nao_msgs::FollowPathGoal> FollowPathGoalPtr;
00046 typedef boost::shared_ptr< ::nao_msgs::FollowPathGoal const> FollowPathGoalConstPtr;
00047 
00048 
00049 template<typename ContainerAllocator>
00050 std::ostream& operator<<(std::ostream& s, const  ::nao_msgs::FollowPathGoal_<ContainerAllocator> & v)
00051 {
00052   ros::message_operations::Printer< ::nao_msgs::FollowPathGoal_<ContainerAllocator> >::stream(s, "", v);
00053   return s;}
00054 
00055 } // namespace nao_msgs
00056 
00057 namespace ros
00058 {
00059 namespace message_traits
00060 {
00061 template<class ContainerAllocator> struct IsMessage< ::nao_msgs::FollowPathGoal_<ContainerAllocator> > : public TrueType {};
00062 template<class ContainerAllocator> struct IsMessage< ::nao_msgs::FollowPathGoal_<ContainerAllocator>  const> : public TrueType {};
00063 template<class ContainerAllocator>
00064 struct MD5Sum< ::nao_msgs::FollowPathGoal_<ContainerAllocator> > {
00065   static const char* value() 
00066   {
00067     return "58d6f138c7de7ef47c75d4b7e5df5472";
00068   }
00069 
00070   static const char* value(const  ::nao_msgs::FollowPathGoal_<ContainerAllocator> &) { return value(); } 
00071   static const uint64_t static_value1 = 0x58d6f138c7de7ef4ULL;
00072   static const uint64_t static_value2 = 0x7c75d4b7e5df5472ULL;
00073 };
00074 
00075 template<class ContainerAllocator>
00076 struct DataType< ::nao_msgs::FollowPathGoal_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "nao_msgs/FollowPathGoal";
00080   }
00081 
00082   static const char* value(const  ::nao_msgs::FollowPathGoal_<ContainerAllocator> &) { return value(); } 
00083 };
00084 
00085 template<class ContainerAllocator>
00086 struct Definition< ::nao_msgs::FollowPathGoal_<ContainerAllocator> > {
00087   static const char* value() 
00088   {
00089     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00090 # goal: a path to follow\n\
00091 nav_msgs/Path path\n\
00092 \n\
00093 ================================================================================\n\
00094 MSG: nav_msgs/Path\n\
00095 #An array of poses that represents a Path for a robot to follow\n\
00096 Header header\n\
00097 geometry_msgs/PoseStamped[] poses\n\
00098 \n\
00099 ================================================================================\n\
00100 MSG: std_msgs/Header\n\
00101 # Standard metadata for higher-level stamped data types.\n\
00102 # This is generally used to communicate timestamped data \n\
00103 # in a particular coordinate frame.\n\
00104 # \n\
00105 # sequence ID: consecutively increasing ID \n\
00106 uint32 seq\n\
00107 #Two-integer timestamp that is expressed as:\n\
00108 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00109 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00110 # time-handling sugar is provided by the client library\n\
00111 time stamp\n\
00112 #Frame this data is associated with\n\
00113 # 0: no frame\n\
00114 # 1: global frame\n\
00115 string frame_id\n\
00116 \n\
00117 ================================================================================\n\
00118 MSG: geometry_msgs/PoseStamped\n\
00119 # A Pose with reference coordinate frame and timestamp\n\
00120 Header header\n\
00121 Pose pose\n\
00122 \n\
00123 ================================================================================\n\
00124 MSG: geometry_msgs/Pose\n\
00125 # A representation of pose in free space, composed of postion and orientation. \n\
00126 Point position\n\
00127 Quaternion orientation\n\
00128 \n\
00129 ================================================================================\n\
00130 MSG: geometry_msgs/Point\n\
00131 # This contains the position of a point in free space\n\
00132 float64 x\n\
00133 float64 y\n\
00134 float64 z\n\
00135 \n\
00136 ================================================================================\n\
00137 MSG: geometry_msgs/Quaternion\n\
00138 # This represents an orientation in free space in quaternion form.\n\
00139 \n\
00140 float64 x\n\
00141 float64 y\n\
00142 float64 z\n\
00143 float64 w\n\
00144 \n\
00145 ";
00146   }
00147 
00148   static const char* value(const  ::nao_msgs::FollowPathGoal_<ContainerAllocator> &) { return value(); } 
00149 };
00150 
00151 } // namespace message_traits
00152 } // namespace ros
00153 
00154 namespace ros
00155 {
00156 namespace serialization
00157 {
00158 
00159 template<class ContainerAllocator> struct Serializer< ::nao_msgs::FollowPathGoal_<ContainerAllocator> >
00160 {
00161   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00162   {
00163     stream.next(m.path);
00164   }
00165 
00166   ROS_DECLARE_ALLINONE_SERIALIZER;
00167 }; // struct FollowPathGoal_
00168 } // namespace serialization
00169 } // namespace ros
00170 
00171 namespace ros
00172 {
00173 namespace message_operations
00174 {
00175 
00176 template<class ContainerAllocator>
00177 struct Printer< ::nao_msgs::FollowPathGoal_<ContainerAllocator> >
00178 {
00179   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::nao_msgs::FollowPathGoal_<ContainerAllocator> & v) 
00180   {
00181     s << indent << "path: ";
00182 s << std::endl;
00183     Printer< ::nav_msgs::Path_<ContainerAllocator> >::stream(s, indent + "  ", v.path);
00184   }
00185 };
00186 
00187 
00188 } // namespace message_operations
00189 } // namespace ros
00190 
00191 #endif // NAO_MSGS_MESSAGE_FOLLOWPATHGOAL_H
00192 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends


nao_msgs
Author(s): Armin Hornung, Stefan Osswald, Daniel Maier
autogenerated on Tue Oct 15 2013 10:05:22