$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-simple_arms/doc_stacks/2013-03-02_13-33-24.490382/simple_arms/simple_arm_server/msg/MoveArmActionGoal.msg */ 00002 #ifndef SIMPLE_ARM_SERVER_MESSAGE_MOVEARMACTIONGOAL_H 00003 #define SIMPLE_ARM_SERVER_MESSAGE_MOVEARMACTIONGOAL_H 00004 #include <string> 00005 #include <vector> 00006 #include <map> 00007 #include <ostream> 00008 #include "ros/serialization.h" 00009 #include "ros/builtin_message_traits.h" 00010 #include "ros/message_operations.h" 00011 #include "ros/time.h" 00012 00013 #include "ros/macros.h" 00014 00015 #include "ros/assert.h" 00016 00017 #include "std_msgs/Header.h" 00018 #include "actionlib_msgs/GoalID.h" 00019 #include "simple_arm_server/MoveArmGoal.h" 00020 00021 namespace simple_arm_server 00022 { 00023 template <class ContainerAllocator> 00024 struct MoveArmActionGoal_ { 00025 typedef MoveArmActionGoal_<ContainerAllocator> Type; 00026 00027 MoveArmActionGoal_() 00028 : header() 00029 , goal_id() 00030 , goal() 00031 { 00032 } 00033 00034 MoveArmActionGoal_(const ContainerAllocator& _alloc) 00035 : header(_alloc) 00036 , goal_id(_alloc) 00037 , goal(_alloc) 00038 { 00039 } 00040 00041 typedef ::std_msgs::Header_<ContainerAllocator> _header_type; 00042 ::std_msgs::Header_<ContainerAllocator> header; 00043 00044 typedef ::actionlib_msgs::GoalID_<ContainerAllocator> _goal_id_type; 00045 ::actionlib_msgs::GoalID_<ContainerAllocator> goal_id; 00046 00047 typedef ::simple_arm_server::MoveArmGoal_<ContainerAllocator> _goal_type; 00048 ::simple_arm_server::MoveArmGoal_<ContainerAllocator> goal; 00049 00050 00051 private: 00052 static const char* __s_getDataType_() { return "simple_arm_server/MoveArmActionGoal"; } 00053 public: 00054 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00055 00056 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00057 00058 private: 00059 static const char* __s_getMD5Sum_() { return "c804e71aefd750c0aebce182acc02bec"; } 00060 public: 00061 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00062 00063 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00064 00065 private: 00066 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00067 \n\ 00068 Header header\n\ 00069 actionlib_msgs/GoalID goal_id\n\ 00070 MoveArmGoal goal\n\ 00071 \n\ 00072 ================================================================================\n\ 00073 MSG: std_msgs/Header\n\ 00074 # Standard metadata for higher-level stamped data types.\n\ 00075 # This is generally used to communicate timestamped data \n\ 00076 # in a particular coordinate frame.\n\ 00077 # \n\ 00078 # sequence ID: consecutively increasing ID \n\ 00079 uint32 seq\n\ 00080 #Two-integer timestamp that is expressed as:\n\ 00081 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00082 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00083 # time-handling sugar is provided by the client library\n\ 00084 time stamp\n\ 00085 #Frame this data is associated with\n\ 00086 # 0: no frame\n\ 00087 # 1: global frame\n\ 00088 string frame_id\n\ 00089 \n\ 00090 ================================================================================\n\ 00091 MSG: actionlib_msgs/GoalID\n\ 00092 # The stamp should store the time at which this goal was requested.\n\ 00093 # It is used by an action server when it tries to preempt all\n\ 00094 # goals that were requested before a certain time\n\ 00095 time stamp\n\ 00096 \n\ 00097 # The id provides a way to associate feedback and\n\ 00098 # result message with specific goal requests. The id\n\ 00099 # specified must be unique.\n\ 00100 string id\n\ 00101 \n\ 00102 \n\ 00103 ================================================================================\n\ 00104 MSG: simple_arm_server/MoveArmGoal\n\ 00105 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00106 std_msgs/Header header\n\ 00107 ArmAction[] motions\n\ 00108 \n\ 00109 ================================================================================\n\ 00110 MSG: simple_arm_server/ArmAction\n\ 00111 #\n\ 00112 # Move arm or adjust gripper\n\ 00113 #\n\ 00114 \n\ 00115 byte MOVE_ARM=0\n\ 00116 byte MOVE_GRIPPER=1\n\ 00117 \n\ 00118 byte type # move the arm or the gripper?\n\ 00119 \n\ 00120 geometry_msgs/Pose goal # goal for arm\n\ 00121 float64 command # width to open gripper\n\ 00122 \n\ 00123 duration move_time\n\ 00124 \n\ 00125 ================================================================================\n\ 00126 MSG: geometry_msgs/Pose\n\ 00127 # A representation of pose in free space, composed of postion and orientation. \n\ 00128 Point position\n\ 00129 Quaternion orientation\n\ 00130 \n\ 00131 ================================================================================\n\ 00132 MSG: geometry_msgs/Point\n\ 00133 # This contains the position of a point in free space\n\ 00134 float64 x\n\ 00135 float64 y\n\ 00136 float64 z\n\ 00137 \n\ 00138 ================================================================================\n\ 00139 MSG: geometry_msgs/Quaternion\n\ 00140 # This represents an orientation in free space in quaternion form.\n\ 00141 \n\ 00142 float64 x\n\ 00143 float64 y\n\ 00144 float64 z\n\ 00145 float64 w\n\ 00146 \n\ 00147 "; } 00148 public: 00149 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00150 00151 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00152 00153 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00154 { 00155 ros::serialization::OStream stream(write_ptr, 1000000000); 00156 ros::serialization::serialize(stream, header); 00157 ros::serialization::serialize(stream, goal_id); 00158 ros::serialization::serialize(stream, goal); 00159 return stream.getData(); 00160 } 00161 00162 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00163 { 00164 ros::serialization::IStream stream(read_ptr, 1000000000); 00165 ros::serialization::deserialize(stream, header); 00166 ros::serialization::deserialize(stream, goal_id); 00167 ros::serialization::deserialize(stream, goal); 00168 return stream.getData(); 00169 } 00170 00171 ROS_DEPRECATED virtual uint32_t serializationLength() const 00172 { 00173 uint32_t size = 0; 00174 size += ros::serialization::serializationLength(header); 00175 size += ros::serialization::serializationLength(goal_id); 00176 size += ros::serialization::serializationLength(goal); 00177 return size; 00178 } 00179 00180 typedef boost::shared_ptr< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > Ptr; 00181 typedef boost::shared_ptr< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> const> ConstPtr; 00182 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00183 }; // struct MoveArmActionGoal 00184 typedef ::simple_arm_server::MoveArmActionGoal_<std::allocator<void> > MoveArmActionGoal; 00185 00186 typedef boost::shared_ptr< ::simple_arm_server::MoveArmActionGoal> MoveArmActionGoalPtr; 00187 typedef boost::shared_ptr< ::simple_arm_server::MoveArmActionGoal const> MoveArmActionGoalConstPtr; 00188 00189 00190 template<typename ContainerAllocator> 00191 std::ostream& operator<<(std::ostream& s, const ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> & v) 00192 { 00193 ros::message_operations::Printer< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> >::stream(s, "", v); 00194 return s;} 00195 00196 } // namespace simple_arm_server 00197 00198 namespace ros 00199 { 00200 namespace message_traits 00201 { 00202 template<class ContainerAllocator> struct IsMessage< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > : public TrueType {}; 00203 template<class ContainerAllocator> struct IsMessage< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> const> : public TrueType {}; 00204 template<class ContainerAllocator> 00205 struct MD5Sum< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > { 00206 static const char* value() 00207 { 00208 return "c804e71aefd750c0aebce182acc02bec"; 00209 } 00210 00211 static const char* value(const ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> &) { return value(); } 00212 static const uint64_t static_value1 = 0xc804e71aefd750c0ULL; 00213 static const uint64_t static_value2 = 0xaebce182acc02becULL; 00214 }; 00215 00216 template<class ContainerAllocator> 00217 struct DataType< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > { 00218 static const char* value() 00219 { 00220 return "simple_arm_server/MoveArmActionGoal"; 00221 } 00222 00223 static const char* value(const ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> &) { return value(); } 00224 }; 00225 00226 template<class ContainerAllocator> 00227 struct Definition< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > { 00228 static const char* value() 00229 { 00230 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00231 \n\ 00232 Header header\n\ 00233 actionlib_msgs/GoalID goal_id\n\ 00234 MoveArmGoal goal\n\ 00235 \n\ 00236 ================================================================================\n\ 00237 MSG: std_msgs/Header\n\ 00238 # Standard metadata for higher-level stamped data types.\n\ 00239 # This is generally used to communicate timestamped data \n\ 00240 # in a particular coordinate frame.\n\ 00241 # \n\ 00242 # sequence ID: consecutively increasing ID \n\ 00243 uint32 seq\n\ 00244 #Two-integer timestamp that is expressed as:\n\ 00245 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00246 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00247 # time-handling sugar is provided by the client library\n\ 00248 time stamp\n\ 00249 #Frame this data is associated with\n\ 00250 # 0: no frame\n\ 00251 # 1: global frame\n\ 00252 string frame_id\n\ 00253 \n\ 00254 ================================================================================\n\ 00255 MSG: actionlib_msgs/GoalID\n\ 00256 # The stamp should store the time at which this goal was requested.\n\ 00257 # It is used by an action server when it tries to preempt all\n\ 00258 # goals that were requested before a certain time\n\ 00259 time stamp\n\ 00260 \n\ 00261 # The id provides a way to associate feedback and\n\ 00262 # result message with specific goal requests. The id\n\ 00263 # specified must be unique.\n\ 00264 string id\n\ 00265 \n\ 00266 \n\ 00267 ================================================================================\n\ 00268 MSG: simple_arm_server/MoveArmGoal\n\ 00269 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00270 std_msgs/Header header\n\ 00271 ArmAction[] motions\n\ 00272 \n\ 00273 ================================================================================\n\ 00274 MSG: simple_arm_server/ArmAction\n\ 00275 #\n\ 00276 # Move arm or adjust gripper\n\ 00277 #\n\ 00278 \n\ 00279 byte MOVE_ARM=0\n\ 00280 byte MOVE_GRIPPER=1\n\ 00281 \n\ 00282 byte type # move the arm or the gripper?\n\ 00283 \n\ 00284 geometry_msgs/Pose goal # goal for arm\n\ 00285 float64 command # width to open gripper\n\ 00286 \n\ 00287 duration move_time\n\ 00288 \n\ 00289 ================================================================================\n\ 00290 MSG: geometry_msgs/Pose\n\ 00291 # A representation of pose in free space, composed of postion and orientation. \n\ 00292 Point position\n\ 00293 Quaternion orientation\n\ 00294 \n\ 00295 ================================================================================\n\ 00296 MSG: geometry_msgs/Point\n\ 00297 # This contains the position of a point in free space\n\ 00298 float64 x\n\ 00299 float64 y\n\ 00300 float64 z\n\ 00301 \n\ 00302 ================================================================================\n\ 00303 MSG: geometry_msgs/Quaternion\n\ 00304 # This represents an orientation in free space in quaternion form.\n\ 00305 \n\ 00306 float64 x\n\ 00307 float64 y\n\ 00308 float64 z\n\ 00309 float64 w\n\ 00310 \n\ 00311 "; 00312 } 00313 00314 static const char* value(const ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> &) { return value(); } 00315 }; 00316 00317 template<class ContainerAllocator> struct HasHeader< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > : public TrueType {}; 00318 template<class ContainerAllocator> struct HasHeader< const ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > : public TrueType {}; 00319 } // namespace message_traits 00320 } // namespace ros 00321 00322 namespace ros 00323 { 00324 namespace serialization 00325 { 00326 00327 template<class ContainerAllocator> struct Serializer< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > 00328 { 00329 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00330 { 00331 stream.next(m.header); 00332 stream.next(m.goal_id); 00333 stream.next(m.goal); 00334 } 00335 00336 ROS_DECLARE_ALLINONE_SERIALIZER; 00337 }; // struct MoveArmActionGoal_ 00338 } // namespace serialization 00339 } // namespace ros 00340 00341 namespace ros 00342 { 00343 namespace message_operations 00344 { 00345 00346 template<class ContainerAllocator> 00347 struct Printer< ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> > 00348 { 00349 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::simple_arm_server::MoveArmActionGoal_<ContainerAllocator> & v) 00350 { 00351 s << indent << "header: "; 00352 s << std::endl; 00353 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header); 00354 s << indent << "goal_id: "; 00355 s << std::endl; 00356 Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + " ", v.goal_id); 00357 s << indent << "goal: "; 00358 s << std::endl; 00359 Printer< ::simple_arm_server::MoveArmGoal_<ContainerAllocator> >::stream(s, indent + " ", v.goal); 00360 } 00361 }; 00362 00363 00364 } // namespace message_operations 00365 } // namespace ros 00366 00367 #endif // SIMPLE_ARM_SERVER_MESSAGE_MOVEARMACTIONGOAL_H 00368