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