5 #ifndef GEOMETRY_MSGS_MESSAGE_TWISTWITHCOVARIANCE_H 6 #define GEOMETRY_MSGS_MESSAGE_TWISTWITHCOVARIANCE_H 22 template <
class ContainerAllocator>
41 typedef ::geometry_msgs::Twist_<ContainerAllocator>
_twist_type;
50 typedef std::shared_ptr< ::geometry_msgs::TwistWithCovariance_<ContainerAllocator> >
Ptr;
51 typedef std::shared_ptr< ::geometry_msgs::TwistWithCovariance_<ContainerAllocator>
const>
ConstPtr;
64 template<
typename ContainerAllocator>
65 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::TwistWithCovariance_<ContainerAllocator> &
v)
75 namespace message_traits
88 template <
class ContainerAllocator>
93 template <
class ContainerAllocator>
98 template <
class ContainerAllocator>
103 template <
class ContainerAllocator>
108 template <
class ContainerAllocator>
113 template <
class ContainerAllocator>
119 template<
class ContainerAllocator>
124 return "1fe8a28e6890a4cc3ae4c3ca5c7d82e6";
127 static const char*
value(const ::geometry_msgs::TwistWithCovariance_<ContainerAllocator>&) {
return value(); }
128 static const uint64_t static_value1 = 0x1fe8a28e6890a4ccULL;
129 static const uint64_t static_value2 = 0x3ae4c3ca5c7d82e6ULL;
132 template<
class ContainerAllocator>
137 return "geometry_msgs/TwistWithCovariance";
140 static const char*
value(const ::geometry_msgs::TwistWithCovariance_<ContainerAllocator>&) {
return value(); }
143 template<
class ContainerAllocator>
148 return "# This expresses velocity in free space with uncertainty.\n\ 152 # Row-major representation of the 6x6 covariance matrix\n\ 153 # The orientation parameters use a fixed-axis representation.\n\ 154 # In order, the parameters are:\n\ 155 # (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)\n\ 156 float64[36] covariance\n\ 158 ================================================================================\n\ 159 MSG: geometry_msgs/Twist\n\ 160 # This expresses velocity in free space broken into its linear and angular parts.\n\ 164 ================================================================================\n\ 165 MSG: geometry_msgs/Vector3\n\ 166 # This represents a vector in free space. \n\ 167 # It is only meant to represent a direction. Therefore, it does not\n\ 168 # make sense to apply a translation to it (e.g., when applying a \n\ 169 # generic rigid transformation to a Vector3, tf2 will only apply the\n\ 170 # rotation). If you want your data to be translatable too, use the\n\ 171 # geometry_msgs/Point message instead.\n\ 179 static const char*
value(const ::geometry_msgs::TwistWithCovariance_<ContainerAllocator>&) {
return value(); }
187 namespace serialization
194 stream.next(m.twist);
195 stream.next(m.covariance);
206 namespace message_operations
209 template<
class ContainerAllocator>
212 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::TwistWithCovariance_<ContainerAllocator>&
v)
214 s << indent <<
"twist: ";
217 s << indent <<
"covariance[]" << std::endl;
218 for (
size_t i = 0;
i < v.covariance.size(); ++
i)
220 s << indent <<
" covariance[" <<
i <<
"]: ";
229 #endif // GEOMETRY_MSGS_MESSAGE_TWISTWITHCOVARIANCE_H static const char * value()
std::shared_ptr< ::geometry_msgs::TwistWithCovariance > TwistWithCovariancePtr
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
std::shared_ptr< ::geometry_msgs::TwistWithCovariance_< ContainerAllocator > const > ConstPtr
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
static const char * value(const ::geometry_msgs::TwistWithCovariance_< ContainerAllocator > &)
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.
TwistWithCovariance_< 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.
::geometry_msgs::Twist_< ContainerAllocator > _twist_type
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::TwistWithCovariance_< ContainerAllocator > &v)
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
Specialize to provide the definition for a message.
std::shared_ptr< ::geometry_msgs::TwistWithCovariance const > TwistWithCovarianceConstPtr
static const char * value()
static const char * value(const ::geometry_msgs::TwistWithCovariance_< ContainerAllocator > &)
_covariance_type covariance
static void allInOne(Stream &stream, T m)
std::shared_ptr< ::geometry_msgs::TwistWithCovariance_< ContainerAllocator > > Ptr
static const char * value(const ::geometry_msgs::TwistWithCovariance_< ContainerAllocator > &)
TwistWithCovariance_(const ContainerAllocator &_alloc)
std::array< double, 36 > _covariance_type
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::geometry_msgs::TwistWithCovariance_< std::allocator< void > > TwistWithCovariance