Go to the documentation of this file.
6 #ifndef NAV_MSGS_MESSAGE_MAPMETADATA_H
7 #define NAV_MSGS_MESSAGE_MAPMETADATA_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
23 template <
class ContainerAllocator>
65 typedef std::shared_ptr< ::nav_msgs::MapMetaData_<ContainerAllocator> >
Ptr;
66 typedef std::shared_ptr< ::nav_msgs::MapMetaData_<ContainerAllocator>
const>
ConstPtr;
70 typedef ::nav_msgs::MapMetaData_<std::allocator<void> >
MapMetaData;
79 template<
typename ContainerAllocator>
80 std::ostream&
operator<<(std::ostream& s, const ::nav_msgs::MapMetaData_<ContainerAllocator> & v)
87 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
88 bool operator==(const ::nav_msgs::MapMetaData_<ContainerAllocator1> & lhs, const ::nav_msgs::MapMetaData_<ContainerAllocator2> & rhs)
90 return lhs.map_load_time == rhs.map_load_time &&
91 lhs.resolution == rhs.resolution &&
92 lhs.width == rhs.width &&
93 lhs.height == rhs.height &&
94 lhs.origin == rhs.origin;
97 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
98 bool operator!=(const ::nav_msgs::MapMetaData_<ContainerAllocator1> & lhs, const ::nav_msgs::MapMetaData_<ContainerAllocator2> & rhs)
100 return !(lhs == rhs);
108 namespace message_traits
115 template <
class ContainerAllocator>
120 template <
class ContainerAllocator>
125 template <
class ContainerAllocator>
130 template <
class ContainerAllocator>
135 template <
class ContainerAllocator>
140 template <
class ContainerAllocator>
146 template<
class ContainerAllocator>
151 return "10cfc8a2818024d3248802c00c95f11b";
154 static const char*
value(const ::nav_msgs::MapMetaData_<ContainerAllocator>&) {
return value(); }
155 static const uint64_t static_value1 = 0x10cfc8a2818024d3ULL;
156 static const uint64_t static_value2 = 0x248802c00c95f11bULL;
159 template<
class ContainerAllocator>
164 return "nav_msgs/MapMetaData";
167 static const char*
value(const ::nav_msgs::MapMetaData_<ContainerAllocator>&) {
return value(); }
170 template<
class ContainerAllocator>
175 return "# This hold basic information about the characterists of the OccupancyGrid\n"
177 "# The time at which the map was loaded\n"
178 "time map_load_time\n"
179 "# The map resolution [m/cell]\n"
180 "float32 resolution\n"
181 "# Map width [cells]\n"
183 "# Map height [cells]\n"
185 "# The origin of the map [m, m, rad]. This is the real-world pose of the\n"
186 "# cell (0,0) in the map.\n"
187 "geometry_msgs/Pose origin\n"
188 "================================================================================\n"
189 "MSG: geometry_msgs/Pose\n"
190 "# A representation of pose in free space, composed of position and orientation. \n"
192 "Quaternion orientation\n"
194 "================================================================================\n"
195 "MSG: geometry_msgs/Point\n"
196 "# This contains the position of a point in free space\n"
201 "================================================================================\n"
202 "MSG: geometry_msgs/Quaternion\n"
203 "# This represents an orientation in free space in quaternion form.\n"
212 static const char*
value(const ::nav_msgs::MapMetaData_<ContainerAllocator>&) {
return value(); }
220 namespace serialization
225 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
227 stream.next(m.map_load_time);
228 stream.next(m.resolution);
229 stream.next(m.width);
230 stream.next(m.height);
231 stream.next(m.origin);
242 namespace message_operations
245 template<
class ContainerAllocator>
248 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::nav_msgs::MapMetaData_<ContainerAllocator>& v)
250 s <<
indent <<
"map_load_time: ";
267 #endif // NAV_MSGS_MESSAGE_MAPMETADATA_H
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::nav_msgs::MapMetaData_< std::allocator< void > > MapMetaData
std::shared_ptr< ::nav_msgs::MapMetaData const > MapMetaDataConstPtr
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...
std::ostream & operator<<(std::ostream &s, const ::nav_msgs::GetMapAction_< ContainerAllocator > &v)
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
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 ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
std::shared_ptr< ::nav_msgs::MapMetaData > MapMetaDataPtr
Stream base-class, provides common functionality for IStream and OStream.
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:08