Go to the documentation of this file.
6 #ifndef VISUALIZATION_MSGS_MESSAGE_INTERACTIVEMARKERPOSE_H
7 #define VISUALIZATION_MSGS_MESSAGE_INTERACTIVEMARKERPOSE_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>
46 typedef ::geometry_msgs::Pose_<ContainerAllocator>
_pose_type;
49 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_name_type;
56 typedef std::shared_ptr< ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator> >
Ptr;
57 typedef std::shared_ptr< ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator>
const>
ConstPtr;
70 template<
typename ContainerAllocator>
71 std::ostream&
operator<<(std::ostream& s, const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator> & v)
78 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
79 bool operator==(const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator1> & lhs, const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator2> & rhs)
81 return lhs.header == rhs.header &&
82 lhs.pose == rhs.pose &&
86 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
87 bool operator!=(const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator1> & lhs, const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator2> & rhs)
97 namespace message_traits
104 template <
class ContainerAllocator>
109 template <
class ContainerAllocator>
114 template <
class ContainerAllocator>
119 template <
class ContainerAllocator>
124 template <
class ContainerAllocator>
129 template <
class ContainerAllocator>
135 template<
class ContainerAllocator>
140 return "a6e6833209a196a38d798dadb02c81f8";
143 static const char*
value(const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator>&) {
return value(); }
144 static const uint64_t static_value1 = 0xa6e6833209a196a3ULL;
145 static const uint64_t static_value2 = 0x8d798dadb02c81f8ULL;
148 template<
class ContainerAllocator>
153 return "visualization_msgs/InteractiveMarkerPose";
156 static const char*
value(const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator>&) {
return value(); }
159 template<
class ContainerAllocator>
164 return "# Time/frame info.\n"
167 "# Initial pose. Also, defines the pivot point for rotations.\n"
168 "geometry_msgs/Pose pose\n"
170 "# Identifying string. Must be globally unique in\n"
171 "# the topic that this message is sent through.\n"
174 "================================================================================\n"
175 "MSG: std_msgs/Header\n"
176 "# Standard metadata for higher-level stamped data types.\n"
177 "# This is generally used to communicate timestamped data \n"
178 "# in a particular coordinate frame.\n"
180 "# sequence ID: consecutively increasing ID \n"
182 "#Two-integer timestamp that is expressed as:\n"
183 "# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n"
184 "# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n"
185 "# time-handling sugar is provided by the client library\n"
187 "#Frame this data is associated with\n"
190 "================================================================================\n"
191 "MSG: geometry_msgs/Pose\n"
192 "# A representation of pose in free space, composed of position and orientation. \n"
194 "Quaternion orientation\n"
196 "================================================================================\n"
197 "MSG: geometry_msgs/Point\n"
198 "# This contains the position of a point in free space\n"
203 "================================================================================\n"
204 "MSG: geometry_msgs/Quaternion\n"
205 "# This represents an orientation in free space in quaternion form.\n"
214 static const char*
value(const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator>&) {
return value(); }
222 namespace serialization
227 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
229 stream.next(m.header);
242 namespace message_operations
245 template<
class ContainerAllocator>
248 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator>& v)
264 #endif // VISUALIZATION_MSGS_MESSAGE_INTERACTIVEMARKERPOSE_H
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
static const char * value()
bool operator!=(const ::visualization_msgs::ImageMarker_< ContainerAllocator1 > &lhs, const ::visualization_msgs::ImageMarker_< ContainerAllocator2 > &rhs)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::geometry_msgs::Pose_< ContainerAllocator > _pose_type
static const char * value(const ::visualization_msgs::InteractiveMarkerPose_< 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...
bool operator==(const ::visualization_msgs::ImageMarker_< ContainerAllocator1 > &lhs, const ::visualization_msgs::ImageMarker_< ContainerAllocator2 > &rhs)
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
::std_msgs::Header_< ContainerAllocator > _header_type
std::ostream & operator<<(std::ostream &s, const ::visualization_msgs::ImageMarker_< ContainerAllocator > &v)
static const char * value(const ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator > &)
static void allInOne(Stream &stream, T m)
InteractiveMarkerPose_< ContainerAllocator > Type
InteractiveMarkerPose_(const ContainerAllocator &_alloc)
std::shared_ptr< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator > const > ConstPtr
std::shared_ptr< ::visualization_msgs::InteractiveMarkerPose const > InteractiveMarkerPoseConstPtr
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< ::visualization_msgs::InteractiveMarkerPose > InteractiveMarkerPosePtr
Stream base-class, provides common functionality for IStream and OStream.
::visualization_msgs::InteractiveMarkerPose_< std::allocator< void > > InteractiveMarkerPose
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _name_type
std::shared_ptr< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator > > Ptr
static const char * value(const ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator > &)
static void stream(Stream &s, const std::string &indent, const ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator > &v)
static const char * value()
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