$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-alufr-humanoid_stacks/doc_stacks/2013-03-05_11-28-06.315559/nao_robot/nao_msgs/msg/FollowPathActionGoal.msg */ 00002 #ifndef NAO_MSGS_MESSAGE_FOLLOWPATHACTIONGOAL_H 00003 #define NAO_MSGS_MESSAGE_FOLLOWPATHACTIONGOAL_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 "std_msgs/Header.h" 00018 #include "actionlib_msgs/GoalID.h" 00019 #include "nao_msgs/FollowPathGoal.h" 00020 00021 namespace nao_msgs 00022 { 00023 template <class ContainerAllocator> 00024 struct FollowPathActionGoal_ { 00025 typedef FollowPathActionGoal_<ContainerAllocator> Type; 00026 00027 FollowPathActionGoal_() 00028 : header() 00029 , goal_id() 00030 , goal() 00031 { 00032 } 00033 00034 FollowPathActionGoal_(const ContainerAllocator& _alloc) 00035 : header(_alloc) 00036 , goal_id(_alloc) 00037 , goal(_alloc) 00038 { 00039 } 00040 00041 typedef ::std_msgs::Header_<ContainerAllocator> _header_type; 00042 ::std_msgs::Header_<ContainerAllocator> header; 00043 00044 typedef ::actionlib_msgs::GoalID_<ContainerAllocator> _goal_id_type; 00045 ::actionlib_msgs::GoalID_<ContainerAllocator> goal_id; 00046 00047 typedef ::nao_msgs::FollowPathGoal_<ContainerAllocator> _goal_type; 00048 ::nao_msgs::FollowPathGoal_<ContainerAllocator> goal; 00049 00050 00051 private: 00052 static const char* __s_getDataType_() { return "nao_msgs/FollowPathActionGoal"; } 00053 public: 00054 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00055 00056 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00057 00058 private: 00059 static const char* __s_getMD5Sum_() { return "fd6a86de9a61df23ce19e20d45649f18"; } 00060 public: 00061 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00062 00063 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00064 00065 private: 00066 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00067 \n\ 00068 Header header\n\ 00069 actionlib_msgs/GoalID goal_id\n\ 00070 FollowPathGoal goal\n\ 00071 \n\ 00072 ================================================================================\n\ 00073 MSG: std_msgs/Header\n\ 00074 # Standard metadata for higher-level stamped data types.\n\ 00075 # This is generally used to communicate timestamped data \n\ 00076 # in a particular coordinate frame.\n\ 00077 # \n\ 00078 # sequence ID: consecutively increasing ID \n\ 00079 uint32 seq\n\ 00080 #Two-integer timestamp that is expressed as:\n\ 00081 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00082 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00083 # time-handling sugar is provided by the client library\n\ 00084 time stamp\n\ 00085 #Frame this data is associated with\n\ 00086 # 0: no frame\n\ 00087 # 1: global frame\n\ 00088 string frame_id\n\ 00089 \n\ 00090 ================================================================================\n\ 00091 MSG: actionlib_msgs/GoalID\n\ 00092 # The stamp should store the time at which this goal was requested.\n\ 00093 # It is used by an action server when it tries to preempt all\n\ 00094 # goals that were requested before a certain time\n\ 00095 time stamp\n\ 00096 \n\ 00097 # The id provides a way to associate feedback and\n\ 00098 # result message with specific goal requests. The id\n\ 00099 # specified must be unique.\n\ 00100 string id\n\ 00101 \n\ 00102 \n\ 00103 ================================================================================\n\ 00104 MSG: nao_msgs/FollowPathGoal\n\ 00105 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00106 # goal: a path to follow\n\ 00107 nav_msgs/Path path\n\ 00108 \n\ 00109 ================================================================================\n\ 00110 MSG: nav_msgs/Path\n\ 00111 #An array of poses that represents a Path for a robot to follow\n\ 00112 Header header\n\ 00113 geometry_msgs/PoseStamped[] poses\n\ 00114 \n\ 00115 ================================================================================\n\ 00116 MSG: geometry_msgs/PoseStamped\n\ 00117 # A Pose with reference coordinate frame and timestamp\n\ 00118 Header header\n\ 00119 Pose pose\n\ 00120 \n\ 00121 ================================================================================\n\ 00122 MSG: geometry_msgs/Pose\n\ 00123 # A representation of pose in free space, composed of postion and orientation. \n\ 00124 Point position\n\ 00125 Quaternion orientation\n\ 00126 \n\ 00127 ================================================================================\n\ 00128 MSG: geometry_msgs/Point\n\ 00129 # This contains the position of a point in free space\n\ 00130 float64 x\n\ 00131 float64 y\n\ 00132 float64 z\n\ 00133 \n\ 00134 ================================================================================\n\ 00135 MSG: geometry_msgs/Quaternion\n\ 00136 # This represents an orientation in free space in quaternion form.\n\ 00137 \n\ 00138 float64 x\n\ 00139 float64 y\n\ 00140 float64 z\n\ 00141 float64 w\n\ 00142 \n\ 00143 "; } 00144 public: 00145 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00146 00147 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00148 00149 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00150 { 00151 ros::serialization::OStream stream(write_ptr, 1000000000); 00152 ros::serialization::serialize(stream, header); 00153 ros::serialization::serialize(stream, goal_id); 00154 ros::serialization::serialize(stream, goal); 00155 return stream.getData(); 00156 } 00157 00158 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00159 { 00160 ros::serialization::IStream stream(read_ptr, 1000000000); 00161 ros::serialization::deserialize(stream, header); 00162 ros::serialization::deserialize(stream, goal_id); 00163 ros::serialization::deserialize(stream, goal); 00164 return stream.getData(); 00165 } 00166 00167 ROS_DEPRECATED virtual uint32_t serializationLength() const 00168 { 00169 uint32_t size = 0; 00170 size += ros::serialization::serializationLength(header); 00171 size += ros::serialization::serializationLength(goal_id); 00172 size += ros::serialization::serializationLength(goal); 00173 return size; 00174 } 00175 00176 typedef boost::shared_ptr< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > Ptr; 00177 typedef boost::shared_ptr< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> const> ConstPtr; 00178 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00179 }; // struct FollowPathActionGoal 00180 typedef ::nao_msgs::FollowPathActionGoal_<std::allocator<void> > FollowPathActionGoal; 00181 00182 typedef boost::shared_ptr< ::nao_msgs::FollowPathActionGoal> FollowPathActionGoalPtr; 00183 typedef boost::shared_ptr< ::nao_msgs::FollowPathActionGoal const> FollowPathActionGoalConstPtr; 00184 00185 00186 template<typename ContainerAllocator> 00187 std::ostream& operator<<(std::ostream& s, const ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> & v) 00188 { 00189 ros::message_operations::Printer< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> >::stream(s, "", v); 00190 return s;} 00191 00192 } // namespace nao_msgs 00193 00194 namespace ros 00195 { 00196 namespace message_traits 00197 { 00198 template<class ContainerAllocator> struct IsMessage< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > : public TrueType {}; 00199 template<class ContainerAllocator> struct IsMessage< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> const> : public TrueType {}; 00200 template<class ContainerAllocator> 00201 struct MD5Sum< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > { 00202 static const char* value() 00203 { 00204 return "fd6a86de9a61df23ce19e20d45649f18"; 00205 } 00206 00207 static const char* value(const ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> &) { return value(); } 00208 static const uint64_t static_value1 = 0xfd6a86de9a61df23ULL; 00209 static const uint64_t static_value2 = 0xce19e20d45649f18ULL; 00210 }; 00211 00212 template<class ContainerAllocator> 00213 struct DataType< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > { 00214 static const char* value() 00215 { 00216 return "nao_msgs/FollowPathActionGoal"; 00217 } 00218 00219 static const char* value(const ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> &) { return value(); } 00220 }; 00221 00222 template<class ContainerAllocator> 00223 struct Definition< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > { 00224 static const char* value() 00225 { 00226 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00227 \n\ 00228 Header header\n\ 00229 actionlib_msgs/GoalID goal_id\n\ 00230 FollowPathGoal goal\n\ 00231 \n\ 00232 ================================================================================\n\ 00233 MSG: std_msgs/Header\n\ 00234 # Standard metadata for higher-level stamped data types.\n\ 00235 # This is generally used to communicate timestamped data \n\ 00236 # in a particular coordinate frame.\n\ 00237 # \n\ 00238 # sequence ID: consecutively increasing ID \n\ 00239 uint32 seq\n\ 00240 #Two-integer timestamp that is expressed as:\n\ 00241 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00242 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00243 # time-handling sugar is provided by the client library\n\ 00244 time stamp\n\ 00245 #Frame this data is associated with\n\ 00246 # 0: no frame\n\ 00247 # 1: global frame\n\ 00248 string frame_id\n\ 00249 \n\ 00250 ================================================================================\n\ 00251 MSG: actionlib_msgs/GoalID\n\ 00252 # The stamp should store the time at which this goal was requested.\n\ 00253 # It is used by an action server when it tries to preempt all\n\ 00254 # goals that were requested before a certain time\n\ 00255 time stamp\n\ 00256 \n\ 00257 # The id provides a way to associate feedback and\n\ 00258 # result message with specific goal requests. The id\n\ 00259 # specified must be unique.\n\ 00260 string id\n\ 00261 \n\ 00262 \n\ 00263 ================================================================================\n\ 00264 MSG: nao_msgs/FollowPathGoal\n\ 00265 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00266 # goal: a path to follow\n\ 00267 nav_msgs/Path path\n\ 00268 \n\ 00269 ================================================================================\n\ 00270 MSG: nav_msgs/Path\n\ 00271 #An array of poses that represents a Path for a robot to follow\n\ 00272 Header header\n\ 00273 geometry_msgs/PoseStamped[] poses\n\ 00274 \n\ 00275 ================================================================================\n\ 00276 MSG: geometry_msgs/PoseStamped\n\ 00277 # A Pose with reference coordinate frame and timestamp\n\ 00278 Header header\n\ 00279 Pose pose\n\ 00280 \n\ 00281 ================================================================================\n\ 00282 MSG: geometry_msgs/Pose\n\ 00283 # A representation of pose in free space, composed of postion and orientation. \n\ 00284 Point position\n\ 00285 Quaternion orientation\n\ 00286 \n\ 00287 ================================================================================\n\ 00288 MSG: geometry_msgs/Point\n\ 00289 # This contains the position of a point in free space\n\ 00290 float64 x\n\ 00291 float64 y\n\ 00292 float64 z\n\ 00293 \n\ 00294 ================================================================================\n\ 00295 MSG: geometry_msgs/Quaternion\n\ 00296 # This represents an orientation in free space in quaternion form.\n\ 00297 \n\ 00298 float64 x\n\ 00299 float64 y\n\ 00300 float64 z\n\ 00301 float64 w\n\ 00302 \n\ 00303 "; 00304 } 00305 00306 static const char* value(const ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> &) { return value(); } 00307 }; 00308 00309 template<class ContainerAllocator> struct HasHeader< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > : public TrueType {}; 00310 template<class ContainerAllocator> struct HasHeader< const ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > : public TrueType {}; 00311 } // namespace message_traits 00312 } // namespace ros 00313 00314 namespace ros 00315 { 00316 namespace serialization 00317 { 00318 00319 template<class ContainerAllocator> struct Serializer< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > 00320 { 00321 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00322 { 00323 stream.next(m.header); 00324 stream.next(m.goal_id); 00325 stream.next(m.goal); 00326 } 00327 00328 ROS_DECLARE_ALLINONE_SERIALIZER; 00329 }; // struct FollowPathActionGoal_ 00330 } // namespace serialization 00331 } // namespace ros 00332 00333 namespace ros 00334 { 00335 namespace message_operations 00336 { 00337 00338 template<class ContainerAllocator> 00339 struct Printer< ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> > 00340 { 00341 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::nao_msgs::FollowPathActionGoal_<ContainerAllocator> & v) 00342 { 00343 s << indent << "header: "; 00344 s << std::endl; 00345 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header); 00346 s << indent << "goal_id: "; 00347 s << std::endl; 00348 Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + " ", v.goal_id); 00349 s << indent << "goal: "; 00350 s << std::endl; 00351 Printer< ::nao_msgs::FollowPathGoal_<ContainerAllocator> >::stream(s, indent + " ", v.goal); 00352 } 00353 }; 00354 00355 00356 } // namespace message_operations 00357 } // namespace ros 00358 00359 #endif // NAO_MSGS_MESSAGE_FOLLOWPATHACTIONGOAL_H 00360