Go to the documentation of this file.
6 #ifndef NAV_MSGS_MESSAGE_PATH_H
7 #define NAV_MSGS_MESSAGE_PATH_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
24 template <
class ContainerAllocator>
33 Path_(
const ContainerAllocator& _alloc)
44 typedef std::vector< ::geometry_msgs::PoseStamped_<ContainerAllocator> ,
typename ContainerAllocator::template rebind< ::geometry_msgs::PoseStamped_<ContainerAllocator> >::other >
_poses_type;
51 typedef std::shared_ptr< ::nav_msgs::Path_<ContainerAllocator> >
Ptr;
52 typedef std::shared_ptr< ::nav_msgs::Path_<ContainerAllocator>
const>
ConstPtr;
56 typedef ::nav_msgs::Path_<std::allocator<void> >
Path;
58 typedef std::shared_ptr< ::nav_msgs::Path >
PathPtr;
65 template<
typename ContainerAllocator>
66 std::ostream&
operator<<(std::ostream& s, const ::nav_msgs::Path_<ContainerAllocator> & v)
73 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
74 bool operator==(const ::nav_msgs::Path_<ContainerAllocator1> & lhs, const ::nav_msgs::Path_<ContainerAllocator2> & rhs)
76 return lhs.header == rhs.header &&
77 lhs.poses == rhs.poses;
80 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
81 bool operator!=(const ::nav_msgs::Path_<ContainerAllocator1> & lhs, const ::nav_msgs::Path_<ContainerAllocator2> & rhs)
91 namespace message_traits
98 template <
class ContainerAllocator>
103 template <
class ContainerAllocator>
108 template <
class ContainerAllocator>
113 template <
class ContainerAllocator>
118 template <
class ContainerAllocator>
123 template <
class ContainerAllocator>
129 template<
class ContainerAllocator>
134 return "6227e2b7e9cce15051f669a5e197bbf7";
137 static const char*
value(const ::nav_msgs::Path_<ContainerAllocator>&) {
return value(); }
138 static const uint64_t static_value1 = 0x6227e2b7e9cce150ULL;
139 static const uint64_t static_value2 = 0x51f669a5e197bbf7ULL;
142 template<
class ContainerAllocator>
147 return "nav_msgs/Path";
150 static const char*
value(const ::nav_msgs::Path_<ContainerAllocator>&) {
return value(); }
153 template<
class ContainerAllocator>
158 return "#An array of poses that represents a Path for a robot to follow\n"
160 "geometry_msgs/PoseStamped[] poses\n"
162 "================================================================================\n"
163 "MSG: std_msgs/Header\n"
164 "# Standard metadata for higher-level stamped data types.\n"
165 "# This is generally used to communicate timestamped data \n"
166 "# in a particular coordinate frame.\n"
168 "# sequence ID: consecutively increasing ID \n"
170 "#Two-integer timestamp that is expressed as:\n"
171 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
172 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
173 "# time-handling sugar is provided by the client library\n"
175 "#Frame this data is associated with\n"
178 "================================================================================\n"
179 "MSG: geometry_msgs/PoseStamped\n"
180 "# A Pose with reference coordinate frame and timestamp\n"
184 "================================================================================\n"
185 "MSG: geometry_msgs/Pose\n"
186 "# A representation of pose in free space, composed of position and orientation. \n"
188 "Quaternion orientation\n"
190 "================================================================================\n"
191 "MSG: geometry_msgs/Point\n"
192 "# This contains the position of a point in free space\n"
197 "================================================================================\n"
198 "MSG: geometry_msgs/Quaternion\n"
199 "# This represents an orientation in free space in quaternion form.\n"
208 static const char*
value(const ::nav_msgs::Path_<ContainerAllocator>&) {
return value(); }
216 namespace serialization
221 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
223 stream.next(m.header);
224 stream.next(m.poses);
235 namespace message_operations
238 template<
class ContainerAllocator>
241 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::nav_msgs::Path_<ContainerAllocator>& v)
246 s <<
indent <<
"poses[]" << std::endl;
247 for (
size_t i = 0; i < v.poses.size(); ++i)
249 s <<
indent <<
" poses[" << i <<
"]: ";
260 #endif // NAV_MSGS_MESSAGE_PATH_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 void stream(Stream &s, const std::string &indent, const M &value)
std::shared_ptr< ::nav_msgs::Path_< ContainerAllocator > const > ConstPtr
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)
static const char * value()
std::shared_ptr< ::nav_msgs::Path_< ContainerAllocator > > Ptr
std::shared_ptr< ::nav_msgs::Path > PathPtr
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
static const char * value(const ::nav_msgs::Path_< ContainerAllocator > &)
::nav_msgs::Path_< std::allocator< void > > Path
std::vector< ::geometry_msgs::PoseStamped_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::geometry_msgs::PoseStamped_< ContainerAllocator > >::other > _poses_type
static const char * value(const ::nav_msgs::Path_< ContainerAllocator > &)
Path_< ContainerAllocator > Type
static void allInOne(Stream &stream, T m)
static void stream(Stream &s, const std::string &indent, const ::nav_msgs::Path_< ContainerAllocator > &v)
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()
::std_msgs::Header_< ContainerAllocator > _header_type
std::shared_ptr< ::nav_msgs::Path const > PathConstPtr
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()
bool operator!=(const ::nav_msgs::GetMapAction_< ContainerAllocator1 > &lhs, const ::nav_msgs::GetMapAction_< ContainerAllocator2 > &rhs)
static const char * value(const ::nav_msgs::Path_< ContainerAllocator > &)
Path_(const ContainerAllocator &_alloc)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:09