5 #ifndef GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCE_H 6 #define GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCE_H 22 template <
class ContainerAllocator>
41 typedef ::geometry_msgs::Pose_<ContainerAllocator>
_pose_type;
50 typedef std::shared_ptr< ::geometry_msgs::PoseWithCovariance_<ContainerAllocator> >
Ptr;
51 typedef std::shared_ptr< ::geometry_msgs::PoseWithCovariance_<ContainerAllocator>
const>
ConstPtr;
64 template<
typename ContainerAllocator>
65 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::PoseWithCovariance_<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 "c23e848cf1b7533a8d7c259073a97e6f";
127 static const char*
value(const ::geometry_msgs::PoseWithCovariance_<ContainerAllocator>&) {
return value(); }
128 static const uint64_t static_value1 = 0xc23e848cf1b7533aULL;
129 static const uint64_t static_value2 = 0x8d7c259073a97e6fULL;
132 template<
class ContainerAllocator>
137 return "geometry_msgs/PoseWithCovariance";
140 static const char*
value(const ::geometry_msgs::PoseWithCovariance_<ContainerAllocator>&) {
return value(); }
143 template<
class ContainerAllocator>
148 return "# This represents a pose 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/Pose\n\ 160 # A representation of pose in free space, composed of position and orientation. \n\ 162 Quaternion orientation\n\ 164 ================================================================================\n\ 165 MSG: geometry_msgs/Point\n\ 166 # This contains the position of a point in free space\n\ 171 ================================================================================\n\ 172 MSG: geometry_msgs/Quaternion\n\ 173 # This represents an orientation in free space in quaternion form.\n\ 182 static const char*
value(const ::geometry_msgs::PoseWithCovariance_<ContainerAllocator>&) {
return value(); }
190 namespace serialization
198 stream.next(m.covariance);
209 namespace message_operations
212 template<
class ContainerAllocator>
215 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::PoseWithCovariance_<ContainerAllocator>&
v)
217 s << indent <<
"pose: ";
220 s << indent <<
"covariance[]" << std::endl;
221 for (
size_t i = 0;
i < v.covariance.size(); ++
i)
223 s << indent <<
" covariance[" <<
i <<
"]: ";
232 #endif // GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCE_H
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::PoseWithCovariance_< ContainerAllocator > &v)
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()
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.
_covariance_type covariance
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(const ::geometry_msgs::PoseWithCovariance_< ContainerAllocator > &)
static const char * value(const ::geometry_msgs::PoseWithCovariance_< ContainerAllocator > &)
static void allInOne(Stream &stream, T m)
#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::PoseWithCovariance const > PoseWithCovarianceConstPtr
PoseWithCovariance_< ContainerAllocator > Type
::geometry_msgs::PoseWithCovariance_< std::allocator< void > > PoseWithCovariance
std::shared_ptr< ::geometry_msgs::PoseWithCovariance_< ContainerAllocator > > Ptr
static const char * value()
std::shared_ptr< ::geometry_msgs::PoseWithCovariance > PoseWithCovariancePtr
static const char * value(const ::geometry_msgs::PoseWithCovariance_< ContainerAllocator > &)
static const char * value()
::geometry_msgs::Pose_< ContainerAllocator > _pose_type
PoseWithCovariance_(const ContainerAllocator &_alloc)
std::array< double, 36 > _covariance_type
std::shared_ptr< ::geometry_msgs::PoseWithCovariance_< ContainerAllocator > const > ConstPtr
Templated serialization class. Default implementation provides backwards compatibility with old messa...