5 #ifndef GEOMETRY_MSGS_MESSAGE_TRANSFORM_H 6 #define GEOMETRY_MSGS_MESSAGE_TRANSFORM_H 23 template <
class ContainerAllocator>
49 typedef std::shared_ptr< ::geometry_msgs::Transform_<ContainerAllocator> >
Ptr;
50 typedef std::shared_ptr< ::geometry_msgs::Transform_<ContainerAllocator>
const>
ConstPtr;
54 typedef ::geometry_msgs::Transform_<std::allocator<void> >
Transform;
56 typedef std::shared_ptr< ::geometry_msgs::Transform >
TransformPtr;
63 template<
typename ContainerAllocator>
64 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::Transform_<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 "ac9eff44abf714214112b05d54a3cf9b";
126 static const char*
value(const ::geometry_msgs::Transform_<ContainerAllocator>&) {
return value(); }
127 static const uint64_t static_value1 = 0xac9eff44abf71421ULL;
128 static const uint64_t static_value2 = 0x4112b05d54a3cf9bULL;
131 template<
class ContainerAllocator>
136 return "geometry_msgs/Transform";
139 static const char*
value(const ::geometry_msgs::Transform_<ContainerAllocator>&) {
return value(); }
142 template<
class ContainerAllocator>
147 return "# This represents the transform between two coordinate frames in free space.\n\ 149 Vector3 translation\n\ 150 Quaternion rotation\n\ 152 ================================================================================\n\ 153 MSG: geometry_msgs/Vector3\n\ 154 # This represents a vector in free space. \n\ 155 # It is only meant to represent a direction. Therefore, it does not\n\ 156 # make sense to apply a translation to it (e.g., when applying a \n\ 157 # generic rigid transformation to a Vector3, tf2 will only apply the\n\ 158 # rotation). If you want your data to be translatable too, use the\n\ 159 # geometry_msgs/Point message instead.\n\ 164 ================================================================================\n\ 165 MSG: geometry_msgs/Quaternion\n\ 166 # This represents an orientation in free space in quaternion form.\n\ 175 static const char*
value(const ::geometry_msgs::Transform_<ContainerAllocator>&) {
return value(); }
183 namespace serialization
190 stream.next(m.translation);
191 stream.next(m.rotation);
202 namespace message_operations
205 template<
class ContainerAllocator>
208 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::Transform_<ContainerAllocator>&
v)
210 s << indent <<
"translation: ";
213 s << indent <<
"rotation: ";
222 #endif // GEOMETRY_MSGS_MESSAGE_TRANSFORM_H
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.
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLsizei const GLchar *const * string
Specialize to provide the datatype for a message.
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.
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
Specialize to provide the definition for a message.
std::shared_ptr< ::geometry_msgs::Transform const > TransformConstPtr
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::geometry_msgs::Transform_< std::allocator< void > > Transform
std::shared_ptr< ::geometry_msgs::Transform > TransformPtr