Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKLOCINITIALIZEPOSESRVREQUEST_H
7 #define SICK_SCAN_MESSAGE_SICKLOCINITIALIZEPOSESRVREQUEST_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>
59 typedef std::shared_ptr< ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator> >
Ptr;
60 typedef std::shared_ptr< ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator>
const>
ConstPtr;
73 template<
typename ContainerAllocator>
74 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator> & v)
81 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
82 bool operator==(const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator2> & rhs)
84 return lhs.x == rhs.x &&
87 lhs.sigmatranslation == rhs.sigmatranslation;
90 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
91 bool operator!=(const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator2> & rhs)
101 namespace message_traits
108 template <
class ContainerAllocator>
113 template <
class ContainerAllocator>
118 template <
class ContainerAllocator>
123 template <
class ContainerAllocator>
128 template <
class ContainerAllocator>
133 template <
class ContainerAllocator>
139 template<
class ContainerAllocator>
144 return "1feb9f336f9d6f0d1c23b8b3110ffc00";
147 static const char*
value(const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator>&) {
return value(); }
148 static const uint64_t static_value1 = 0x1feb9f336f9d6f0dULL;
149 static const uint64_t static_value2 = 0x1c23b8b3110ffc00ULL;
152 template<
class ContainerAllocator>
157 return "sick_scan/SickLocInitializePoseSrvRequest";
160 static const char*
value(const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator>&) {
return value(); }
163 template<
class ContainerAllocator>
168 return "# Definition of ROS service SickLocInitializePose for sick localization\n"
169 "# Automatically adjusts the given input pose according to the map of the environment and the current LiDAR measurements.\n"
170 "# Example call (ROS1):\n"
171 "# rosservice call SickLocInitializePose \"{x: 100, y: -100, yaw: 2000, sigmatranslation: 1000}\"\n"
172 "# Example call (ROS2):\n"
173 "# ros2 service call SickLocInitializePose sick_scan/srv/SickLocInitializePoseSrv \"{x: 100, y: -100, yaw: 2000, sigmatranslation: 1000}\"\n"
177 "# Request (input)\n"
180 "int32 x # Vehicle x position relative to map origin. [<min>, <max>] in [mm] \n"
181 "int32 y # Vehicle y position relative to map origin. [<min>, <max>] in [mm] \n"
182 "int32 yaw # Vehicle yaw angle relative to map origin. [-180000, 180000] in [mdeg] \n"
183 "uint32 sigmatranslation # Standard deviation of the initial position describing the uncertainty. [300, 5000] in [mm] \n"
188 static const char*
value(const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<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);
217 namespace message_operations
220 template<
class ContainerAllocator>
223 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickLocInitializePoseSrvRequest_<ContainerAllocator>& v)
231 s <<
indent <<
"sigmatranslation: ";
239 #endif // SICK_SCAN_MESSAGE_SICKLOCINITIALIZEPOSESRVREQUEST_H
static const char * value(const ::sick_scan_xd::SickLocInitializePoseSrvRequest_< ContainerAllocator > &)
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::SickLocInitializePoseSrvRequest > SickLocInitializePoseSrvRequestPtr
std::shared_ptr< ::sick_scan_xd::SickLocInitializePoseSrvRequest_< ContainerAllocator > const > ConstPtr
_sigmatranslation_type sigmatranslation
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...
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 void allInOne(Stream &stream, T m)
SickLocInitializePoseSrvRequest_()
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickLocInitializePoseSrvRequest_< ContainerAllocator > &v)
#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.
::sick_scan_xd::SickLocInitializePoseSrvRequest_< std::allocator< void > > SickLocInitializePoseSrvRequest
uint32_t _sigmatranslation_type
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)
std::shared_ptr< ::sick_scan_xd::SickLocInitializePoseSrvRequest const > SickLocInitializePoseSrvRequestConstPtr
SickLocInitializePoseSrvRequest_(const ContainerAllocator &_alloc)
std::shared_ptr< ::sick_scan_xd::SickLocInitializePoseSrvRequest_< ContainerAllocator > > Ptr
Stream base-class, provides common functionality for IStream and OStream.
static const char * value()
SickLocInitializePoseSrvRequest_< ContainerAllocator > Type
static const char * value(const ::sick_scan_xd::SickLocInitializePoseSrvRequest_< ContainerAllocator > &)
static const char * value(const ::sick_scan_xd::SickLocInitializePoseSrvRequest_< ContainerAllocator > &)
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