00001
00002 #ifndef PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERFINDCONTACTACTIONGOAL_H
00003 #define PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERFINDCONTACTACTIONGOAL_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_gripper_sensor_msgs/PR2GripperFindContactGoal.h"
00016
00017 namespace pr2_gripper_sensor_msgs
00018 {
00019 template <class ContainerAllocator>
00020 struct PR2GripperFindContactActionGoal_ : public ros::Message
00021 {
00022 typedef PR2GripperFindContactActionGoal_<ContainerAllocator> Type;
00023
00024 PR2GripperFindContactActionGoal_()
00025 : header()
00026 , goal_id()
00027 , goal()
00028 {
00029 }
00030
00031 PR2GripperFindContactActionGoal_(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_gripper_sensor_msgs::PR2GripperFindContactGoal_<ContainerAllocator> _goal_type;
00045 ::pr2_gripper_sensor_msgs::PR2GripperFindContactGoal_<ContainerAllocator> goal;
00046
00047
00048 private:
00049 static const char* __s_getDataType_() { return "pr2_gripper_sensor_msgs/PR2GripperFindContactActionGoal"; }
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 "50fc3f7e604d4e257a2e38e3aa3f204e"; }
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 PR2GripperFindContactGoal 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_gripper_sensor_msgs/PR2GripperFindContactGoal\n\
00102 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00103 # Contact action used to close fingers and find object contacts \n\
00104 # quickly while still stopping fast in real-time to not damage \n\
00105 # objects\n\
00106 \n\
00107 #goal\n\
00108 PR2GripperFindContactCommand command\n\
00109 \n\
00110 ================================================================================\n\
00111 MSG: pr2_gripper_sensor_msgs/PR2GripperFindContactCommand\n\
00112 # set true if you want to calibrate the fingertip sensors on the start\n\
00113 # of the find_contact action. While this is not necessary (and\n\
00114 # the default value will not calibrate the sensors) for best \n\
00115 # performance it is recommended that you set this to true each time \n\
00116 # you are calling find_contact and are confident the fingertips are \n\
00117 # not touching anything\n\
00118 # NOTE: SHOULD ONLY BE TRUE WHEN BOTH FINGERS ARE TOUCHING NOTHING\n\
00119 bool zero_fingertip_sensors\n\
00120 \n\
00121 # the finger contact conditions that determine what our goal is\n\
00122 # Leaving this field blank will result in the robot closing until\n\
00123 # contact on BOTH fingers is achieved\n\
00124 int8 contact_conditions\n\
00125 \n\
00126 # predefined values for the above contact_conditions variable\n\
00127 int8 BOTH = 0 # both fingers must make contact\n\
00128 int8 LEFT = 1 # just the left finger \n\
00129 int8 RIGHT = 2 # just the right finger\n\
00130 int8 EITHER = 3 # either finger, we don't care which\n\
00131 \n\
00132 "; }
00133 public:
00134 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00135
00136 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00137
00138 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00139 {
00140 ros::serialization::OStream stream(write_ptr, 1000000000);
00141 ros::serialization::serialize(stream, header);
00142 ros::serialization::serialize(stream, goal_id);
00143 ros::serialization::serialize(stream, goal);
00144 return stream.getData();
00145 }
00146
00147 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00148 {
00149 ros::serialization::IStream stream(read_ptr, 1000000000);
00150 ros::serialization::deserialize(stream, header);
00151 ros::serialization::deserialize(stream, goal_id);
00152 ros::serialization::deserialize(stream, goal);
00153 return stream.getData();
00154 }
00155
00156 ROS_DEPRECATED virtual uint32_t serializationLength() const
00157 {
00158 uint32_t size = 0;
00159 size += ros::serialization::serializationLength(header);
00160 size += ros::serialization::serializationLength(goal_id);
00161 size += ros::serialization::serializationLength(goal);
00162 return size;
00163 }
00164
00165 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> > Ptr;
00166 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> const> ConstPtr;
00167 };
00168 typedef ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<std::allocator<void> > PR2GripperFindContactActionGoal;
00169
00170 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal> PR2GripperFindContactActionGoalPtr;
00171 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal const> PR2GripperFindContactActionGoalConstPtr;
00172
00173
00174 template<typename ContainerAllocator>
00175 std::ostream& operator<<(std::ostream& s, const ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> & v)
00176 {
00177 ros::message_operations::Printer< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> >::stream(s, "", v);
00178 return s;}
00179
00180 }
00181
00182 namespace ros
00183 {
00184 namespace message_traits
00185 {
00186 template<class ContainerAllocator>
00187 struct MD5Sum< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> > {
00188 static const char* value()
00189 {
00190 return "50fc3f7e604d4e257a2e38e3aa3f204e";
00191 }
00192
00193 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> &) { return value(); }
00194 static const uint64_t static_value1 = 0x50fc3f7e604d4e25ULL;
00195 static const uint64_t static_value2 = 0x7a2e38e3aa3f204eULL;
00196 };
00197
00198 template<class ContainerAllocator>
00199 struct DataType< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> > {
00200 static const char* value()
00201 {
00202 return "pr2_gripper_sensor_msgs/PR2GripperFindContactActionGoal";
00203 }
00204
00205 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> &) { return value(); }
00206 };
00207
00208 template<class ContainerAllocator>
00209 struct Definition< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> > {
00210 static const char* value()
00211 {
00212 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00213 \n\
00214 Header header\n\
00215 actionlib_msgs/GoalID goal_id\n\
00216 PR2GripperFindContactGoal goal\n\
00217 \n\
00218 ================================================================================\n\
00219 MSG: std_msgs/Header\n\
00220 # Standard metadata for higher-level stamped data types.\n\
00221 # This is generally used to communicate timestamped data \n\
00222 # in a particular coordinate frame.\n\
00223 # \n\
00224 # sequence ID: consecutively increasing ID \n\
00225 uint32 seq\n\
00226 #Two-integer timestamp that is expressed as:\n\
00227 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00228 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00229 # time-handling sugar is provided by the client library\n\
00230 time stamp\n\
00231 #Frame this data is associated with\n\
00232 # 0: no frame\n\
00233 # 1: global frame\n\
00234 string frame_id\n\
00235 \n\
00236 ================================================================================\n\
00237 MSG: actionlib_msgs/GoalID\n\
00238 # The stamp should store the time at which this goal was requested.\n\
00239 # It is used by an action server when it tries to preempt all\n\
00240 # goals that were requested before a certain time\n\
00241 time stamp\n\
00242 \n\
00243 # The id provides a way to associate feedback and\n\
00244 # result message with specific goal requests. The id\n\
00245 # specified must be unique.\n\
00246 string id\n\
00247 \n\
00248 \n\
00249 ================================================================================\n\
00250 MSG: pr2_gripper_sensor_msgs/PR2GripperFindContactGoal\n\
00251 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00252 # Contact action used to close fingers and find object contacts \n\
00253 # quickly while still stopping fast in real-time to not damage \n\
00254 # objects\n\
00255 \n\
00256 #goal\n\
00257 PR2GripperFindContactCommand command\n\
00258 \n\
00259 ================================================================================\n\
00260 MSG: pr2_gripper_sensor_msgs/PR2GripperFindContactCommand\n\
00261 # set true if you want to calibrate the fingertip sensors on the start\n\
00262 # of the find_contact action. While this is not necessary (and\n\
00263 # the default value will not calibrate the sensors) for best \n\
00264 # performance it is recommended that you set this to true each time \n\
00265 # you are calling find_contact and are confident the fingertips are \n\
00266 # not touching anything\n\
00267 # NOTE: SHOULD ONLY BE TRUE WHEN BOTH FINGERS ARE TOUCHING NOTHING\n\
00268 bool zero_fingertip_sensors\n\
00269 \n\
00270 # the finger contact conditions that determine what our goal is\n\
00271 # Leaving this field blank will result in the robot closing until\n\
00272 # contact on BOTH fingers is achieved\n\
00273 int8 contact_conditions\n\
00274 \n\
00275 # predefined values for the above contact_conditions variable\n\
00276 int8 BOTH = 0 # both fingers must make contact\n\
00277 int8 LEFT = 1 # just the left finger \n\
00278 int8 RIGHT = 2 # just the right finger\n\
00279 int8 EITHER = 3 # either finger, we don't care which\n\
00280 \n\
00281 ";
00282 }
00283
00284 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> &) { return value(); }
00285 };
00286
00287 template<class ContainerAllocator> struct HasHeader< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> > : public TrueType {};
00288 template<class ContainerAllocator> struct HasHeader< const ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> > : public TrueType {};
00289 }
00290 }
00291
00292 namespace ros
00293 {
00294 namespace serialization
00295 {
00296
00297 template<class ContainerAllocator> struct Serializer< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> >
00298 {
00299 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00300 {
00301 stream.next(m.header);
00302 stream.next(m.goal_id);
00303 stream.next(m.goal);
00304 }
00305
00306 ROS_DECLARE_ALLINONE_SERIALIZER;
00307 };
00308 }
00309 }
00310
00311 namespace ros
00312 {
00313 namespace message_operations
00314 {
00315
00316 template<class ContainerAllocator>
00317 struct Printer< ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> >
00318 {
00319 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pr2_gripper_sensor_msgs::PR2GripperFindContactActionGoal_<ContainerAllocator> & v)
00320 {
00321 s << indent << "header: ";
00322 s << std::endl;
00323 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00324 s << indent << "goal_id: ";
00325 s << std::endl;
00326 Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + " ", v.goal_id);
00327 s << indent << "goal: ";
00328 s << std::endl;
00329 Printer< ::pr2_gripper_sensor_msgs::PR2GripperFindContactGoal_<ContainerAllocator> >::stream(s, indent + " ", v.goal);
00330 }
00331 };
00332
00333
00334 }
00335 }
00336
00337 #endif // PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERFINDCONTACTACTIONGOAL_H
00338