00001 """autogenerated by genmsg_py from HeadMonitorActionFeedback.msg. Do not edit."""
00002 import roslib.message
00003 import struct
00004
00005 import move_arm_head_monitor.msg
00006 import roslib.rostime
00007 import actionlib_msgs.msg
00008 import std_msgs.msg
00009
00010 class HeadMonitorActionFeedback(roslib.message.Message):
00011 _md5sum = "6bf2d3707f571d3bf8b0a7120c61c09e"
00012 _type = "move_arm_head_monitor/HeadMonitorActionFeedback"
00013 _has_header = True
00014 _full_text = """# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00015
00016 Header header
00017 actionlib_msgs/GoalStatus status
00018 HeadMonitorFeedback feedback
00019
00020 ================================================================================
00021 MSG: std_msgs/Header
00022 # Standard metadata for higher-level stamped data types.
00023 # This is generally used to communicate timestamped data
00024 # in a particular coordinate frame.
00025 #
00026 # sequence ID: consecutively increasing ID
00027 uint32 seq
00028 #Two-integer timestamp that is expressed as:
00029 # * stamp.secs: seconds (stamp_secs) since epoch
00030 # * stamp.nsecs: nanoseconds since stamp_secs
00031 # time-handling sugar is provided by the client library
00032 time stamp
00033 #Frame this data is associated with
00034 # 0: no frame
00035 # 1: global frame
00036 string frame_id
00037
00038 ================================================================================
00039 MSG: actionlib_msgs/GoalStatus
00040 GoalID goal_id
00041 uint8 status
00042 uint8 PENDING = 0 # The goal has yet to be processed by the action server
00043 uint8 ACTIVE = 1 # The goal is currently being processed by the action server
00044 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing
00045 # and has since completed its execution (Terminal State)
00046 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)
00047 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due
00048 # to some failure (Terminal State)
00049 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,
00050 # because the goal was unattainable or invalid (Terminal State)
00051 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing
00052 # and has not yet completed execution
00053 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,
00054 # but the action server has not yet confirmed that the goal is canceled
00055 uint8 RECALLED = 8 # The goal received a cancel request before it started executing
00056 # and was successfully cancelled (Terminal State)
00057 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be
00058 # sent over the wire by an action server
00059
00060 #Allow for the user to associate a string with GoalStatus for debugging
00061 string text
00062
00063
00064 ================================================================================
00065 MSG: actionlib_msgs/GoalID
00066 # The stamp should store the time at which this goal was requested.
00067 # It is used by an action server when it tries to preempt all
00068 # goals that were requested before a certain time
00069 time stamp
00070
00071 # The id provides a way to associate feedback and
00072 # result message with specific goal requests. The id
00073 # specified must be unique.
00074 string id
00075
00076
00077 ================================================================================
00078 MSG: move_arm_head_monitor/HeadMonitorFeedback
00079 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00080 #feedback
00081 actionlib_msgs/GoalStatus feedbackStatus
00082
00083
00084 """
00085 __slots__ = ['header','status','feedback']
00086 _slot_types = ['Header','actionlib_msgs/GoalStatus','move_arm_head_monitor/HeadMonitorFeedback']
00087
00088 def __init__(self, *args, **kwds):
00089 """
00090 Constructor. Any message fields that are implicitly/explicitly
00091 set to None will be assigned a default value. The recommend
00092 use is keyword arguments as this is more robust to future message
00093 changes. You cannot mix in-order arguments and keyword arguments.
00094
00095 The available fields are:
00096 header,status,feedback
00097
00098 @param args: complete set of field values, in .msg order
00099 @param kwds: use keyword arguments corresponding to message field names
00100 to set specific fields.
00101 """
00102 if args or kwds:
00103 super(HeadMonitorActionFeedback, self).__init__(*args, **kwds)
00104
00105 if self.header is None:
00106 self.header = std_msgs.msg._Header.Header()
00107 if self.status is None:
00108 self.status = actionlib_msgs.msg.GoalStatus()
00109 if self.feedback is None:
00110 self.feedback = move_arm_head_monitor.msg.HeadMonitorFeedback()
00111 else:
00112 self.header = std_msgs.msg._Header.Header()
00113 self.status = actionlib_msgs.msg.GoalStatus()
00114 self.feedback = move_arm_head_monitor.msg.HeadMonitorFeedback()
00115
00116 def _get_types(self):
00117 """
00118 internal API method
00119 """
00120 return self._slot_types
00121
00122 def serialize(self, buff):
00123 """
00124 serialize message into buffer
00125 @param buff: buffer
00126 @type buff: StringIO
00127 """
00128 try:
00129 _x = self
00130 buff.write(_struct_3I.pack(_x.header.seq, _x.header.stamp.secs, _x.header.stamp.nsecs))
00131 _x = self.header.frame_id
00132 length = len(_x)
00133 buff.write(struct.pack('<I%ss'%length, length, _x))
00134 _x = self
00135 buff.write(_struct_2I.pack(_x.status.goal_id.stamp.secs, _x.status.goal_id.stamp.nsecs))
00136 _x = self.status.goal_id.id
00137 length = len(_x)
00138 buff.write(struct.pack('<I%ss'%length, length, _x))
00139 buff.write(_struct_B.pack(self.status.status))
00140 _x = self.status.text
00141 length = len(_x)
00142 buff.write(struct.pack('<I%ss'%length, length, _x))
00143 _x = self
00144 buff.write(_struct_2I.pack(_x.feedback.feedbackStatus.goal_id.stamp.secs, _x.feedback.feedbackStatus.goal_id.stamp.nsecs))
00145 _x = self.feedback.feedbackStatus.goal_id.id
00146 length = len(_x)
00147 buff.write(struct.pack('<I%ss'%length, length, _x))
00148 buff.write(_struct_B.pack(self.feedback.feedbackStatus.status))
00149 _x = self.feedback.feedbackStatus.text
00150 length = len(_x)
00151 buff.write(struct.pack('<I%ss'%length, length, _x))
00152 except struct.error, se: self._check_types(se)
00153 except TypeError, te: self._check_types(te)
00154
00155 def deserialize(self, str):
00156 """
00157 unpack serialized message in str into this message instance
00158 @param str: byte array of serialized message
00159 @type str: str
00160 """
00161 try:
00162 if self.header is None:
00163 self.header = std_msgs.msg._Header.Header()
00164 if self.status is None:
00165 self.status = actionlib_msgs.msg.GoalStatus()
00166 if self.feedback is None:
00167 self.feedback = move_arm_head_monitor.msg.HeadMonitorFeedback()
00168 end = 0
00169 _x = self
00170 start = end
00171 end += 12
00172 (_x.header.seq, _x.header.stamp.secs, _x.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00173 start = end
00174 end += 4
00175 (length,) = _struct_I.unpack(str[start:end])
00176 start = end
00177 end += length
00178 self.header.frame_id = str[start:end]
00179 _x = self
00180 start = end
00181 end += 8
00182 (_x.status.goal_id.stamp.secs, _x.status.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00183 start = end
00184 end += 4
00185 (length,) = _struct_I.unpack(str[start:end])
00186 start = end
00187 end += length
00188 self.status.goal_id.id = str[start:end]
00189 start = end
00190 end += 1
00191 (self.status.status,) = _struct_B.unpack(str[start:end])
00192 start = end
00193 end += 4
00194 (length,) = _struct_I.unpack(str[start:end])
00195 start = end
00196 end += length
00197 self.status.text = str[start:end]
00198 _x = self
00199 start = end
00200 end += 8
00201 (_x.feedback.feedbackStatus.goal_id.stamp.secs, _x.feedback.feedbackStatus.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00202 start = end
00203 end += 4
00204 (length,) = _struct_I.unpack(str[start:end])
00205 start = end
00206 end += length
00207 self.feedback.feedbackStatus.goal_id.id = str[start:end]
00208 start = end
00209 end += 1
00210 (self.feedback.feedbackStatus.status,) = _struct_B.unpack(str[start:end])
00211 start = end
00212 end += 4
00213 (length,) = _struct_I.unpack(str[start:end])
00214 start = end
00215 end += length
00216 self.feedback.feedbackStatus.text = str[start:end]
00217 return self
00218 except struct.error, e:
00219 raise roslib.message.DeserializationError(e)
00220
00221
00222 def serialize_numpy(self, buff, numpy):
00223 """
00224 serialize message with numpy array types into buffer
00225 @param buff: buffer
00226 @type buff: StringIO
00227 @param numpy: numpy python module
00228 @type numpy module
00229 """
00230 try:
00231 _x = self
00232 buff.write(_struct_3I.pack(_x.header.seq, _x.header.stamp.secs, _x.header.stamp.nsecs))
00233 _x = self.header.frame_id
00234 length = len(_x)
00235 buff.write(struct.pack('<I%ss'%length, length, _x))
00236 _x = self
00237 buff.write(_struct_2I.pack(_x.status.goal_id.stamp.secs, _x.status.goal_id.stamp.nsecs))
00238 _x = self.status.goal_id.id
00239 length = len(_x)
00240 buff.write(struct.pack('<I%ss'%length, length, _x))
00241 buff.write(_struct_B.pack(self.status.status))
00242 _x = self.status.text
00243 length = len(_x)
00244 buff.write(struct.pack('<I%ss'%length, length, _x))
00245 _x = self
00246 buff.write(_struct_2I.pack(_x.feedback.feedbackStatus.goal_id.stamp.secs, _x.feedback.feedbackStatus.goal_id.stamp.nsecs))
00247 _x = self.feedback.feedbackStatus.goal_id.id
00248 length = len(_x)
00249 buff.write(struct.pack('<I%ss'%length, length, _x))
00250 buff.write(_struct_B.pack(self.feedback.feedbackStatus.status))
00251 _x = self.feedback.feedbackStatus.text
00252 length = len(_x)
00253 buff.write(struct.pack('<I%ss'%length, length, _x))
00254 except struct.error, se: self._check_types(se)
00255 except TypeError, te: self._check_types(te)
00256
00257 def deserialize_numpy(self, str, numpy):
00258 """
00259 unpack serialized message in str into this message instance using numpy for array types
00260 @param str: byte array of serialized message
00261 @type str: str
00262 @param numpy: numpy python module
00263 @type numpy: module
00264 """
00265 try:
00266 if self.header is None:
00267 self.header = std_msgs.msg._Header.Header()
00268 if self.status is None:
00269 self.status = actionlib_msgs.msg.GoalStatus()
00270 if self.feedback is None:
00271 self.feedback = move_arm_head_monitor.msg.HeadMonitorFeedback()
00272 end = 0
00273 _x = self
00274 start = end
00275 end += 12
00276 (_x.header.seq, _x.header.stamp.secs, _x.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00277 start = end
00278 end += 4
00279 (length,) = _struct_I.unpack(str[start:end])
00280 start = end
00281 end += length
00282 self.header.frame_id = str[start:end]
00283 _x = self
00284 start = end
00285 end += 8
00286 (_x.status.goal_id.stamp.secs, _x.status.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00287 start = end
00288 end += 4
00289 (length,) = _struct_I.unpack(str[start:end])
00290 start = end
00291 end += length
00292 self.status.goal_id.id = str[start:end]
00293 start = end
00294 end += 1
00295 (self.status.status,) = _struct_B.unpack(str[start:end])
00296 start = end
00297 end += 4
00298 (length,) = _struct_I.unpack(str[start:end])
00299 start = end
00300 end += length
00301 self.status.text = str[start:end]
00302 _x = self
00303 start = end
00304 end += 8
00305 (_x.feedback.feedbackStatus.goal_id.stamp.secs, _x.feedback.feedbackStatus.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00306 start = end
00307 end += 4
00308 (length,) = _struct_I.unpack(str[start:end])
00309 start = end
00310 end += length
00311 self.feedback.feedbackStatus.goal_id.id = str[start:end]
00312 start = end
00313 end += 1
00314 (self.feedback.feedbackStatus.status,) = _struct_B.unpack(str[start:end])
00315 start = end
00316 end += 4
00317 (length,) = _struct_I.unpack(str[start:end])
00318 start = end
00319 end += length
00320 self.feedback.feedbackStatus.text = str[start:end]
00321 return self
00322 except struct.error, e:
00323 raise roslib.message.DeserializationError(e)
00324
00325 _struct_I = roslib.message.struct_I
00326 _struct_3I = struct.Struct("<3I")
00327 _struct_B = struct.Struct("<B")
00328 _struct_2I = struct.Struct("<2I")