Go to the documentation of this file.00001
00002 #ifndef IRI_WAM_ARM_NAVIGATION_MESSAGE_SIMPLEPOSEGOAL_H
00003 #define IRI_WAM_ARM_NAVIGATION_MESSAGE_SIMPLEPOSEGOAL_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 "geometry_msgs/PoseStamped.h"
00018
00019 namespace iri_wam_arm_navigation
00020 {
00021 template <class ContainerAllocator>
00022 struct SimplePoseGoal_ {
00023 typedef SimplePoseGoal_<ContainerAllocator> Type;
00024
00025 SimplePoseGoal_()
00026 : goal()
00027 , frame_id()
00028 {
00029 }
00030
00031 SimplePoseGoal_(const ContainerAllocator& _alloc)
00032 : goal(_alloc)
00033 , frame_id(_alloc)
00034 {
00035 }
00036
00037 typedef ::geometry_msgs::PoseStamped_<ContainerAllocator> _goal_type;
00038 ::geometry_msgs::PoseStamped_<ContainerAllocator> goal;
00039
00040 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _frame_id_type;
00041 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > frame_id;
00042
00043
00044 typedef boost::shared_ptr< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> > Ptr;
00045 typedef boost::shared_ptr< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> const> ConstPtr;
00046 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00047 };
00048 typedef ::iri_wam_arm_navigation::SimplePoseGoal_<std::allocator<void> > SimplePoseGoal;
00049
00050 typedef boost::shared_ptr< ::iri_wam_arm_navigation::SimplePoseGoal> SimplePoseGoalPtr;
00051 typedef boost::shared_ptr< ::iri_wam_arm_navigation::SimplePoseGoal const> SimplePoseGoalConstPtr;
00052
00053
00054 template<typename ContainerAllocator>
00055 std::ostream& operator<<(std::ostream& s, const ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> & v)
00056 {
00057 ros::message_operations::Printer< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> >::stream(s, "", v);
00058 return s;}
00059
00060 }
00061
00062 namespace ros
00063 {
00064 namespace message_traits
00065 {
00066 template<class ContainerAllocator> struct IsMessage< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> > : public TrueType {};
00067 template<class ContainerAllocator> struct IsMessage< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> const> : public TrueType {};
00068 template<class ContainerAllocator>
00069 struct MD5Sum< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> > {
00070 static const char* value()
00071 {
00072 return "5524b806d455135dc4ee6eb0f2ce299b";
00073 }
00074
00075 static const char* value(const ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> &) { return value(); }
00076 static const uint64_t static_value1 = 0x5524b806d455135dULL;
00077 static const uint64_t static_value2 = 0xc4ee6eb0f2ce299bULL;
00078 };
00079
00080 template<class ContainerAllocator>
00081 struct DataType< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> > {
00082 static const char* value()
00083 {
00084 return "iri_wam_arm_navigation/SimplePoseGoal";
00085 }
00086
00087 static const char* value(const ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> &) { return value(); }
00088 };
00089
00090 template<class ContainerAllocator>
00091 struct Definition< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> > {
00092 static const char* value()
00093 {
00094 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00095 #Goal Definition\n\
00096 geometry_msgs/PoseStamped goal\n\
00097 string frame_id # This is the name of link to move, and not necessary is the same frame_id of PoseStamped\n\
00098 \n\
00099 ================================================================================\n\
00100 MSG: geometry_msgs/PoseStamped\n\
00101 # A Pose with reference coordinate frame and timestamp\n\
00102 Header header\n\
00103 Pose pose\n\
00104 \n\
00105 ================================================================================\n\
00106 MSG: std_msgs/Header\n\
00107 # Standard metadata for higher-level stamped data types.\n\
00108 # This is generally used to communicate timestamped data \n\
00109 # in a particular coordinate frame.\n\
00110 # \n\
00111 # sequence ID: consecutively increasing ID \n\
00112 uint32 seq\n\
00113 #Two-integer timestamp that is expressed as:\n\
00114 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00115 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00116 # time-handling sugar is provided by the client library\n\
00117 time stamp\n\
00118 #Frame this data is associated with\n\
00119 # 0: no frame\n\
00120 # 1: global frame\n\
00121 string frame_id\n\
00122 \n\
00123 ================================================================================\n\
00124 MSG: geometry_msgs/Pose\n\
00125 # A representation of pose in free space, composed of postion and orientation. \n\
00126 Point position\n\
00127 Quaternion orientation\n\
00128 \n\
00129 ================================================================================\n\
00130 MSG: geometry_msgs/Point\n\
00131 # This contains the position of a point in free space\n\
00132 float64 x\n\
00133 float64 y\n\
00134 float64 z\n\
00135 \n\
00136 ================================================================================\n\
00137 MSG: geometry_msgs/Quaternion\n\
00138 # This represents an orientation in free space in quaternion form.\n\
00139 \n\
00140 float64 x\n\
00141 float64 y\n\
00142 float64 z\n\
00143 float64 w\n\
00144 \n\
00145 ";
00146 }
00147
00148 static const char* value(const ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> &) { return value(); }
00149 };
00150
00151 }
00152 }
00153
00154 namespace ros
00155 {
00156 namespace serialization
00157 {
00158
00159 template<class ContainerAllocator> struct Serializer< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> >
00160 {
00161 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00162 {
00163 stream.next(m.goal);
00164 stream.next(m.frame_id);
00165 }
00166
00167 ROS_DECLARE_ALLINONE_SERIALIZER;
00168 };
00169 }
00170 }
00171
00172 namespace ros
00173 {
00174 namespace message_operations
00175 {
00176
00177 template<class ContainerAllocator>
00178 struct Printer< ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> >
00179 {
00180 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::iri_wam_arm_navigation::SimplePoseGoal_<ContainerAllocator> & v)
00181 {
00182 s << indent << "goal: ";
00183 s << std::endl;
00184 Printer< ::geometry_msgs::PoseStamped_<ContainerAllocator> >::stream(s, indent + " ", v.goal);
00185 s << indent << "frame_id: ";
00186 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.frame_id);
00187 }
00188 };
00189
00190
00191 }
00192 }
00193
00194 #endif // IRI_WAM_ARM_NAVIGATION_MESSAGE_SIMPLEPOSEGOAL_H
00195