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