00001 """autogenerated by genmsg_py from ReactiveGraspActionFeedback.msg. Do not edit."""
00002 import roslib.message
00003 import struct
00004
00005 import object_manipulation_msgs.msg
00006 import roslib.rostime
00007 import actionlib_msgs.msg
00008 import std_msgs.msg
00009
00010 class ReactiveGraspActionFeedback(roslib.message.Message):
00011 _md5sum = "b66dacddaccf02055a978b3aeb693a24"
00012 _type = "object_manipulation_msgs/ReactiveGraspActionFeedback"
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 ReactiveGraspFeedback 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: object_manipulation_msgs/ReactiveGraspFeedback
00079 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
00080
00081 # which phase the grasp is in
00082
00083 ManipulationPhase manipulation_phase
00084
00085
00086
00087
00088 ================================================================================
00089 MSG: object_manipulation_msgs/ManipulationPhase
00090 int32 CHECKING_FEASIBILITY = 0
00091 int32 MOVING_TO_PREGRASP = 1
00092 int32 MOVING_TO_GRASP = 2
00093 int32 CLOSING = 3
00094 int32 ADJUSTING_GRASP = 4
00095 int32 LIFTING = 5
00096 int32 MOVING_WITH_OBJECT = 6
00097 int32 MOVING_TO_PLACE = 7
00098 int32 PLACING = 8
00099 int32 OPENING = 9
00100 int32 RETREATING = 10
00101 int32 MOVING_WITHOUT_OBJECT = 11
00102 int32 SHAKING = 12
00103 int32 SUCCEEDED = 13
00104 int32 FAILED = 14
00105 int32 ABORTED = 15
00106 int32 HOLDING_OBJECT = 16
00107
00108 int32 phase
00109 """
00110 __slots__ = ['header','status','feedback']
00111 _slot_types = ['Header','actionlib_msgs/GoalStatus','object_manipulation_msgs/ReactiveGraspFeedback']
00112
00113 def __init__(self, *args, **kwds):
00114 """
00115 Constructor. Any message fields that are implicitly/explicitly
00116 set to None will be assigned a default value. The recommend
00117 use is keyword arguments as this is more robust to future message
00118 changes. You cannot mix in-order arguments and keyword arguments.
00119
00120 The available fields are:
00121 header,status,feedback
00122
00123 @param args: complete set of field values, in .msg order
00124 @param kwds: use keyword arguments corresponding to message field names
00125 to set specific fields.
00126 """
00127 if args or kwds:
00128 super(ReactiveGraspActionFeedback, self).__init__(*args, **kwds)
00129
00130 if self.header is None:
00131 self.header = std_msgs.msg._Header.Header()
00132 if self.status is None:
00133 self.status = actionlib_msgs.msg.GoalStatus()
00134 if self.feedback is None:
00135 self.feedback = object_manipulation_msgs.msg.ReactiveGraspFeedback()
00136 else:
00137 self.header = std_msgs.msg._Header.Header()
00138 self.status = actionlib_msgs.msg.GoalStatus()
00139 self.feedback = object_manipulation_msgs.msg.ReactiveGraspFeedback()
00140
00141 def _get_types(self):
00142 """
00143 internal API method
00144 """
00145 return self._slot_types
00146
00147 def serialize(self, buff):
00148 """
00149 serialize message into buffer
00150 @param buff: buffer
00151 @type buff: StringIO
00152 """
00153 try:
00154 _x = self
00155 buff.write(_struct_3I.pack(_x.header.seq, _x.header.stamp.secs, _x.header.stamp.nsecs))
00156 _x = self.header.frame_id
00157 length = len(_x)
00158 buff.write(struct.pack('<I%ss'%length, length, _x))
00159 _x = self
00160 buff.write(_struct_2I.pack(_x.status.goal_id.stamp.secs, _x.status.goal_id.stamp.nsecs))
00161 _x = self.status.goal_id.id
00162 length = len(_x)
00163 buff.write(struct.pack('<I%ss'%length, length, _x))
00164 buff.write(_struct_B.pack(self.status.status))
00165 _x = self.status.text
00166 length = len(_x)
00167 buff.write(struct.pack('<I%ss'%length, length, _x))
00168 buff.write(_struct_i.pack(self.feedback.manipulation_phase.phase))
00169 except struct.error, se: self._check_types(se)
00170 except TypeError, te: self._check_types(te)
00171
00172 def deserialize(self, str):
00173 """
00174 unpack serialized message in str into this message instance
00175 @param str: byte array of serialized message
00176 @type str: str
00177 """
00178 try:
00179 if self.header is None:
00180 self.header = std_msgs.msg._Header.Header()
00181 if self.status is None:
00182 self.status = actionlib_msgs.msg.GoalStatus()
00183 if self.feedback is None:
00184 self.feedback = object_manipulation_msgs.msg.ReactiveGraspFeedback()
00185 end = 0
00186 _x = self
00187 start = end
00188 end += 12
00189 (_x.header.seq, _x.header.stamp.secs, _x.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00190 start = end
00191 end += 4
00192 (length,) = _struct_I.unpack(str[start:end])
00193 start = end
00194 end += length
00195 self.header.frame_id = str[start:end]
00196 _x = self
00197 start = end
00198 end += 8
00199 (_x.status.goal_id.stamp.secs, _x.status.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00200 start = end
00201 end += 4
00202 (length,) = _struct_I.unpack(str[start:end])
00203 start = end
00204 end += length
00205 self.status.goal_id.id = str[start:end]
00206 start = end
00207 end += 1
00208 (self.status.status,) = _struct_B.unpack(str[start:end])
00209 start = end
00210 end += 4
00211 (length,) = _struct_I.unpack(str[start:end])
00212 start = end
00213 end += length
00214 self.status.text = str[start:end]
00215 start = end
00216 end += 4
00217 (self.feedback.manipulation_phase.phase,) = _struct_i.unpack(str[start:end])
00218 return self
00219 except struct.error, e:
00220 raise roslib.message.DeserializationError(e)
00221
00222
00223 def serialize_numpy(self, buff, numpy):
00224 """
00225 serialize message with numpy array types into buffer
00226 @param buff: buffer
00227 @type buff: StringIO
00228 @param numpy: numpy python module
00229 @type numpy module
00230 """
00231 try:
00232 _x = self
00233 buff.write(_struct_3I.pack(_x.header.seq, _x.header.stamp.secs, _x.header.stamp.nsecs))
00234 _x = self.header.frame_id
00235 length = len(_x)
00236 buff.write(struct.pack('<I%ss'%length, length, _x))
00237 _x = self
00238 buff.write(_struct_2I.pack(_x.status.goal_id.stamp.secs, _x.status.goal_id.stamp.nsecs))
00239 _x = self.status.goal_id.id
00240 length = len(_x)
00241 buff.write(struct.pack('<I%ss'%length, length, _x))
00242 buff.write(_struct_B.pack(self.status.status))
00243 _x = self.status.text
00244 length = len(_x)
00245 buff.write(struct.pack('<I%ss'%length, length, _x))
00246 buff.write(_struct_i.pack(self.feedback.manipulation_phase.phase))
00247 except struct.error, se: self._check_types(se)
00248 except TypeError, te: self._check_types(te)
00249
00250 def deserialize_numpy(self, str, numpy):
00251 """
00252 unpack serialized message in str into this message instance using numpy for array types
00253 @param str: byte array of serialized message
00254 @type str: str
00255 @param numpy: numpy python module
00256 @type numpy: module
00257 """
00258 try:
00259 if self.header is None:
00260 self.header = std_msgs.msg._Header.Header()
00261 if self.status is None:
00262 self.status = actionlib_msgs.msg.GoalStatus()
00263 if self.feedback is None:
00264 self.feedback = object_manipulation_msgs.msg.ReactiveGraspFeedback()
00265 end = 0
00266 _x = self
00267 start = end
00268 end += 12
00269 (_x.header.seq, _x.header.stamp.secs, _x.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00270 start = end
00271 end += 4
00272 (length,) = _struct_I.unpack(str[start:end])
00273 start = end
00274 end += length
00275 self.header.frame_id = str[start:end]
00276 _x = self
00277 start = end
00278 end += 8
00279 (_x.status.goal_id.stamp.secs, _x.status.goal_id.stamp.nsecs,) = _struct_2I.unpack(str[start:end])
00280 start = end
00281 end += 4
00282 (length,) = _struct_I.unpack(str[start:end])
00283 start = end
00284 end += length
00285 self.status.goal_id.id = str[start:end]
00286 start = end
00287 end += 1
00288 (self.status.status,) = _struct_B.unpack(str[start:end])
00289 start = end
00290 end += 4
00291 (length,) = _struct_I.unpack(str[start:end])
00292 start = end
00293 end += length
00294 self.status.text = str[start:end]
00295 start = end
00296 end += 4
00297 (self.feedback.manipulation_phase.phase,) = _struct_i.unpack(str[start:end])
00298 return self
00299 except struct.error, e:
00300 raise roslib.message.DeserializationError(e)
00301
00302 _struct_I = roslib.message.struct_I
00303 _struct_i = struct.Struct("<i")
00304 _struct_3I = struct.Struct("<3I")
00305 _struct_B = struct.Struct("<B")
00306 _struct_2I = struct.Struct("<2I")