Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_NAVODOMVELOCITY_H
7 #define SICK_SCAN_MESSAGE_NAVODOMVELOCITY_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
22 template <
class ContainerAllocator>
64 typedef std::shared_ptr< ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator> >
Ptr;
65 typedef std::shared_ptr< ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator>
const>
ConstPtr;
78 template<
typename ContainerAllocator>
79 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator> & v)
86 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
87 bool operator==(const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator1> & lhs, const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator2> & rhs)
89 return lhs.vel_x == rhs.vel_x &&
90 lhs.vel_y == rhs.vel_y &&
91 lhs.omega == rhs.omega &&
92 lhs.timestamp == rhs.timestamp &&
93 lhs.coordbase == rhs.coordbase;
96 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
97 bool operator!=(const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator1> & lhs, const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator2> & rhs)
107 namespace message_traits
114 template <
class ContainerAllocator>
119 template <
class ContainerAllocator>
124 template <
class ContainerAllocator>
129 template <
class ContainerAllocator>
134 template <
class ContainerAllocator>
139 template <
class ContainerAllocator>
145 template<
class ContainerAllocator>
150 return "9ae8fb3e58991f0b8bd5ceefb3e1ca1d";
153 static const char*
value(const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator>&) {
return value(); }
154 static const uint64_t static_value1 = 0x9ae8fb3e58991f0bULL;
155 static const uint64_t static_value2 = 0x8bd5ceefb3e1ca1dULL;
158 template<
class ContainerAllocator>
163 return "sick_scan/NAVOdomVelocity";
166 static const char*
value(const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator>&) {
return value(); }
169 template<
class ContainerAllocator>
174 return "# ROS message for NAV350 velocity/odometry data, see sick_nav_scandata_parser.h and NAV-350 telegram listing for details (\"sMN mNPOSSetSpeed\").\n"
176 "float32 vel_x # x-component of velocity in the coordinate system defined by coordbase in m/s, -32.0 ... +32.0 m/s\n"
177 "float32 vel_y # y-component of velocity in the coordinate system defined by coordbase in m/s, -32.0 ... +32.0 m/s\n"
178 "float32 omega # angular velocity of the NAV350 in radians/s, -2*PI ... +2*PI rad/s\n"
179 "uint32 timestamp # Timestamp of the Velocity vector related to the NAV350 clock\n"
180 "uint8 coordbase # Coordinate system of the velocity vector (local or global), 0 = local coordinate system of the NAV350, 1 = absolute coordinate system\n"
184 static const char*
value(const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator>&) {
return value(); }
192 namespace serialization
197 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
199 stream.next(m.vel_x);
200 stream.next(m.vel_y);
201 stream.next(m.omega);
202 stream.next(m.timestamp);
203 stream.next(m.coordbase);
214 namespace message_operations
217 template<
class ContainerAllocator>
220 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::NAVOdomVelocity_<ContainerAllocator>& v)
238 #endif // SICK_SCAN_MESSAGE_NAVODOMVELOCITY_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)
bool operator!=(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
std::shared_ptr< ::sick_scan_xd::NAVOdomVelocity_< ContainerAllocator > > Ptr
Templated serialization class. Default implementation provides backwards compatibility with old messa...
_coordbase_type coordbase
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::NAVOdomVelocity_< ContainerAllocator > &v)
static void stream(Stream &s, const std::string &indent, const M &value)
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
static const char * value()
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...
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
static const char * value(const ::sick_scan_xd::NAVOdomVelocity_< ContainerAllocator > &)
NAVOdomVelocity_(const ContainerAllocator &_alloc)
std::shared_ptr< ::sick_scan_xd::NAVOdomVelocity_< ContainerAllocator > const > ConstPtr
_timestamp_type timestamp
static const char * value(const ::sick_scan_xd::NAVOdomVelocity_< ContainerAllocator > &)
static const char * value()
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
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.
NAVOdomVelocity_< ContainerAllocator > Type
static const char * value()
std::shared_ptr< ::sick_scan_xd::NAVOdomVelocity > NAVOdomVelocityPtr
::sick_scan_xd::NAVOdomVelocity_< std::allocator< void > > NAVOdomVelocity
std::shared_ptr< ::sick_scan_xd::NAVOdomVelocity const > NAVOdomVelocityConstPtr
static const char * value(const ::sick_scan_xd::NAVOdomVelocity_< ContainerAllocator > &)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:09