00001
00002 #ifndef PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERFORCESERVOACTIONRESULT_H
00003 #define PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERFORCESERVOACTIONRESULT_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/GoalStatus.h"
00015 #include "pr2_gripper_sensor_msgs/PR2GripperForceServoResult.h"
00016
00017 namespace pr2_gripper_sensor_msgs
00018 {
00019 template <class ContainerAllocator>
00020 struct PR2GripperForceServoActionResult_ : public ros::Message
00021 {
00022 typedef PR2GripperForceServoActionResult_<ContainerAllocator> Type;
00023
00024 PR2GripperForceServoActionResult_()
00025 : header()
00026 , status()
00027 , result()
00028 {
00029 }
00030
00031 PR2GripperForceServoActionResult_(const ContainerAllocator& _alloc)
00032 : header(_alloc)
00033 , status(_alloc)
00034 , result(_alloc)
00035 {
00036 }
00037
00038 typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
00039 ::std_msgs::Header_<ContainerAllocator> header;
00040
00041 typedef ::actionlib_msgs::GoalStatus_<ContainerAllocator> _status_type;
00042 ::actionlib_msgs::GoalStatus_<ContainerAllocator> status;
00043
00044 typedef ::pr2_gripper_sensor_msgs::PR2GripperForceServoResult_<ContainerAllocator> _result_type;
00045 ::pr2_gripper_sensor_msgs::PR2GripperForceServoResult_<ContainerAllocator> result;
00046
00047
00048 private:
00049 static const char* __s_getDataType_() { return "pr2_gripper_sensor_msgs/PR2GripperForceServoActionResult"; }
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 "2c107270a9608ca3951b3a5b1939e401"; }
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/GoalStatus status\n\
00067 PR2GripperForceServoResult result\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/GoalStatus\n\
00089 GoalID goal_id\n\
00090 uint8 status\n\
00091 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\
00092 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\
00093 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\
00094 # and has since completed its execution (Terminal State)\n\
00095 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\
00096 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\
00097 # to some failure (Terminal State)\n\
00098 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\
00099 # because the goal was unattainable or invalid (Terminal State)\n\
00100 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\
00101 # and has not yet completed execution\n\
00102 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\
00103 # but the action server has not yet confirmed that the goal is canceled\n\
00104 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\
00105 # and was successfully cancelled (Terminal State)\n\
00106 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\
00107 # sent over the wire by an action server\n\
00108 \n\
00109 #Allow for the user to associate a string with GoalStatus for debugging\n\
00110 string text\n\
00111 \n\
00112 \n\
00113 ================================================================================\n\
00114 MSG: actionlib_msgs/GoalID\n\
00115 # The stamp should store the time at which this goal was requested.\n\
00116 # It is used by an action server when it tries to preempt all\n\
00117 # goals that were requested before a certain time\n\
00118 time stamp\n\
00119 \n\
00120 # The id provides a way to associate feedback and\n\
00121 # result message with specific goal requests. The id\n\
00122 # specified must be unique.\n\
00123 string id\n\
00124 \n\
00125 \n\
00126 ================================================================================\n\
00127 MSG: pr2_gripper_sensor_msgs/PR2GripperForceServoResult\n\
00128 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00129 \n\
00130 #result\n\
00131 PR2GripperForceServoData data\n\
00132 \n\
00133 \n\
00134 ================================================================================\n\
00135 MSG: pr2_gripper_sensor_msgs/PR2GripperForceServoData\n\
00136 # Time the data was recorded at\n\
00137 time stamp\n\
00138 \n\
00139 # the force experienced by the finger Pads (N)\n\
00140 # NOTE:this ignores data from the edges of the finger pressure\n\
00141 float64 left_fingertip_pad_force\n\
00142 float64 right_fingertip_pad_force\n\
00143 \n\
00144 # the current gripper virtual parallel joint effort (in N)\n\
00145 float64 joint_effort\n\
00146 \n\
00147 # true when the gripper is no longer moving\n\
00148 # and we have reached the desired force level\n\
00149 bool force_achieved\n\
00150 \n\
00151 \n\
00152 # the control state of our realtime controller\n\
00153 PR2GripperSensorRTState rtstate\n\
00154 \n\
00155 ================================================================================\n\
00156 MSG: pr2_gripper_sensor_msgs/PR2GripperSensorRTState\n\
00157 # the control state of our realtime controller\n\
00158 int8 realtime_controller_state\n\
00159 \n\
00160 # predefined values to indicate our realtime_controller_state\n\
00161 int8 DISABLED = 0\n\
00162 int8 POSITION_SERVO = 3\n\
00163 int8 FORCE_SERVO = 4\n\
00164 int8 FIND_CONTACT = 5\n\
00165 int8 SLIP_SERVO = 6\n\
00166 "; }
00167 public:
00168 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00169
00170 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00171
00172 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00173 {
00174 ros::serialization::OStream stream(write_ptr, 1000000000);
00175 ros::serialization::serialize(stream, header);
00176 ros::serialization::serialize(stream, status);
00177 ros::serialization::serialize(stream, result);
00178 return stream.getData();
00179 }
00180
00181 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00182 {
00183 ros::serialization::IStream stream(read_ptr, 1000000000);
00184 ros::serialization::deserialize(stream, header);
00185 ros::serialization::deserialize(stream, status);
00186 ros::serialization::deserialize(stream, result);
00187 return stream.getData();
00188 }
00189
00190 ROS_DEPRECATED virtual uint32_t serializationLength() const
00191 {
00192 uint32_t size = 0;
00193 size += ros::serialization::serializationLength(header);
00194 size += ros::serialization::serializationLength(status);
00195 size += ros::serialization::serializationLength(result);
00196 return size;
00197 }
00198
00199 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> > Ptr;
00200 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> const> ConstPtr;
00201 };
00202 typedef ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<std::allocator<void> > PR2GripperForceServoActionResult;
00203
00204 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult> PR2GripperForceServoActionResultPtr;
00205 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult const> PR2GripperForceServoActionResultConstPtr;
00206
00207
00208 template<typename ContainerAllocator>
00209 std::ostream& operator<<(std::ostream& s, const ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> & v)
00210 {
00211 ros::message_operations::Printer< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> >::stream(s, "", v);
00212 return s;}
00213
00214 }
00215
00216 namespace ros
00217 {
00218 namespace message_traits
00219 {
00220 template<class ContainerAllocator>
00221 struct MD5Sum< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> > {
00222 static const char* value()
00223 {
00224 return "2c107270a9608ca3951b3a5b1939e401";
00225 }
00226
00227 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> &) { return value(); }
00228 static const uint64_t static_value1 = 0x2c107270a9608ca3ULL;
00229 static const uint64_t static_value2 = 0x951b3a5b1939e401ULL;
00230 };
00231
00232 template<class ContainerAllocator>
00233 struct DataType< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> > {
00234 static const char* value()
00235 {
00236 return "pr2_gripper_sensor_msgs/PR2GripperForceServoActionResult";
00237 }
00238
00239 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> &) { return value(); }
00240 };
00241
00242 template<class ContainerAllocator>
00243 struct Definition< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> > {
00244 static const char* value()
00245 {
00246 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00247 \n\
00248 Header header\n\
00249 actionlib_msgs/GoalStatus status\n\
00250 PR2GripperForceServoResult result\n\
00251 \n\
00252 ================================================================================\n\
00253 MSG: std_msgs/Header\n\
00254 # Standard metadata for higher-level stamped data types.\n\
00255 # This is generally used to communicate timestamped data \n\
00256 # in a particular coordinate frame.\n\
00257 # \n\
00258 # sequence ID: consecutively increasing ID \n\
00259 uint32 seq\n\
00260 #Two-integer timestamp that is expressed as:\n\
00261 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00262 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00263 # time-handling sugar is provided by the client library\n\
00264 time stamp\n\
00265 #Frame this data is associated with\n\
00266 # 0: no frame\n\
00267 # 1: global frame\n\
00268 string frame_id\n\
00269 \n\
00270 ================================================================================\n\
00271 MSG: actionlib_msgs/GoalStatus\n\
00272 GoalID goal_id\n\
00273 uint8 status\n\
00274 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\
00275 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\
00276 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\
00277 # and has since completed its execution (Terminal State)\n\
00278 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\
00279 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\
00280 # to some failure (Terminal State)\n\
00281 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\
00282 # because the goal was unattainable or invalid (Terminal State)\n\
00283 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\
00284 # and has not yet completed execution\n\
00285 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\
00286 # but the action server has not yet confirmed that the goal is canceled\n\
00287 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\
00288 # and was successfully cancelled (Terminal State)\n\
00289 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\
00290 # sent over the wire by an action server\n\
00291 \n\
00292 #Allow for the user to associate a string with GoalStatus for debugging\n\
00293 string text\n\
00294 \n\
00295 \n\
00296 ================================================================================\n\
00297 MSG: actionlib_msgs/GoalID\n\
00298 # The stamp should store the time at which this goal was requested.\n\
00299 # It is used by an action server when it tries to preempt all\n\
00300 # goals that were requested before a certain time\n\
00301 time stamp\n\
00302 \n\
00303 # The id provides a way to associate feedback and\n\
00304 # result message with specific goal requests. The id\n\
00305 # specified must be unique.\n\
00306 string id\n\
00307 \n\
00308 \n\
00309 ================================================================================\n\
00310 MSG: pr2_gripper_sensor_msgs/PR2GripperForceServoResult\n\
00311 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00312 \n\
00313 #result\n\
00314 PR2GripperForceServoData data\n\
00315 \n\
00316 \n\
00317 ================================================================================\n\
00318 MSG: pr2_gripper_sensor_msgs/PR2GripperForceServoData\n\
00319 # Time the data was recorded at\n\
00320 time stamp\n\
00321 \n\
00322 # the force experienced by the finger Pads (N)\n\
00323 # NOTE:this ignores data from the edges of the finger pressure\n\
00324 float64 left_fingertip_pad_force\n\
00325 float64 right_fingertip_pad_force\n\
00326 \n\
00327 # the current gripper virtual parallel joint effort (in N)\n\
00328 float64 joint_effort\n\
00329 \n\
00330 # true when the gripper is no longer moving\n\
00331 # and we have reached the desired force level\n\
00332 bool force_achieved\n\
00333 \n\
00334 \n\
00335 # the control state of our realtime controller\n\
00336 PR2GripperSensorRTState rtstate\n\
00337 \n\
00338 ================================================================================\n\
00339 MSG: pr2_gripper_sensor_msgs/PR2GripperSensorRTState\n\
00340 # the control state of our realtime controller\n\
00341 int8 realtime_controller_state\n\
00342 \n\
00343 # predefined values to indicate our realtime_controller_state\n\
00344 int8 DISABLED = 0\n\
00345 int8 POSITION_SERVO = 3\n\
00346 int8 FORCE_SERVO = 4\n\
00347 int8 FIND_CONTACT = 5\n\
00348 int8 SLIP_SERVO = 6\n\
00349 ";
00350 }
00351
00352 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> &) { return value(); }
00353 };
00354
00355 template<class ContainerAllocator> struct HasHeader< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> > : public TrueType {};
00356 template<class ContainerAllocator> struct HasHeader< const ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> > : public TrueType {};
00357 }
00358 }
00359
00360 namespace ros
00361 {
00362 namespace serialization
00363 {
00364
00365 template<class ContainerAllocator> struct Serializer< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> >
00366 {
00367 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00368 {
00369 stream.next(m.header);
00370 stream.next(m.status);
00371 stream.next(m.result);
00372 }
00373
00374 ROS_DECLARE_ALLINONE_SERIALIZER;
00375 };
00376 }
00377 }
00378
00379 namespace ros
00380 {
00381 namespace message_operations
00382 {
00383
00384 template<class ContainerAllocator>
00385 struct Printer< ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> >
00386 {
00387 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pr2_gripper_sensor_msgs::PR2GripperForceServoActionResult_<ContainerAllocator> & v)
00388 {
00389 s << indent << "header: ";
00390 s << std::endl;
00391 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00392 s << indent << "status: ";
00393 s << std::endl;
00394 Printer< ::actionlib_msgs::GoalStatus_<ContainerAllocator> >::stream(s, indent + " ", v.status);
00395 s << indent << "result: ";
00396 s << std::endl;
00397 Printer< ::pr2_gripper_sensor_msgs::PR2GripperForceServoResult_<ContainerAllocator> >::stream(s, indent + " ", v.result);
00398 }
00399 };
00400
00401
00402 }
00403 }
00404
00405 #endif // PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERFORCESERVOACTIONRESULT_H
00406