Go to the documentation of this file.
6 #ifndef NAV_MSGS_MESSAGE_GETMAPRESPONSE_H
7 #define NAV_MSGS_MESSAGE_GETMAPRESPONSE_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>
38 typedef ::nav_msgs::OccupancyGrid_<ContainerAllocator>
_map_type;
45 typedef std::shared_ptr< ::nav_msgs::GetMapResponse_<ContainerAllocator> >
Ptr;
46 typedef std::shared_ptr< ::nav_msgs::GetMapResponse_<ContainerAllocator>
const>
ConstPtr;
59 template<
typename ContainerAllocator>
60 std::ostream&
operator<<(std::ostream& s, const ::nav_msgs::GetMapResponse_<ContainerAllocator> & v)
67 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
68 bool operator==(const ::nav_msgs::GetMapResponse_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapResponse_<ContainerAllocator2> & rhs)
70 return lhs.map == rhs.map;
73 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
74 bool operator!=(const ::nav_msgs::GetMapResponse_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapResponse_<ContainerAllocator2> & rhs)
84 namespace message_traits
91 template <
class ContainerAllocator>
96 template <
class ContainerAllocator>
101 template <
class ContainerAllocator>
106 template <
class ContainerAllocator>
111 template <
class ContainerAllocator>
116 template <
class ContainerAllocator>
122 template<
class ContainerAllocator>
127 return "6cdd0a18e0aff5b0a3ca2326a89b54ff";
130 static const char*
value(const ::nav_msgs::GetMapResponse_<ContainerAllocator>&) {
return value(); }
131 static const uint64_t static_value1 = 0x6cdd0a18e0aff5b0ULL;
132 static const uint64_t static_value2 = 0xa3ca2326a89b54ffULL;
135 template<
class ContainerAllocator>
140 return "nav_msgs/GetMapResponse";
143 static const char*
value(const ::nav_msgs::GetMapResponse_<ContainerAllocator>&) {
return value(); }
146 template<
class ContainerAllocator>
151 return "nav_msgs/OccupancyGrid map\n"
154 "================================================================================\n"
155 "MSG: nav_msgs/OccupancyGrid\n"
156 "# This represents a 2-D grid map, in which each cell represents the probability of\n"
161 "#MetaData for the map\n"
164 "# The map data, in row-major order, starting with (0,0). Occupancy\n"
165 "# probabilities are in the range [0,100]. Unknown is -1.\n"
168 "================================================================================\n"
169 "MSG: std_msgs/Header\n"
170 "# Standard metadata for higher-level stamped data types.\n"
171 "# This is generally used to communicate timestamped data \n"
172 "# in a particular coordinate frame.\n"
174 "# sequence ID: consecutively increasing ID \n"
176 "#Two-integer timestamp that is expressed as:\n"
177 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
178 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
179 "# time-handling sugar is provided by the client library\n"
181 "#Frame this data is associated with\n"
184 "================================================================================\n"
185 "MSG: nav_msgs/MapMetaData\n"
186 "# This hold basic information about the characterists of the OccupancyGrid\n"
188 "# The time at which the map was loaded\n"
189 "time map_load_time\n"
190 "# The map resolution [m/cell]\n"
191 "float32 resolution\n"
192 "# Map width [cells]\n"
194 "# Map height [cells]\n"
196 "# The origin of the map [m, m, rad]. This is the real-world pose of the\n"
197 "# cell (0,0) in the map.\n"
198 "geometry_msgs/Pose origin\n"
199 "================================================================================\n"
200 "MSG: geometry_msgs/Pose\n"
201 "# A representation of pose in free space, composed of position and orientation. \n"
203 "Quaternion orientation\n"
205 "================================================================================\n"
206 "MSG: geometry_msgs/Point\n"
207 "# This contains the position of a point in free space\n"
212 "================================================================================\n"
213 "MSG: geometry_msgs/Quaternion\n"
214 "# This represents an orientation in free space in quaternion form.\n"
223 static const char*
value(const ::nav_msgs::GetMapResponse_<ContainerAllocator>&) {
return value(); }
231 namespace serialization
236 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
249 namespace message_operations
252 template<
class ContainerAllocator>
255 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::nav_msgs::GetMapResponse_<ContainerAllocator>& v)
266 #endif // NAV_MSGS_MESSAGE_GETMAPRESPONSE_H
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GetMapResponse_(const ContainerAllocator &_alloc)
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...
std::shared_ptr< ::nav_msgs::GetMapResponse_< ContainerAllocator > const > ConstPtr
static const char * value(const ::nav_msgs::GetMapResponse_< ContainerAllocator > &)
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::GetMapResponse_< ContainerAllocator > &v)
std::ostream & operator<<(std::ostream &s, const ::nav_msgs::GetMapAction_< ContainerAllocator > &v)
Specialize to provide the datatype for a message.
static void allInOne(Stream &stream, T m)
Specialize to provide the definition for a message.
::nav_msgs::OccupancyGrid_< ContainerAllocator > _map_type
static const char * value()
static const char * value(const ::nav_msgs::GetMapResponse_< ContainerAllocator > &)
static const char * value(const ::nav_msgs::GetMapResponse_< ContainerAllocator > &)
static const char * value()
::nav_msgs::GetMapResponse_< std::allocator< void > > GetMapResponse
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
std::shared_ptr< ::nav_msgs::GetMapResponse_< ContainerAllocator > > Ptr
GetMapResponse_< ContainerAllocator > Type
bool operator==(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Stream base-class, provides common functionality for IStream and OStream.
std::shared_ptr< ::nav_msgs::GetMapResponse > GetMapResponsePtr
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
std::shared_ptr< ::nav_msgs::GetMapResponse const > GetMapResponseConstPtr
static const char * value()
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:08