GetPlanRequest.h
Go to the documentation of this file.
1 #include "sick_scan/sick_scan_base.h" /* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2 // Generated by gencpp from file nav_msgs/GetPlanRequest.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef NAV_MSGS_MESSAGE_GETPLANREQUEST_H
7 #define NAV_MSGS_MESSAGE_GETPLANREQUEST_H
8 
9 
10 #include <string>
11 #include <vector>
12 #include <map>
13 
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
18 
21 
22 namespace nav_msgs
23 {
24 template <class ContainerAllocator>
26 {
28 
30  : start()
31  , goal()
32  , tolerance(0.0) {
33  }
34  GetPlanRequest_(const ContainerAllocator& _alloc)
35  : start(_alloc)
36  , goal(_alloc)
37  , tolerance(0.0) {
38  (void)_alloc;
39  }
40 
41 
42 
43  typedef ::geometry_msgs::PoseStamped_<ContainerAllocator> _start_type;
45 
46  typedef ::geometry_msgs::PoseStamped_<ContainerAllocator> _goal_type;
48 
49  typedef float _tolerance_type;
51 
52 
53 
54 
55 
56  typedef std::shared_ptr< ::nav_msgs::GetPlanRequest_<ContainerAllocator> > Ptr;
57  typedef std::shared_ptr< ::nav_msgs::GetPlanRequest_<ContainerAllocator> const> ConstPtr;
58 
59 }; // struct GetPlanRequest_
60 
61 typedef ::nav_msgs::GetPlanRequest_<std::allocator<void> > GetPlanRequest;
62 
63 typedef std::shared_ptr< ::nav_msgs::GetPlanRequest > GetPlanRequestPtr;
64 typedef std::shared_ptr< ::nav_msgs::GetPlanRequest const> GetPlanRequestConstPtr;
65 
66 // constants requiring out of line definition
67 
68 
69 
70 template<typename ContainerAllocator>
71 std::ostream& operator<<(std::ostream& s, const ::nav_msgs::GetPlanRequest_<ContainerAllocator> & v)
72 {
74 return s;
75 }
76 
77 
78 template<typename ContainerAllocator1, typename ContainerAllocator2>
79 bool operator==(const ::nav_msgs::GetPlanRequest_<ContainerAllocator1> & lhs, const ::nav_msgs::GetPlanRequest_<ContainerAllocator2> & rhs)
80 {
81  return lhs.start == rhs.start &&
82  lhs.goal == rhs.goal &&
83  lhs.tolerance == rhs.tolerance;
84 }
85 
86 template<typename ContainerAllocator1, typename ContainerAllocator2>
87 bool operator!=(const ::nav_msgs::GetPlanRequest_<ContainerAllocator1> & lhs, const ::nav_msgs::GetPlanRequest_<ContainerAllocator2> & rhs)
88 {
89  return !(lhs == rhs);
90 }
91 
92 
93 } // namespace nav_msgs
94 
95 namespace roswrap
96 {
97 namespace message_traits
98 {
99 
100 
101 
102 
103 
104 template <class ContainerAllocator>
105 struct IsFixedSize< ::nav_msgs::GetPlanRequest_<ContainerAllocator> >
106  : FalseType
107  { };
108 
109 template <class ContainerAllocator>
110 struct IsFixedSize< ::nav_msgs::GetPlanRequest_<ContainerAllocator> const>
111  : FalseType
112  { };
113 
114 template <class ContainerAllocator>
115 struct IsMessage< ::nav_msgs::GetPlanRequest_<ContainerAllocator> >
116  : TrueType
117  { };
118 
119 template <class ContainerAllocator>
120 struct IsMessage< ::nav_msgs::GetPlanRequest_<ContainerAllocator> const>
121  : TrueType
122  { };
123 
124 template <class ContainerAllocator>
125 struct HasHeader< ::nav_msgs::GetPlanRequest_<ContainerAllocator> >
126  : FalseType
127  { };
128 
129 template <class ContainerAllocator>
130 struct HasHeader< ::nav_msgs::GetPlanRequest_<ContainerAllocator> const>
131  : FalseType
132  { };
133 
134 
135 template<class ContainerAllocator>
136 struct MD5Sum< ::nav_msgs::GetPlanRequest_<ContainerAllocator> >
137 {
138  static const char* value()
139  {
140  return "e25a43e0752bcca599a8c2eef8282df8";
141  }
142 
143  static const char* value(const ::nav_msgs::GetPlanRequest_<ContainerAllocator>&) { return value(); }
144  static const uint64_t static_value1 = 0xe25a43e0752bcca5ULL;
145  static const uint64_t static_value2 = 0x99a8c2eef8282df8ULL;
146 };
147 
148 template<class ContainerAllocator>
149 struct DataType< ::nav_msgs::GetPlanRequest_<ContainerAllocator> >
150 {
151  static const char* value()
152  {
153  return "nav_msgs/GetPlanRequest";
154  }
155 
156  static const char* value(const ::nav_msgs::GetPlanRequest_<ContainerAllocator>&) { return value(); }
157 };
158 
159 template<class ContainerAllocator>
160 struct Definition< ::nav_msgs::GetPlanRequest_<ContainerAllocator> >
161 {
162  static const char* value()
163  {
164  return "# Get a plan from the current position to the goal Pose \n"
165 "\n"
166 "# The start pose for the plan\n"
167 "geometry_msgs/PoseStamped start\n"
168 "\n"
169 "# The final pose of the goal position\n"
170 "geometry_msgs/PoseStamped goal\n"
171 "\n"
172 "# If the goal is obstructed, how many meters the planner can \n"
173 "# relax the constraint in x and y before failing. \n"
174 "float32 tolerance\n"
175 "\n"
176 "================================================================================\n"
177 "MSG: geometry_msgs/PoseStamped\n"
178 "# A Pose with reference coordinate frame and timestamp\n"
179 "Header header\n"
180 "Pose pose\n"
181 "\n"
182 "================================================================================\n"
183 "MSG: std_msgs/Header\n"
184 "# Standard metadata for higher-level stamped data types.\n"
185 "# This is generally used to communicate timestamped data \n"
186 "# in a particular coordinate frame.\n"
187 "# \n"
188 "# sequence ID: consecutively increasing ID \n"
189 "uint32 seq\n"
190 "#Two-integer timestamp that is expressed as:\n"
191 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
192 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
193 "# time-handling sugar is provided by the client library\n"
194 "time stamp\n"
195 "#Frame this data is associated with\n"
196 "string frame_id\n"
197 "\n"
198 "================================================================================\n"
199 "MSG: geometry_msgs/Pose\n"
200 "# A representation of pose in free space, composed of position and orientation. \n"
201 "Point position\n"
202 "Quaternion orientation\n"
203 "\n"
204 "================================================================================\n"
205 "MSG: geometry_msgs/Point\n"
206 "# This contains the position of a point in free space\n"
207 "float64 x\n"
208 "float64 y\n"
209 "float64 z\n"
210 "\n"
211 "================================================================================\n"
212 "MSG: geometry_msgs/Quaternion\n"
213 "# This represents an orientation in free space in quaternion form.\n"
214 "\n"
215 "float64 x\n"
216 "float64 y\n"
217 "float64 z\n"
218 "float64 w\n"
219 ;
220  }
221 
222  static const char* value(const ::nav_msgs::GetPlanRequest_<ContainerAllocator>&) { return value(); }
223 };
224 
225 } // namespace message_traits
226 } // namespace roswrap
227 
228 namespace roswrap
229 {
230 namespace serialization
231 {
232 
233  template<class ContainerAllocator> struct Serializer< ::nav_msgs::GetPlanRequest_<ContainerAllocator> >
234  {
235  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
236  {
237  stream.next(m.start);
238  stream.next(m.goal);
239  stream.next(m.tolerance);
240  }
241 
243  }; // struct GetPlanRequest_
244 
245 } // namespace serialization
246 } // namespace roswrap
247 
248 namespace roswrap
249 {
250 namespace message_operations
251 {
252 
253 template<class ContainerAllocator>
254 struct Printer< ::nav_msgs::GetPlanRequest_<ContainerAllocator> >
255 {
256  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::nav_msgs::GetPlanRequest_<ContainerAllocator>& v)
257  {
258  s << indent << "start: ";
259  s << std::endl;
261  s << indent << "goal: ";
262  s << std::endl;
264  s << indent << "tolerance: ";
265  Printer<float>::stream(s, indent + " ", v.tolerance);
266  }
267 };
268 
269 } // namespace message_operations
270 } // namespace roswrap
271 
272 #endif // NAV_MSGS_MESSAGE_GETPLANREQUEST_H
nav_msgs::GetPlanRequest_::Ptr
std::shared_ptr< ::nav_msgs::GetPlanRequest_< ContainerAllocator > > Ptr
Definition: GetPlanRequest.h:56
roswrap::message_traits::FalseType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:89
roswrap::message_operations::Printer< ::nav_msgs::GetPlanRequest_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::GetPlanRequest_< ContainerAllocator > &v)
Definition: GetPlanRequest.h:256
roswrap::message_traits::MD5Sum< ::nav_msgs::GetPlanRequest_< ContainerAllocator > >::value
static const char * value()
Definition: GetPlanRequest.h:138
nav_msgs::GetPlanRequest_::_start_type
::geometry_msgs::PoseStamped_< ContainerAllocator > _start_type
Definition: GetPlanRequest.h:43
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
nav_msgs::GetPlanRequest_
Definition: GetPlanRequest.h:25
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
nav_msgs::GetPlanRequest
::nav_msgs::GetPlanRequest_< std::allocator< void > > GetPlanRequest
Definition: GetPlanRequest.h:61
nav_msgs::GetPlanRequest_::ConstPtr
std::shared_ptr< ::nav_msgs::GetPlanRequest_< ContainerAllocator > const > ConstPtr
Definition: GetPlanRequest.h:57
roswrap::message_traits::HasHeader
HasHeader informs whether or not there is a header that gets serialized as the first thing in the mes...
Definition: message_traits.h:107
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
nav_msgs::GetPlanRequest_::GetPlanRequest_
GetPlanRequest_(const ContainerAllocator &_alloc)
Definition: GetPlanRequest.h:34
nav_msgs::GetPlanRequest_::goal
_goal_type goal
Definition: GetPlanRequest.h:47
roswrap::message_operations::Printer::stream
static void stream(Stream &s, const std::string &indent, const M &value)
Definition: message_operations.h:43
roswrap::message_traits::IsFixedSize
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Definition: message_traits.h:103
ros::message_operations::Printer
roswrap::message_traits::DataType< ::nav_msgs::GetPlanRequest_< ContainerAllocator > >::value
static const char * value()
Definition: GetPlanRequest.h:151
ROS_DECLARE_ALLINONE_SERIALIZER
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
Definition: serialization.h:74
nav_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::nav_msgs::GetMapAction_< ContainerAllocator > &v)
Definition: GetMapAction.h:72
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
roswrap::message_traits::DataType< ::nav_msgs::GetPlanRequest_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetPlanRequest_< ContainerAllocator > &)
Definition: GetPlanRequest.h:156
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
nav_msgs::GetPlanRequest_::_tolerance_type
float _tolerance_type
Definition: GetPlanRequest.h:49
nav_msgs::GetPlanRequest_::GetPlanRequest_
GetPlanRequest_()
Definition: GetPlanRequest.h:29
nav_msgs::GetPlanRequest_::_goal_type
::geometry_msgs::PoseStamped_< ContainerAllocator > _goal_type
Definition: GetPlanRequest.h:46
geometry_msgs::PoseStamped_
Definition: PoseStamped.h:25
nav_msgs::GetPlanRequest_::start
_start_type start
Definition: GetPlanRequest.h:44
nav_msgs::GetPlanRequest_::Type
GetPlanRequest_< ContainerAllocator > Type
Definition: GetPlanRequest.h:27
PoseStamped.h
roswrap
Definition: param_modi.cpp:41
nav_msgs::GetPlanRequest_::tolerance
_tolerance_type tolerance
Definition: GetPlanRequest.h:50
nav_msgs::GetPlanRequestConstPtr
std::shared_ptr< ::nav_msgs::GetPlanRequest const > GetPlanRequestConstPtr
Definition: GetPlanRequest.h:64
roswrap::message_operations::Printer
Definition: message_operations.h:40
nav_msgs::GetPlanRequestPtr
std::shared_ptr< ::nav_msgs::GetPlanRequest > GetPlanRequestPtr
Definition: GetPlanRequest.h:63
roswrap::message_traits::MD5Sum< ::nav_msgs::GetPlanRequest_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetPlanRequest_< ContainerAllocator > &)
Definition: GetPlanRequest.h:143
roswrap::message_traits::TrueType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:79
roswrap::message_traits::MD5Sum
Specialize to provide the md5sum for a message.
Definition: message_traits.h:118
nav_msgs
Definition: GetMap.h:16
roswrap::serialization::Serializer< ::nav_msgs::GetPlanRequest_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: GetPlanRequest.h:235
roswrap::message_traits::Definition< ::nav_msgs::GetPlanRequest_< ContainerAllocator > >::value
static const char * value(const ::nav_msgs::GetPlanRequest_< ContainerAllocator > &)
Definition: GetPlanRequest.h:222
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
nav_msgs::operator==
bool operator==(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Definition: GetMapAction.h:80
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
nav_msgs::operator!=
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
Definition: GetMapAction.h:88
roswrap::message_traits::Definition< ::nav_msgs::GetPlanRequest_< ContainerAllocator > >::value
static const char * value()
Definition: GetPlanRequest.h:162


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:08