00001
00002 #ifndef PR2_INTERACTIVE_OBJECT_DETECTION_MESSAGE_USERCOMMANDACTIONGOAL_H
00003 #define PR2_INTERACTIVE_OBJECT_DETECTION_MESSAGE_USERCOMMANDACTIONGOAL_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 "pr2_interactive_object_detection/UserCommandGoal.h"
00016
00017 namespace pr2_interactive_object_detection
00018 {
00019 template <class ContainerAllocator>
00020 struct UserCommandActionGoal_ : public ros::Message
00021 {
00022 typedef UserCommandActionGoal_<ContainerAllocator> Type;
00023
00024 UserCommandActionGoal_()
00025 : header()
00026 , goal_id()
00027 , goal()
00028 {
00029 }
00030
00031 UserCommandActionGoal_(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 ::pr2_interactive_object_detection::UserCommandGoal_<ContainerAllocator> _goal_type;
00045 ::pr2_interactive_object_detection::UserCommandGoal_<ContainerAllocator> goal;
00046
00047
00048 private:
00049 static const char* __s_getDataType_() { return "pr2_interactive_object_detection/UserCommandActionGoal"; }
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 "8f95918f3d1ea3e7e9b9a54f0fe8eae8"; }
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 UserCommandGoal 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: pr2_interactive_object_detection/UserCommandGoal\n\
00102 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00103 #request constants\n\
00104 int8 LOOK_AT_TABLE=0\n\
00105 \n\
00106 int8 SEGMENT=1\n\
00107 int8 RECOGNIZE=2\n\
00108 int8 DETECT=3\n\
00109 \n\
00110 int8 request\n\
00111 bool interactive\n\
00112 \n\
00113 "; }
00114 public:
00115 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00116
00117 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00118
00119 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00120 {
00121 ros::serialization::OStream stream(write_ptr, 1000000000);
00122 ros::serialization::serialize(stream, header);
00123 ros::serialization::serialize(stream, goal_id);
00124 ros::serialization::serialize(stream, goal);
00125 return stream.getData();
00126 }
00127
00128 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00129 {
00130 ros::serialization::IStream stream(read_ptr, 1000000000);
00131 ros::serialization::deserialize(stream, header);
00132 ros::serialization::deserialize(stream, goal_id);
00133 ros::serialization::deserialize(stream, goal);
00134 return stream.getData();
00135 }
00136
00137 ROS_DEPRECATED virtual uint32_t serializationLength() const
00138 {
00139 uint32_t size = 0;
00140 size += ros::serialization::serializationLength(header);
00141 size += ros::serialization::serializationLength(goal_id);
00142 size += ros::serialization::serializationLength(goal);
00143 return size;
00144 }
00145
00146 typedef boost::shared_ptr< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> > Ptr;
00147 typedef boost::shared_ptr< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> const> ConstPtr;
00148 };
00149 typedef ::pr2_interactive_object_detection::UserCommandActionGoal_<std::allocator<void> > UserCommandActionGoal;
00150
00151 typedef boost::shared_ptr< ::pr2_interactive_object_detection::UserCommandActionGoal> UserCommandActionGoalPtr;
00152 typedef boost::shared_ptr< ::pr2_interactive_object_detection::UserCommandActionGoal const> UserCommandActionGoalConstPtr;
00153
00154
00155 template<typename ContainerAllocator>
00156 std::ostream& operator<<(std::ostream& s, const ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> & v)
00157 {
00158 ros::message_operations::Printer< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> >::stream(s, "", v);
00159 return s;}
00160
00161 }
00162
00163 namespace ros
00164 {
00165 namespace message_traits
00166 {
00167 template<class ContainerAllocator>
00168 struct MD5Sum< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> > {
00169 static const char* value()
00170 {
00171 return "8f95918f3d1ea3e7e9b9a54f0fe8eae8";
00172 }
00173
00174 static const char* value(const ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> &) { return value(); }
00175 static const uint64_t static_value1 = 0x8f95918f3d1ea3e7ULL;
00176 static const uint64_t static_value2 = 0xe9b9a54f0fe8eae8ULL;
00177 };
00178
00179 template<class ContainerAllocator>
00180 struct DataType< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> > {
00181 static const char* value()
00182 {
00183 return "pr2_interactive_object_detection/UserCommandActionGoal";
00184 }
00185
00186 static const char* value(const ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> &) { return value(); }
00187 };
00188
00189 template<class ContainerAllocator>
00190 struct Definition< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> > {
00191 static const char* value()
00192 {
00193 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00194 \n\
00195 Header header\n\
00196 actionlib_msgs/GoalID goal_id\n\
00197 UserCommandGoal goal\n\
00198 \n\
00199 ================================================================================\n\
00200 MSG: std_msgs/Header\n\
00201 # Standard metadata for higher-level stamped data types.\n\
00202 # This is generally used to communicate timestamped data \n\
00203 # in a particular coordinate frame.\n\
00204 # \n\
00205 # sequence ID: consecutively increasing ID \n\
00206 uint32 seq\n\
00207 #Two-integer timestamp that is expressed as:\n\
00208 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00209 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00210 # time-handling sugar is provided by the client library\n\
00211 time stamp\n\
00212 #Frame this data is associated with\n\
00213 # 0: no frame\n\
00214 # 1: global frame\n\
00215 string frame_id\n\
00216 \n\
00217 ================================================================================\n\
00218 MSG: actionlib_msgs/GoalID\n\
00219 # The stamp should store the time at which this goal was requested.\n\
00220 # It is used by an action server when it tries to preempt all\n\
00221 # goals that were requested before a certain time\n\
00222 time stamp\n\
00223 \n\
00224 # The id provides a way to associate feedback and\n\
00225 # result message with specific goal requests. The id\n\
00226 # specified must be unique.\n\
00227 string id\n\
00228 \n\
00229 \n\
00230 ================================================================================\n\
00231 MSG: pr2_interactive_object_detection/UserCommandGoal\n\
00232 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00233 #request constants\n\
00234 int8 LOOK_AT_TABLE=0\n\
00235 \n\
00236 int8 SEGMENT=1\n\
00237 int8 RECOGNIZE=2\n\
00238 int8 DETECT=3\n\
00239 \n\
00240 int8 request\n\
00241 bool interactive\n\
00242 \n\
00243 ";
00244 }
00245
00246 static const char* value(const ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> &) { return value(); }
00247 };
00248
00249 template<class ContainerAllocator> struct HasHeader< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> > : public TrueType {};
00250 template<class ContainerAllocator> struct HasHeader< const ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> > : public TrueType {};
00251 }
00252 }
00253
00254 namespace ros
00255 {
00256 namespace serialization
00257 {
00258
00259 template<class ContainerAllocator> struct Serializer< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> >
00260 {
00261 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00262 {
00263 stream.next(m.header);
00264 stream.next(m.goal_id);
00265 stream.next(m.goal);
00266 }
00267
00268 ROS_DECLARE_ALLINONE_SERIALIZER;
00269 };
00270 }
00271 }
00272
00273 namespace ros
00274 {
00275 namespace message_operations
00276 {
00277
00278 template<class ContainerAllocator>
00279 struct Printer< ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> >
00280 {
00281 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pr2_interactive_object_detection::UserCommandActionGoal_<ContainerAllocator> & v)
00282 {
00283 s << indent << "header: ";
00284 s << std::endl;
00285 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00286 s << indent << "goal_id: ";
00287 s << std::endl;
00288 Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + " ", v.goal_id);
00289 s << indent << "goal: ";
00290 s << std::endl;
00291 Printer< ::pr2_interactive_object_detection::UserCommandGoal_<ContainerAllocator> >::stream(s, indent + " ", v.goal);
00292 }
00293 };
00294
00295
00296 }
00297 }
00298
00299 #endif // PR2_INTERACTIVE_OBJECT_DETECTION_MESSAGE_USERCOMMANDACTIONGOAL_H
00300