5 #ifndef GEOMETRY_MSGS_MESSAGE_POSEARRAY_H 6 #define GEOMETRY_MSGS_MESSAGE_POSEARRAY_H 23 template <
class ContainerAllocator>
43 typedef std::vector< ::geometry_msgs::Pose_<ContainerAllocator> ,
typename ContainerAllocator::template rebind< ::geometry_msgs::Pose_<ContainerAllocator> >::other >
_poses_type;
49 typedef std::shared_ptr< ::geometry_msgs::PoseArray_<ContainerAllocator> >
Ptr;
50 typedef std::shared_ptr< ::geometry_msgs::PoseArray_<ContainerAllocator>
const>
ConstPtr;
54 typedef ::geometry_msgs::PoseArray_<std::allocator<void> >
PoseArray;
56 typedef std::shared_ptr< ::geometry_msgs::PoseArray >
PoseArrayPtr;
63 template<
typename ContainerAllocator>
64 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::PoseArray_<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 "916c28c5764443f268b296bb671b9d97";
126 static const char*
value(const ::geometry_msgs::PoseArray_<ContainerAllocator>&) {
return value(); }
127 static const uint64_t static_value1 = 0x916c28c5764443f2ULL;
128 static const uint64_t static_value2 = 0x68b296bb671b9d97ULL;
131 template<
class ContainerAllocator>
136 return "geometry_msgs/PoseArray";
139 static const char*
value(const ::geometry_msgs::PoseArray_<ContainerAllocator>&) {
return value(); }
142 template<
class ContainerAllocator>
147 return "# An array of poses with a header for global reference.\n\ 153 ================================================================================\n\ 154 MSG: std_msgs/Header\n\ 155 # Standard metadata for higher-level stamped data types.\n\ 156 # This is generally used to communicate timestamped data \n\ 157 # in a particular coordinate frame.\n\ 159 # sequence ID: consecutively increasing ID \n\ 161 #Two-integer timestamp that is expressed as:\n\ 162 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\ 163 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\ 164 # time-handling sugar is provided by the client library\n\ 166 #Frame this data is associated with\n\ 171 ================================================================================\n\ 172 MSG: geometry_msgs/Pose\n\ 173 # A representation of pose in free space, composed of position and orientation. \n\ 175 Quaternion orientation\n\ 177 ================================================================================\n\ 178 MSG: geometry_msgs/Point\n\ 179 # This contains the position of a point in free space\n\ 184 ================================================================================\n\ 185 MSG: geometry_msgs/Quaternion\n\ 186 # This represents an orientation in free space in quaternion form.\n\ 195 static const char*
value(const ::geometry_msgs::PoseArray_<ContainerAllocator>&) {
return value(); }
203 namespace serialization
210 stream.next(m.header);
211 stream.next(m.poses);
222 namespace message_operations
225 template<
class ContainerAllocator>
228 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::PoseArray_<ContainerAllocator>&
v)
230 s << indent <<
"header: ";
233 s << indent <<
"poses[]" << std::endl;
234 for (
size_t i = 0;
i < v.poses.size(); ++
i)
236 s << indent <<
" poses[" <<
i <<
"]: ";
247 #endif // GEOMETRY_MSGS_MESSAGE_POSEARRAY_H std::shared_ptr< ::geometry_msgs::PoseArray_< ContainerAllocator > const > ConstPtr
static const char * value(const ::geometry_msgs::PoseArray_< ContainerAllocator > &)
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
PoseArray_(const ContainerAllocator &_alloc)
Specialize to provide the md5sum for a message.
::geometry_msgs::PoseArray_< std::allocator< void > > PoseArray
std::shared_ptr< ::geometry_msgs::PoseArray_< ContainerAllocator > > Ptr
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...
PoseArray_< ContainerAllocator > Type
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::PoseArray_< ContainerAllocator > &v)
Stream base-class, provides common functionality for IStream and OStream.
std::shared_ptr< ::geometry_msgs::PoseArray > PoseArrayPtr
::std_msgs::Header_< ContainerAllocator > _header_type
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
std::shared_ptr< ::geometry_msgs::PoseArray const > PoseArrayConstPtr
unsigned __int64 uint64_t
Specialize to provide the definition for a message.
static const char * value()
static const char * value()
static const char * value()
static const char * value(const ::geometry_msgs::PoseArray_< ContainerAllocator > &)
static const char * value(const ::geometry_msgs::PoseArray_< ContainerAllocator > &)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
std::vector< ::geometry_msgs::Pose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::Pose_< ContainerAllocator > >::other > _poses_type
static void allInOne(Stream &stream, T m)