Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKLOCSETPOSESRVREQUEST_H
7 #define SICK_SCAN_MESSAGE_SICKLOCSETPOSESRVREQUEST_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::SickLocSetPoseSrvRequest_<ContainerAllocator> >
Ptr;
60 typedef std::shared_ptr< ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator>
const>
ConstPtr;
73 template<
typename ContainerAllocator>
74 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator> & v)
81 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
82 bool operator==(const ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator2> & rhs)
84 return lhs.posex == rhs.posex &&
85 lhs.posey == rhs.posey &&
87 lhs.uncertainty == rhs.uncertainty;
90 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
91 bool operator!=(const ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocSetPoseSrvRequest_<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 "7d897868432ba26eb05c98367f28fc3a";
147 static const char*
value(const ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator>&) {
return value(); }
148 static const uint64_t static_value1 = 0x7d897868432ba26eULL;
149 static const uint64_t static_value2 = 0xb05c98367f28fc3aULL;
152 template<
class ContainerAllocator>
157 return "sick_scan/SickLocSetPoseSrvRequest";
160 static const char*
value(const ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator>&) {
return value(); }
163 template<
class ContainerAllocator>
168 return "# Definition of ROS service SickLocSetPose for sick localization.\n"
170 "# ROS service SickLocSetPose initializes the vehicle pose\n"
171 "# by sending cola command (\"sMN LocSetPose <posex> <posey> <yaw> <uncertainty>\")\n"
173 "# <posex>: x coordinate in mm\n"
174 "# <posey>: y coordinate in mm\n"
175 "# <yaw>: yaw angle in millidegree, -180000 to +180000\n"
176 "# <uncertainty>: translation uncertainty in mm\n"
178 "# See Telegram-Listing-v1.1.0.241R.pdf for further details about \n"
179 "# Cola telegrams and this command.\n"
182 "# Request (input)\n"
185 "int32 posex # x coordinate in mm\n"
186 "int32 posey # y coordinate in mm\n"
187 "int32 yaw # yaw angle in millidegree, -180000 to +180000\n"
188 "int32 uncertainty # translation uncertainty in mm\n"
193 static const char*
value(const ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator>&) {
return value(); }
201 namespace serialization
206 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
208 stream.next(m.posex);
209 stream.next(m.posey);
211 stream.next(m.uncertainty);
222 namespace message_operations
225 template<
class ContainerAllocator>
228 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickLocSetPoseSrvRequest_<ContainerAllocator>& v)
236 s <<
indent <<
"uncertainty: ";
244 #endif // SICK_SCAN_MESSAGE_SICKLOCSETPOSESRVREQUEST_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)
SickLocSetPoseSrvRequest_(const ContainerAllocator &_alloc)
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 const char * value()
SickLocSetPoseSrvRequest_< ContainerAllocator > Type
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...
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
_uncertainty_type uncertainty
static const char * value(const ::sick_scan_xd::SickLocSetPoseSrvRequest_< ContainerAllocator > &)
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickLocSetPoseSrvRequest_< ContainerAllocator > &v)
std::shared_ptr< ::sick_scan_xd::SickLocSetPoseSrvRequest > SickLocSetPoseSrvRequestPtr
static const char * value(const ::sick_scan_xd::SickLocSetPoseSrvRequest_< ContainerAllocator > &)
std::shared_ptr< ::sick_scan_xd::SickLocSetPoseSrvRequest_< ContainerAllocator > const > ConstPtr
static const char * value(const ::sick_scan_xd::SickLocSetPoseSrvRequest_< 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.
static void allInOne(Stream &stream, T m)
int32_t _uncertainty_type
std::shared_ptr< ::sick_scan_xd::SickLocSetPoseSrvRequest_< ContainerAllocator > > Ptr
bool operator==(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
static const char * value()
Stream base-class, provides common functionality for IStream and OStream.
SickLocSetPoseSrvRequest_()
std::shared_ptr< ::sick_scan_xd::SickLocSetPoseSrvRequest const > SickLocSetPoseSrvRequestConstPtr
static const char * value()
::sick_scan_xd::SickLocSetPoseSrvRequest_< std::allocator< void > > SickLocSetPoseSrvRequest
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:12