Go to the documentation of this file.
6 #ifndef NAV_MSGS_MESSAGE_GETMAPACTION_H
7 #define NAV_MSGS_MESSAGE_GETMAPACTION_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
25 template <
class ContainerAllocator>
57 typedef std::shared_ptr< ::nav_msgs::GetMapAction_<ContainerAllocator> >
Ptr;
58 typedef std::shared_ptr< ::nav_msgs::GetMapAction_<ContainerAllocator>
const>
ConstPtr;
62 typedef ::nav_msgs::GetMapAction_<std::allocator<void> >
GetMapAction;
71 template<
typename ContainerAllocator>
72 std::ostream&
operator<<(std::ostream& s, const ::nav_msgs::GetMapAction_<ContainerAllocator> & v)
79 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
80 bool operator==(const ::nav_msgs::GetMapAction_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapAction_<ContainerAllocator2> & rhs)
82 return lhs.action_goal == rhs.action_goal &&
83 lhs.action_result == rhs.action_result &&
84 lhs.action_feedback == rhs.action_feedback;
87 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
88 bool operator!=(const ::nav_msgs::GetMapAction_<ContainerAllocator1> & lhs, const ::nav_msgs::GetMapAction_<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 "e611ad23fbf237c031b7536416dc7cd7";
144 static const char*
value(const ::nav_msgs::GetMapAction_<ContainerAllocator>&) {
return value(); }
145 static const uint64_t static_value1 = 0xe611ad23fbf237c0ULL;
146 static const uint64_t static_value2 = 0x31b7536416dc7cd7ULL;
149 template<
class ContainerAllocator>
154 return "nav_msgs/GetMapAction";
157 static const char*
value(const ::nav_msgs::GetMapAction_<ContainerAllocator>&) {
return value(); }
160 template<
class ContainerAllocator>
165 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
167 "GetMapActionGoal action_goal\n"
168 "GetMapActionResult action_result\n"
169 "GetMapActionFeedback action_feedback\n"
171 "================================================================================\n"
172 "MSG: nav_msgs/GetMapActionGoal\n"
173 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
176 "actionlib_msgs/GoalID goal_id\n"
179 "================================================================================\n"
180 "MSG: std_msgs/Header\n"
181 "# Standard metadata for higher-level stamped data types.\n"
182 "# This is generally used to communicate timestamped data \n"
183 "# in a particular coordinate frame.\n"
185 "# sequence ID: consecutively increasing ID \n"
187 "#Two-integer timestamp that is expressed as:\n"
188 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
189 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
190 "# time-handling sugar is provided by the client library\n"
192 "#Frame this data is associated with\n"
195 "================================================================================\n"
196 "MSG: actionlib_msgs/GoalID\n"
197 "# The stamp should store the time at which this goal was requested.\n"
198 "# It is used by an action server when it tries to preempt all\n"
199 "# goals that were requested before a certain time\n"
202 "# The id provides a way to associate feedback and\n"
203 "# result message with specific goal requests. The id\n"
204 "# specified must be unique.\n"
208 "================================================================================\n"
209 "MSG: nav_msgs/GetMapGoal\n"
210 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
211 "# Get the map as a nav_msgs/OccupancyGrid\n"
213 "================================================================================\n"
214 "MSG: nav_msgs/GetMapActionResult\n"
215 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
218 "actionlib_msgs/GoalStatus status\n"
219 "GetMapResult result\n"
221 "================================================================================\n"
222 "MSG: actionlib_msgs/GoalStatus\n"
225 "uint8 PENDING = 0 # The goal has yet to be processed by the action server\n"
226 "uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n"
227 "uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n"
228 " # and has since completed its execution (Terminal State)\n"
229 "uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n"
230 "uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n"
231 " # to some failure (Terminal State)\n"
232 "uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n"
233 " # because the goal was unattainable or invalid (Terminal State)\n"
234 "uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n"
235 " # and has not yet completed execution\n"
236 "uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n"
237 " # but the action server has not yet confirmed that the goal is canceled\n"
238 "uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n"
239 " # and was successfully cancelled (Terminal State)\n"
240 "uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n"
241 " # sent over the wire by an action server\n"
243 "#Allow for the user to associate a string with GoalStatus for debugging\n"
247 "================================================================================\n"
248 "MSG: nav_msgs/GetMapResult\n"
249 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
250 "nav_msgs/OccupancyGrid map\n"
252 "================================================================================\n"
253 "MSG: nav_msgs/OccupancyGrid\n"
254 "# This represents a 2-D grid map, in which each cell represents the probability of\n"
259 "#MetaData for the map\n"
262 "# The map data, in row-major order, starting with (0,0). Occupancy\n"
263 "# probabilities are in the range [0,100]. Unknown is -1.\n"
266 "================================================================================\n"
267 "MSG: nav_msgs/MapMetaData\n"
268 "# This hold basic information about the characterists of the OccupancyGrid\n"
270 "# The time at which the map was loaded\n"
271 "time map_load_time\n"
272 "# The map resolution [m/cell]\n"
273 "float32 resolution\n"
274 "# Map width [cells]\n"
276 "# Map height [cells]\n"
278 "# The origin of the map [m, m, rad]. This is the real-world pose of the\n"
279 "# cell (0,0) in the map.\n"
280 "geometry_msgs/Pose origin\n"
281 "================================================================================\n"
282 "MSG: geometry_msgs/Pose\n"
283 "# A representation of pose in free space, composed of position and orientation. \n"
285 "Quaternion orientation\n"
287 "================================================================================\n"
288 "MSG: geometry_msgs/Point\n"
289 "# This contains the position of a point in free space\n"
294 "================================================================================\n"
295 "MSG: geometry_msgs/Quaternion\n"
296 "# This represents an orientation in free space in quaternion form.\n"
303 "================================================================================\n"
304 "MSG: nav_msgs/GetMapActionFeedback\n"
305 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
308 "actionlib_msgs/GoalStatus status\n"
309 "GetMapFeedback feedback\n"
311 "================================================================================\n"
312 "MSG: nav_msgs/GetMapFeedback\n"
313 "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n"
318 static const char*
value(const ::nav_msgs::GetMapAction_<ContainerAllocator>&) {
return value(); }
326 namespace serialization
331 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
333 stream.next(m.action_goal);
334 stream.next(m.action_result);
335 stream.next(m.action_feedback);
346 namespace message_operations
349 template<
class ContainerAllocator>
352 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::nav_msgs::GetMapAction_<ContainerAllocator>& v)
354 s <<
indent <<
"action_goal: ";
357 s <<
indent <<
"action_result: ";
360 s <<
indent <<
"action_feedback: ";
369 #endif // NAV_MSGS_MESSAGE_GETMAPACTION_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...
static const char * value()
std::shared_ptr< ::nav_msgs::GetMapAction const > GetMapActionConstPtr
::nav_msgs::GetMapActionGoal_< ContainerAllocator > _action_goal_type
std::shared_ptr< ::nav_msgs::GetMapAction_< ContainerAllocator > const > ConstPtr
GetMapAction_(const ContainerAllocator &_alloc)
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...
::nav_msgs::GetMapAction_< std::allocator< void > > GetMapAction
#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.
static const char * value()
static const char * value()
static const char * value(const ::nav_msgs::GetMapAction_< ContainerAllocator > &)
GetMapAction_< ContainerAllocator > Type
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)
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::GetMapAction_< ContainerAllocator > &v)
bool operator==(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
_action_result_type action_result
Stream base-class, provides common functionality for IStream and OStream.
static const char * value(const ::nav_msgs::GetMapAction_< ContainerAllocator > &)
static const char * value(const ::nav_msgs::GetMapAction_< ContainerAllocator > &)
_action_feedback_type action_feedback
std::shared_ptr< ::nav_msgs::GetMapAction > GetMapActionPtr
::nav_msgs::GetMapActionFeedback_< ContainerAllocator > _action_feedback_type
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
std::shared_ptr< ::nav_msgs::GetMapAction_< ContainerAllocator > > Ptr
_action_goal_type action_goal
::nav_msgs::GetMapActionResult_< ContainerAllocator > _action_result_type
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:08