5 #ifndef GEOMETRY_MSGS_MESSAGE_ACCELWITHCOVARIANCE_H 6 #define GEOMETRY_MSGS_MESSAGE_ACCELWITHCOVARIANCE_H 22 template <
class ContainerAllocator>
41 typedef ::geometry_msgs::Accel_<ContainerAllocator>
_accel_type;
50 typedef std::shared_ptr< ::geometry_msgs::AccelWithCovariance_<ContainerAllocator> >
Ptr;
51 typedef std::shared_ptr< ::geometry_msgs::AccelWithCovariance_<ContainerAllocator>
const>
ConstPtr;
64 template<
typename ContainerAllocator>
65 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::AccelWithCovariance_<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 "ad5a718d699c6be72a02b8d6a139f334";
127 static const char*
value(const ::geometry_msgs::AccelWithCovariance_<ContainerAllocator>&) {
return value(); }
128 static const uint64_t static_value1 = 0xad5a718d699c6be7ULL;
129 static const uint64_t static_value2 = 0x2a02b8d6a139f334ULL;
132 template<
class ContainerAllocator>
137 return "geometry_msgs/AccelWithCovariance";
140 static const char*
value(const ::geometry_msgs::AccelWithCovariance_<ContainerAllocator>&) {
return value(); }
143 template<
class ContainerAllocator>
148 return "# This expresses acceleration 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/Accel\n\ 160 # This expresses acceleration 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::AccelWithCovariance_<ContainerAllocator>&) {
return value(); }
187 namespace serialization
194 stream.next(m.accel);
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::AccelWithCovariance_<ContainerAllocator>&
v)
214 s << indent <<
"accel: ";
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_ACCELWITHCOVARIANCE_H 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 const char * value(const ::geometry_msgs::AccelWithCovariance_< ContainerAllocator > &)
static void allInOne(Stream &stream, T m)
def indent(str, line_prefix=' ')
std::shared_ptr< ::geometry_msgs::AccelWithCovariance const > AccelWithCovarianceConstPtr
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
std::shared_ptr< ::geometry_msgs::AccelWithCovariance > AccelWithCovariancePtr
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.
static const char * value()
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.
boost::array< double, 36 > _covariance_type
static const char * value(const ::geometry_msgs::AccelWithCovariance_< ContainerAllocator > &)
::geometry_msgs::Accel_< ContainerAllocator > _accel_type
std::shared_ptr< ::geometry_msgs::AccelWithCovariance_< ContainerAllocator > const > ConstPtr
std::shared_ptr< ::geometry_msgs::AccelWithCovariance_< ContainerAllocator > > Ptr
_covariance_type covariance
::geometry_msgs::AccelWithCovariance_< std::allocator< void > > AccelWithCovariance
Templated serialization class. Default implementation provides backwards compatibility with old messa...
AccelWithCovariance_(const ContainerAllocator &_alloc)
AccelWithCovariance_< ContainerAllocator > Type
static const char * value(const ::geometry_msgs::AccelWithCovariance_< ContainerAllocator > &)
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::AccelWithCovariance_< ContainerAllocator > &v)