5 #ifndef GEOMETRY_MSGS_MESSAGE_POSE_H 6 #define GEOMETRY_MSGS_MESSAGE_POSE_H 23 template <
class ContainerAllocator>
32 Pose_(
const ContainerAllocator& _alloc)
49 typedef std::shared_ptr< ::geometry_msgs::Pose_<ContainerAllocator> >
Ptr;
50 typedef std::shared_ptr< ::geometry_msgs::Pose_<ContainerAllocator>
const>
ConstPtr;
54 typedef ::geometry_msgs::Pose_<std::allocator<void> >
Pose;
56 typedef std::shared_ptr< ::geometry_msgs::Pose >
PosePtr;
57 typedef std::shared_ptr< ::geometry_msgs::Pose const>
PoseConstPtr;
63 template<
typename ContainerAllocator>
64 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::Pose_<ContainerAllocator> &
v)
74 namespace message_traits
87 template <
class ContainerAllocator>
92 template <
class ContainerAllocator>
97 template <
class ContainerAllocator>
102 template <
class ContainerAllocator>
107 template <
class ContainerAllocator>
112 template <
class ContainerAllocator>
118 template<
class ContainerAllocator>
123 return "e45d45a5a1ce597b249e23fb30fc871f";
126 static const char*
value(const ::geometry_msgs::Pose_<ContainerAllocator>&) {
return value(); }
127 static const uint64_t static_value1 = 0xe45d45a5a1ce597bULL;
128 static const uint64_t static_value2 = 0x249e23fb30fc871fULL;
131 template<
class ContainerAllocator>
136 return "geometry_msgs/Pose";
139 static const char*
value(const ::geometry_msgs::Pose_<ContainerAllocator>&) {
return value(); }
142 template<
class ContainerAllocator>
147 return "# A representation of pose in free space, composed of position and orientation. \n\ 149 Quaternion orientation\n\ 151 ================================================================================\n\ 152 MSG: geometry_msgs/Point\n\ 153 # This contains the position of a point in free space\n\ 158 ================================================================================\n\ 159 MSG: geometry_msgs/Quaternion\n\ 160 # This represents an orientation in free space in quaternion form.\n\ 169 static const char*
value(const ::geometry_msgs::Pose_<ContainerAllocator>&) {
return value(); }
177 namespace serialization
184 stream.next(m.position);
185 stream.next(m.orientation);
196 namespace message_operations
199 template<
class ContainerAllocator>
202 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::Pose_<ContainerAllocator>&
v)
204 s << indent <<
"position: ";
207 s << indent <<
"orientation: ";
216 #endif // GEOMETRY_MSGS_MESSAGE_POSE_H static const char * value(const ::geometry_msgs::Pose_< ContainerAllocator > &)
static const char * value()
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::Pose_< ContainerAllocator > &v)
std::shared_ptr< ::geometry_msgs::Pose const > PoseConstPtr
std::shared_ptr< ::geometry_msgs::Pose_< ContainerAllocator > > Ptr
_orientation_type orientation
std::shared_ptr< ::geometry_msgs::Pose_< ContainerAllocator > const > ConstPtr
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
::geometry_msgs::Quaternion_< ContainerAllocator > _orientation_type
GLsizei const GLchar *const * string
Specialize to provide the datatype for a message.
static const char * value()
static const char * value(const ::geometry_msgs::Pose_< ContainerAllocator > &)
static void allInOne(Stream &stream, T m)
Pose_< ContainerAllocator > Type
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Stream base-class, provides common functionality for IStream and OStream.
static const char * value()
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
std::shared_ptr< ::geometry_msgs::Pose > PosePtr
Specialize to provide the definition for a message.
::geometry_msgs::Pose_< std::allocator< void > > Pose
Templated serialization class. Default implementation provides backwards compatibility with old messa...
static const char * value(const ::geometry_msgs::Pose_< ContainerAllocator > &)
Pose_(const ContainerAllocator &_alloc)
::geometry_msgs::Point_< ContainerAllocator > _position_type