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