Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKLDMRSOBJECTARRAY_H
7 #define SICK_SCAN_MESSAGE_SICKLDMRSOBJECTARRAY_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
24 template <
class ContainerAllocator>
44 typedef std::vector< ::sick_scan_xd::SickLdmrsObject_<ContainerAllocator> ,
typename ContainerAllocator::template rebind< ::sick_scan_xd::SickLdmrsObject_<ContainerAllocator> >::other >
_objects_type;
51 typedef std::shared_ptr< ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator> >
Ptr;
52 typedef std::shared_ptr< ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator>
const>
ConstPtr;
65 template<
typename ContainerAllocator>
66 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator> & v)
73 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
74 bool operator==(const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator2> & rhs)
76 return lhs.header == rhs.header &&
77 lhs.objects == rhs.objects;
80 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
81 bool operator!=(const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator2> & rhs)
91 namespace message_traits
98 template <
class ContainerAllocator>
103 template <
class ContainerAllocator>
108 template <
class ContainerAllocator>
113 template <
class ContainerAllocator>
118 template <
class ContainerAllocator>
123 template <
class ContainerAllocator>
129 template<
class ContainerAllocator>
134 return "09128101facd48306fd0cf85eaf2be8f";
137 static const char*
value(const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator>&) {
return value(); }
138 static const uint64_t static_value1 = 0x09128101facd4830ULL;
139 static const uint64_t static_value2 = 0x6fd0cf85eaf2be8fULL;
142 template<
class ContainerAllocator>
147 return "sick_scan/SickLdmrsObjectArray";
150 static const char*
value(const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator>&) {
return value(); }
153 template<
class ContainerAllocator>
161 "# std_msgs/Header header\n"
162 "SickLdmrsObject[] objects\n"
164 "================================================================================\n"
165 "MSG: std_msgs/Header\n"
166 "# Standard metadata for higher-level stamped data types.\n"
167 "# This is generally used to communicate timestamped data \n"
168 "# in a particular coordinate frame.\n"
170 "# sequence ID: consecutively increasing ID \n"
172 "#Two-integer timestamp that is expressed as:\n"
173 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
174 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
175 "# time-handling sugar is provided by the client library\n"
177 "#Frame this data is associated with\n"
180 "================================================================================\n"
181 "MSG: sick_scan/SickLdmrsObject\n"
185 "time tracking_time # since when the object is tracked\n"
189 "#builtin_interfaces/Time tracking_time # since when the object is tracked\n"
190 "#builtin_interfaces/Time last_seen\n"
192 "geometry_msgs/TwistWithCovariance velocity\n"
194 "geometry_msgs/Pose bounding_box_center\n"
195 "geometry_msgs/Vector3 bounding_box_size\n"
197 "geometry_msgs/PoseWithCovariance object_box_center\n"
198 "geometry_msgs/Vector3 object_box_size\n"
200 "geometry_msgs/Point[] contour_points\n"
202 "================================================================================\n"
203 "MSG: geometry_msgs/TwistWithCovariance\n"
204 "# This expresses velocity in free space with uncertainty.\n"
208 "# Row-major representation of the 6x6 covariance matrix\n"
209 "# The orientation parameters use a fixed-axis representation.\n"
210 "# In order, the parameters are:\n"
211 "# (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)\n"
212 "float64[36] covariance\n"
214 "================================================================================\n"
215 "MSG: geometry_msgs/Twist\n"
216 "# This expresses velocity in free space broken into its linear and angular parts.\n"
220 "================================================================================\n"
221 "MSG: geometry_msgs/Vector3\n"
222 "# This represents a vector in free space. \n"
223 "# It is only meant to represent a direction. Therefore, it does not\n"
224 "# make sense to apply a translation to it (e.g., when applying a \n"
225 "# generic rigid transformation to a Vector3, tf2 will only apply the\n"
226 "# rotation). If you want your data to be translatable too, use the\n"
227 "# geometry_msgs/Point message instead.\n"
232 "================================================================================\n"
233 "MSG: geometry_msgs/Pose\n"
234 "# A representation of pose in free space, composed of position and orientation. \n"
236 "Quaternion orientation\n"
238 "================================================================================\n"
239 "MSG: geometry_msgs/Point\n"
240 "# This contains the position of a point in free space\n"
245 "================================================================================\n"
246 "MSG: geometry_msgs/Quaternion\n"
247 "# This represents an orientation in free space in quaternion form.\n"
254 "================================================================================\n"
255 "MSG: geometry_msgs/PoseWithCovariance\n"
256 "# This represents a pose in free space with uncertainty.\n"
260 "# Row-major representation of the 6x6 covariance matrix\n"
261 "# The orientation parameters use a fixed-axis representation.\n"
262 "# In order, the parameters are:\n"
263 "# (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)\n"
264 "float64[36] covariance\n"
268 static const char*
value(const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator>&) {
return value(); }
276 namespace serialization
281 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
283 stream.next(m.header);
284 stream.next(m.objects);
295 namespace message_operations
298 template<
class ContainerAllocator>
301 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickLdmrsObjectArray_<ContainerAllocator>& v)
306 s <<
indent <<
"objects[]" << std::endl;
307 for (
size_t i = 0; i < v.objects.size(); ++i)
309 s <<
indent <<
" objects[" << i <<
"]: ";
320 #endif // SICK_SCAN_MESSAGE_SICKLDMRSOBJECTARRAY_H
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
std::ostream & operator<<(std::ostream &s, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator > &v)
std::shared_ptr< ::sick_scan_xd::SickLdmrsObjectArray const > SickLdmrsObjectArrayConstPtr
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickLdmrsObjectArray_< ContainerAllocator > &v)
bool operator!=(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
std::vector< ::sick_scan_xd::SickLdmrsObject_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::sick_scan_xd::SickLdmrsObject_< ContainerAllocator > >::other > _objects_type
SickLdmrsObjectArray_(const ContainerAllocator &_alloc)
SickLdmrsObjectArray_< ContainerAllocator > Type
static void allInOne(Stream &stream, T m)
static void stream(Stream &s, const std::string &indent, const M &value)
std::shared_ptr< ::sick_scan_xd::SickLdmrsObjectArray > SickLdmrsObjectArrayPtr
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
static const char * value(const ::sick_scan_xd::SickLdmrsObjectArray_< ContainerAllocator > &)
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
::sick_scan_xd::SickLdmrsObjectArray_< std::allocator< void > > SickLdmrsObjectArray
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
static const char * value(const ::sick_scan_xd::SickLdmrsObjectArray_< ContainerAllocator > &)
std::shared_ptr< ::sick_scan_xd::SickLdmrsObjectArray_< ContainerAllocator > const > ConstPtr
static const char * value()
::std_msgs::Header_< ContainerAllocator > _header_type
static const char * value(const ::sick_scan_xd::SickLdmrsObjectArray_< ContainerAllocator > &)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
std::shared_ptr< ::sick_scan_xd::SickLdmrsObjectArray_< ContainerAllocator > > Ptr
bool operator==(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
Stream base-class, provides common functionality for IStream and OStream.
static const char * value()
static const char * value()
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:11