Go to the documentation of this file.
6 #ifndef NAV_MSGS_MESSAGE_GETMAPACTIONRESULT_H
7 #define NAV_MSGS_MESSAGE_GETMAPACTIONRESULT_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
20 #include <actionlib_msgs/GoalStatus.h>
25 template <
class ContainerAllocator>
47 typedef ::actionlib_msgs::GoalStatus_<ContainerAllocator>
_status_type;
50 typedef ::nav_msgs::GetMapResult_<ContainerAllocator>
_result_type;
57 typedef std::shared_ptr< ::nav_msgs::GetMapActionResult_<ContainerAllocator> >
Ptr;
58 typedef std::shared_ptr< ::nav_msgs::GetMapActionResult_<ContainerAllocator>
const>
ConstPtr;
71 template<
typename ContainerAllocator>
72 std::ostream&
operator<<(std::ostream& s, const ::nav_msgs::GetMapActionResult_<ContainerAllocator> & v)
79 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
80 bool operator==(const ::nav_msgs::GetMapActionResult_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapActionResult_<ContainerAllocator2> & rhs)
82 return lhs.header == rhs.header &&
83 lhs.status == rhs.status &&
84 lhs.result == rhs.result;
87 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
88 bool operator!=(const ::nav_msgs::GetMapActionResult_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapActionResult_<ContainerAllocator2> & rhs)
98 namespace message_traits
105 template <
class ContainerAllocator>
110 template <
class ContainerAllocator>
115 template <
class ContainerAllocator>
120 template <
class ContainerAllocator>
125 template <
class ContainerAllocator>
130 template <
class ContainerAllocator>
136 template<
class ContainerAllocator>
141 return "ac66e5b9a79bb4bbd33dab245236c892";
144 static const char*
value(const ::nav_msgs::GetMapActionResult_<ContainerAllocator>&) {
return value(); }
145 static const uint64_t static_value1 = 0xac66e5b9a79bb4bbULL;
146 static const uint64_t static_value2 = 0xd33dab245236c892ULL;
149 template<
class ContainerAllocator>
154 return "nav_msgs/GetMapActionResult";
157 static const char*
value(const ::nav_msgs::GetMapActionResult_<ContainerAllocator>&) {
return value(); }
160 template<
class ContainerAllocator>
165 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
168 "actionlib_msgs/GoalStatus status\n"
169 "GetMapResult result\n"
171 "================================================================================\n"
172 "MSG: std_msgs/Header\n"
173 "# Standard metadata for higher-level stamped data types.\n"
174 "# This is generally used to communicate timestamped data \n"
175 "# in a particular coordinate frame.\n"
177 "# sequence ID: consecutively increasing ID \n"
179 "#Two-integer timestamp that is expressed as:\n"
180 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
181 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
182 "# time-handling sugar is provided by the client library\n"
184 "#Frame this data is associated with\n"
187 "================================================================================\n"
188 "MSG: actionlib_msgs/GoalStatus\n"
191 "uint8 PENDING = 0 # The goal has yet to be processed by the action server\n"
192 "uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n"
193 "uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n"
194 " # and has since completed its execution (Terminal State)\n"
195 "uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n"
196 "uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n"
197 " # to some failure (Terminal State)\n"
198 "uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n"
199 " # because the goal was unattainable or invalid (Terminal State)\n"
200 "uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n"
201 " # and has not yet completed execution\n"
202 "uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n"
203 " # but the action server has not yet confirmed that the goal is canceled\n"
204 "uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n"
205 " # and was successfully cancelled (Terminal State)\n"
206 "uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n"
207 " # sent over the wire by an action server\n"
209 "#Allow for the user to associate a string with GoalStatus for debugging\n"
213 "================================================================================\n"
214 "MSG: actionlib_msgs/GoalID\n"
215 "# The stamp should store the time at which this goal was requested.\n"
216 "# It is used by an action server when it tries to preempt all\n"
217 "# goals that were requested before a certain time\n"
220 "# The id provides a way to associate feedback and\n"
221 "# result message with specific goal requests. The id\n"
222 "# specified must be unique.\n"
226 "================================================================================\n"
227 "MSG: nav_msgs/GetMapResult\n"
228 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
229 "nav_msgs/OccupancyGrid map\n"
231 "================================================================================\n"
232 "MSG: nav_msgs/OccupancyGrid\n"
233 "# This represents a 2-D grid map, in which each cell represents the probability of\n"
238 "#MetaData for the map\n"
241 "# The map data, in row-major order, starting with (0,0). Occupancy\n"
242 "# probabilities are in the range [0,100]. Unknown is -1.\n"
245 "================================================================================\n"
246 "MSG: nav_msgs/MapMetaData\n"
247 "# This hold basic information about the characterists of the OccupancyGrid\n"
249 "# The time at which the map was loaded\n"
250 "time map_load_time\n"
251 "# The map resolution [m/cell]\n"
252 "float32 resolution\n"
253 "# Map width [cells]\n"
255 "# Map height [cells]\n"
257 "# The origin of the map [m, m, rad]. This is the real-world pose of the\n"
258 "# cell (0,0) in the map.\n"
259 "geometry_msgs/Pose origin\n"
260 "================================================================================\n"
261 "MSG: geometry_msgs/Pose\n"
262 "# A representation of pose in free space, composed of position and orientation. \n"
264 "Quaternion orientation\n"
266 "================================================================================\n"
267 "MSG: geometry_msgs/Point\n"
268 "# This contains the position of a point in free space\n"
273 "================================================================================\n"
274 "MSG: geometry_msgs/Quaternion\n"
275 "# This represents an orientation in free space in quaternion form.\n"
284 static const char*
value(const ::nav_msgs::GetMapActionResult_<ContainerAllocator>&) {
return value(); }
292 namespace serialization
297 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
299 stream.next(m.header);
300 stream.next(m.status);
301 stream.next(m.result);
312 namespace message_operations
315 template<
class ContainerAllocator>
318 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::nav_msgs::GetMapActionResult_<ContainerAllocator>& v)
335 #endif // NAV_MSGS_MESSAGE_GETMAPACTIONRESULT_H
std::shared_ptr< ::nav_msgs::GetMapActionResult const > GetMapActionResultConstPtr
::nav_msgs::GetMapActionResult_< std::allocator< void > > GetMapActionResult
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...
GetMapActionResult_< ContainerAllocator > Type
static const char * value()
::nav_msgs::GetMapResult_< ContainerAllocator > _result_type
static const char * value()
std::shared_ptr< ::nav_msgs::GetMapActionResult > GetMapActionResultPtr
static const char * value(const ::nav_msgs::GetMapActionResult_< ContainerAllocator > &)
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...
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::GetMapActionResult_< ContainerAllocator > &v)
std::ostream & operator<<(std::ostream &s, const ::nav_msgs::GetMapAction_< ContainerAllocator > &v)
Specialize to provide the datatype for a message.
::actionlib_msgs::GoalStatus_< ContainerAllocator > _status_type
Specialize to provide the definition for a message.
GetMapActionResult_(const ContainerAllocator &_alloc)
static const char * value(const ::nav_msgs::GetMapActionResult_< ContainerAllocator > &)
std::shared_ptr< ::nav_msgs::GetMapActionResult_< ContainerAllocator > > Ptr
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 const char * value(const ::nav_msgs::GetMapActionResult_< ContainerAllocator > &)
::std_msgs::Header_< ContainerAllocator > _header_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.
static const char * value()
std::shared_ptr< ::nav_msgs::GetMapActionResult_< ContainerAllocator > const > ConstPtr
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
static void allInOne(Stream &stream, T m)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:08