00001
00002 #ifndef PR2_OBJECT_MANIPULATION_MSGS_MESSAGE_POSESTAMPEDSCRIPTEDACTIONGOAL_H
00003 #define PR2_OBJECT_MANIPULATION_MSGS_MESSAGE_POSESTAMPEDSCRIPTEDACTIONGOAL_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 "pr2_object_manipulation_msgs/PoseStampedScriptedGoal.h"
00020
00021 namespace pr2_object_manipulation_msgs
00022 {
00023 template <class ContainerAllocator>
00024 struct PoseStampedScriptedActionGoal_ {
00025 typedef PoseStampedScriptedActionGoal_<ContainerAllocator> Type;
00026
00027 PoseStampedScriptedActionGoal_()
00028 : header()
00029 , goal_id()
00030 , goal()
00031 {
00032 }
00033
00034 PoseStampedScriptedActionGoal_(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 ::pr2_object_manipulation_msgs::PoseStampedScriptedGoal_<ContainerAllocator> _goal_type;
00048 ::pr2_object_manipulation_msgs::PoseStampedScriptedGoal_<ContainerAllocator> goal;
00049
00050
00051 private:
00052 static const char* __s_getDataType_() { return "pr2_object_manipulation_msgs/PoseStampedScriptedActionGoal"; }
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 "2eb35aeaeedfba75ecc263cfd4657233"; }
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 PoseStampedScriptedGoal 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: pr2_object_manipulation_msgs/PoseStampedScriptedGoal\n\
00105 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00106 geometry_msgs/PoseStamped pose_stamped\n\
00107 \n\
00108 \n\
00109 ================================================================================\n\
00110 MSG: geometry_msgs/PoseStamped\n\
00111 # A Pose with reference coordinate frame and timestamp\n\
00112 Header header\n\
00113 Pose pose\n\
00114 \n\
00115 ================================================================================\n\
00116 MSG: geometry_msgs/Pose\n\
00117 # A representation of pose in free space, composed of postion and orientation. \n\
00118 Point position\n\
00119 Quaternion orientation\n\
00120 \n\
00121 ================================================================================\n\
00122 MSG: geometry_msgs/Point\n\
00123 # This contains the position of a point in free space\n\
00124 float64 x\n\
00125 float64 y\n\
00126 float64 z\n\
00127 \n\
00128 ================================================================================\n\
00129 MSG: geometry_msgs/Quaternion\n\
00130 # This represents an orientation in free space in quaternion form.\n\
00131 \n\
00132 float64 x\n\
00133 float64 y\n\
00134 float64 z\n\
00135 float64 w\n\
00136 \n\
00137 "; }
00138 public:
00139 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00140
00141 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00142
00143 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00144 {
00145 ros::serialization::OStream stream(write_ptr, 1000000000);
00146 ros::serialization::serialize(stream, header);
00147 ros::serialization::serialize(stream, goal_id);
00148 ros::serialization::serialize(stream, goal);
00149 return stream.getData();
00150 }
00151
00152 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00153 {
00154 ros::serialization::IStream stream(read_ptr, 1000000000);
00155 ros::serialization::deserialize(stream, header);
00156 ros::serialization::deserialize(stream, goal_id);
00157 ros::serialization::deserialize(stream, goal);
00158 return stream.getData();
00159 }
00160
00161 ROS_DEPRECATED virtual uint32_t serializationLength() const
00162 {
00163 uint32_t size = 0;
00164 size += ros::serialization::serializationLength(header);
00165 size += ros::serialization::serializationLength(goal_id);
00166 size += ros::serialization::serializationLength(goal);
00167 return size;
00168 }
00169
00170 typedef boost::shared_ptr< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> > Ptr;
00171 typedef boost::shared_ptr< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> const> ConstPtr;
00172 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00173 };
00174 typedef ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<std::allocator<void> > PoseStampedScriptedActionGoal;
00175
00176 typedef boost::shared_ptr< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal> PoseStampedScriptedActionGoalPtr;
00177 typedef boost::shared_ptr< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal const> PoseStampedScriptedActionGoalConstPtr;
00178
00179
00180 template<typename ContainerAllocator>
00181 std::ostream& operator<<(std::ostream& s, const ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> & v)
00182 {
00183 ros::message_operations::Printer< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> >::stream(s, "", v);
00184 return s;}
00185
00186 }
00187
00188 namespace ros
00189 {
00190 namespace message_traits
00191 {
00192 template<class ContainerAllocator> struct IsMessage< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> > : public TrueType {};
00193 template<class ContainerAllocator> struct IsMessage< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> const> : public TrueType {};
00194 template<class ContainerAllocator>
00195 struct MD5Sum< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> > {
00196 static const char* value()
00197 {
00198 return "2eb35aeaeedfba75ecc263cfd4657233";
00199 }
00200
00201 static const char* value(const ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> &) { return value(); }
00202 static const uint64_t static_value1 = 0x2eb35aeaeedfba75ULL;
00203 static const uint64_t static_value2 = 0xecc263cfd4657233ULL;
00204 };
00205
00206 template<class ContainerAllocator>
00207 struct DataType< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> > {
00208 static const char* value()
00209 {
00210 return "pr2_object_manipulation_msgs/PoseStampedScriptedActionGoal";
00211 }
00212
00213 static const char* value(const ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> &) { return value(); }
00214 };
00215
00216 template<class ContainerAllocator>
00217 struct Definition< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> > {
00218 static const char* value()
00219 {
00220 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00221 \n\
00222 Header header\n\
00223 actionlib_msgs/GoalID goal_id\n\
00224 PoseStampedScriptedGoal goal\n\
00225 \n\
00226 ================================================================================\n\
00227 MSG: std_msgs/Header\n\
00228 # Standard metadata for higher-level stamped data types.\n\
00229 # This is generally used to communicate timestamped data \n\
00230 # in a particular coordinate frame.\n\
00231 # \n\
00232 # sequence ID: consecutively increasing ID \n\
00233 uint32 seq\n\
00234 #Two-integer timestamp that is expressed as:\n\
00235 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00236 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00237 # time-handling sugar is provided by the client library\n\
00238 time stamp\n\
00239 #Frame this data is associated with\n\
00240 # 0: no frame\n\
00241 # 1: global frame\n\
00242 string frame_id\n\
00243 \n\
00244 ================================================================================\n\
00245 MSG: actionlib_msgs/GoalID\n\
00246 # The stamp should store the time at which this goal was requested.\n\
00247 # It is used by an action server when it tries to preempt all\n\
00248 # goals that were requested before a certain time\n\
00249 time stamp\n\
00250 \n\
00251 # The id provides a way to associate feedback and\n\
00252 # result message with specific goal requests. The id\n\
00253 # specified must be unique.\n\
00254 string id\n\
00255 \n\
00256 \n\
00257 ================================================================================\n\
00258 MSG: pr2_object_manipulation_msgs/PoseStampedScriptedGoal\n\
00259 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00260 geometry_msgs/PoseStamped pose_stamped\n\
00261 \n\
00262 \n\
00263 ================================================================================\n\
00264 MSG: geometry_msgs/PoseStamped\n\
00265 # A Pose with reference coordinate frame and timestamp\n\
00266 Header header\n\
00267 Pose pose\n\
00268 \n\
00269 ================================================================================\n\
00270 MSG: geometry_msgs/Pose\n\
00271 # A representation of pose in free space, composed of postion and orientation. \n\
00272 Point position\n\
00273 Quaternion orientation\n\
00274 \n\
00275 ================================================================================\n\
00276 MSG: geometry_msgs/Point\n\
00277 # This contains the position of a point in free space\n\
00278 float64 x\n\
00279 float64 y\n\
00280 float64 z\n\
00281 \n\
00282 ================================================================================\n\
00283 MSG: geometry_msgs/Quaternion\n\
00284 # This represents an orientation in free space in quaternion form.\n\
00285 \n\
00286 float64 x\n\
00287 float64 y\n\
00288 float64 z\n\
00289 float64 w\n\
00290 \n\
00291 ";
00292 }
00293
00294 static const char* value(const ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> &) { return value(); }
00295 };
00296
00297 template<class ContainerAllocator> struct HasHeader< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> > : public TrueType {};
00298 template<class ContainerAllocator> struct HasHeader< const ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> > : public TrueType {};
00299 }
00300 }
00301
00302 namespace ros
00303 {
00304 namespace serialization
00305 {
00306
00307 template<class ContainerAllocator> struct Serializer< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> >
00308 {
00309 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00310 {
00311 stream.next(m.header);
00312 stream.next(m.goal_id);
00313 stream.next(m.goal);
00314 }
00315
00316 ROS_DECLARE_ALLINONE_SERIALIZER;
00317 };
00318 }
00319 }
00320
00321 namespace ros
00322 {
00323 namespace message_operations
00324 {
00325
00326 template<class ContainerAllocator>
00327 struct Printer< ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> >
00328 {
00329 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pr2_object_manipulation_msgs::PoseStampedScriptedActionGoal_<ContainerAllocator> & v)
00330 {
00331 s << indent << "header: ";
00332 s << std::endl;
00333 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00334 s << indent << "goal_id: ";
00335 s << std::endl;
00336 Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + " ", v.goal_id);
00337 s << indent << "goal: ";
00338 s << std::endl;
00339 Printer< ::pr2_object_manipulation_msgs::PoseStampedScriptedGoal_<ContainerAllocator> >::stream(s, indent + " ", v.goal);
00340 }
00341 };
00342
00343
00344 }
00345 }
00346
00347 #endif // PR2_OBJECT_MANIPULATION_MSGS_MESSAGE_POSESTAMPEDSCRIPTEDACTIONGOAL_H
00348