Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKLOCINITIALPOSESRVRESPONSE_H
7 #define SICK_SCAN_MESSAGE_SICKLOCINITIALPOSESRVRESPONSE_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::SickLocInitialPoseSrvResponse_<ContainerAllocator> >
Ptr;
65 typedef std::shared_ptr< ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator>
const>
ConstPtr;
78 template<
typename ContainerAllocator>
79 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator> & v)
86 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
87 bool operator==(const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator2> & rhs)
89 return lhs.x == rhs.x &&
92 lhs.sigmatranslation == rhs.sigmatranslation &&
93 lhs.success == rhs.success;
96 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
97 bool operator!=(const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<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 "4fe0365a98e851d2ec605133b8bf8e0f";
153 static const char*
value(const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator>&) {
return value(); }
154 static const uint64_t static_value1 = 0x4fe0365a98e851d2ULL;
155 static const uint64_t static_value2 = 0xec605133b8bf8e0fULL;
158 template<
class ContainerAllocator>
163 return "sick_scan/SickLocInitialPoseSrvResponse";
166 static const char*
value(const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator>&) {
return value(); }
169 template<
class ContainerAllocator>
176 "# Response (output)\n"
179 "int32 x # Vehicle x position relative to map origin. [<min>, <max>] in [mm] \n"
180 "int32 y # Vehicle y position relative to map origin. [<min>, <max>] in [mm] \n"
181 "int32 yaw # Vehicle yaw angle relative to map origin. [-180000, 180000] in [mdeg] \n"
182 "uint32 sigmatranslation # Standard deviation of the initial position describing the uncertainty. [300, 5000] in [mm] \n"
183 "bool success # true: success response received from localization controller, false: service failed (timeout or error status from controller)\n"
188 static const char*
value(const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator>&) {
return value(); }
196 namespace serialization
201 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
206 stream.next(m.sigmatranslation);
207 stream.next(m.success);
218 namespace message_operations
221 template<
class ContainerAllocator>
224 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickLocInitialPoseSrvResponse_<ContainerAllocator>& v)
232 s <<
indent <<
"sigmatranslation: ";
242 #endif // SICK_SCAN_MESSAGE_SICKLOCINITIALPOSESRVRESPONSE_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::SickLocInitialPoseSrvResponse const > SickLocInitialPoseSrvResponseConstPtr
SickLocInitialPoseSrvResponse_< ContainerAllocator > Type
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::shared_ptr< ::sick_scan_xd::SickLocInitialPoseSrvResponse_< ContainerAllocator > const > ConstPtr
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...
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
SickLocInitialPoseSrvResponse_(const ContainerAllocator &_alloc)
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
static const char * value()
static void allInOne(Stream &stream, T m)
static const char * value(const ::sick_scan_xd::SickLocInitialPoseSrvResponse_< ContainerAllocator > &)
static const char * value(const ::sick_scan_xd::SickLocInitialPoseSrvResponse_< ContainerAllocator > &)
static const char * value(const ::sick_scan_xd::SickLocInitialPoseSrvResponse_< ContainerAllocator > &)
::sick_scan_xd::SickLocInitialPoseSrvResponse_< std::allocator< void > > SickLocInitialPoseSrvResponse
uint32_t _sigmatranslation_type
std::shared_ptr< ::sick_scan_xd::SickLocInitialPoseSrvResponse > SickLocInitialPoseSrvResponsePtr
static const char * value()
_sigmatranslation_type sigmatranslation
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickLocInitialPoseSrvResponse_< ContainerAllocator > &v)
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.
SickLocInitialPoseSrvResponse_()
std::shared_ptr< ::sick_scan_xd::SickLocInitialPoseSrvResponse_< ContainerAllocator > > Ptr
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:11