PoseWithCovarianceStamped.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 geometry_msgs/PoseWithCovarianceStamped.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCESTAMPED_H
7 #define GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCESTAMPED_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 
19 #include <std_msgs/Header.h>
21 
22 namespace geometry_msgs
23 {
24 template <class ContainerAllocator>
26 {
28 
30  : header()
31  , pose() {
32  }
33  PoseWithCovarianceStamped_(const ContainerAllocator& _alloc)
34  : header(_alloc)
35  , pose(_alloc) {
36  (void)_alloc;
37  }
38 
39 
40 
41  typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
43 
44  typedef ::geometry_msgs::PoseWithCovariance_<ContainerAllocator> _pose_type;
46 
47 
48 
49 
50  typedef std::shared_ptr< ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator> > Ptr;
51  typedef std::shared_ptr< ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator> const> ConstPtr;
52 
53 }; // struct PoseWithCovarianceStamped_
54 
55 typedef ::geometry_msgs::PoseWithCovarianceStamped_<std::allocator<void> > PoseWithCovarianceStamped;
56 
57 typedef std::shared_ptr< ::geometry_msgs::PoseWithCovarianceStamped > PoseWithCovarianceStampedPtr;
58 typedef std::shared_ptr< ::geometry_msgs::PoseWithCovarianceStamped const> PoseWithCovarianceStampedConstPtr;
59 
60 // constants requiring out of line definition
61 
62 
63 
64 template<typename ContainerAllocator>
65 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator> & v)
66 {
68 return s;
69 }
70 
71 } // namespace geometry_msgs
72 
73 namespace roswrap
74 {
75 namespace message_traits
76 {
77 
78 
79 
80 // BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': True}
81 // {'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg'], 'geometry_msgs': ['/tmp/binarydeb/ros-kinetic-geometry-msgs-1.12.5/msg']}
82 
83 // !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types']
84 
85 
86 
87 
88 template <class ContainerAllocator>
90  : FalseType
91  { };
92 
93 template <class ContainerAllocator>
95  : FalseType
96  { };
97 
98 template <class ContainerAllocator>
100  : TrueType
101  { };
102 
103 template <class ContainerAllocator>
105  : TrueType
106  { };
107 
108 template <class ContainerAllocator>
110  : TrueType
111  { };
112 
113 template <class ContainerAllocator>
115  : TrueType
116  { };
117 
118 
119 template<class ContainerAllocator>
120 struct MD5Sum< ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator> >
121 {
122  static const char* value()
123  {
124  return "953b798c0f514ff060a53a3498ce6246";
125  }
126 
127  static const char* value(const ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator>&) { return value(); }
128  static const uint64_t static_value1 = 0x953b798c0f514ff0ULL;
129  static const uint64_t static_value2 = 0x60a53a3498ce6246ULL;
130 };
131 
132 template<class ContainerAllocator>
134 {
135  static const char* value()
136  {
137  return "geometry_msgs/PoseWithCovarianceStamped";
138  }
139 
140  static const char* value(const ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator>&) { return value(); }
141 };
142 
143 template<class ContainerAllocator>
145 {
146  static const char* value()
147  {
148  return "# This expresses an estimated pose with a reference coordinate frame and timestamp\n\
149 \n\
150 Header header\n\
151 PoseWithCovariance pose\n\
152 \n\
153 ================================================================================\n\
154 MSG: std_msgs/Header\n\
155 # Standard metadata for higher-level stamped data types.\n\
156 # This is generally used to communicate timestamped data \n\
157 # in a particular coordinate frame.\n\
158 # \n\
159 # sequence ID: consecutively increasing ID \n\
160 uint32 seq\n\
161 #Two-integer timestamp that is expressed as:\n\
162 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
163 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
164 # time-handling sugar is provided by the client library\n\
165 time stamp\n\
166 #Frame this data is associated with\n\
167 # 0: no frame\n\
168 # 1: global frame\n\
169 string frame_id\n\
170 \n\
171 ================================================================================\n\
172 MSG: geometry_msgs/PoseWithCovariance\n\
173 # This represents a pose in free space with uncertainty.\n\
174 \n\
175 Pose pose\n\
176 \n\
177 # Row-major representation of the 6x6 covariance matrix\n\
178 # The orientation parameters use a fixed-axis representation.\n\
179 # In order, the parameters are:\n\
180 # (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)\n\
181 float64[36] covariance\n\
182 \n\
183 ================================================================================\n\
184 MSG: geometry_msgs/Pose\n\
185 # A representation of pose in free space, composed of position and orientation. \n\
186 Point position\n\
187 Quaternion orientation\n\
188 \n\
189 ================================================================================\n\
190 MSG: geometry_msgs/Point\n\
191 # This contains the position of a point in free space\n\
192 float64 x\n\
193 float64 y\n\
194 float64 z\n\
195 \n\
196 ================================================================================\n\
197 MSG: geometry_msgs/Quaternion\n\
198 # This represents an orientation in free space in quaternion form.\n\
199 \n\
200 float64 x\n\
201 float64 y\n\
202 float64 z\n\
203 float64 w\n\
204 ";
205  }
206 
207  static const char* value(const ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator>&) { return value(); }
208 };
209 
210 } // namespace message_traits
211 } // namespace roswrap
212 
213 namespace roswrap
214 {
215 namespace serialization
216 {
217 
218  template<class ContainerAllocator> struct Serializer< ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator> >
219  {
220  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
221  {
222  stream.next(m.header);
223  stream.next(m.pose);
224  }
225 
227  }; // struct PoseWithCovarianceStamped_
228 
229 } // namespace serialization
230 } // namespace roswrap
231 
232 namespace roswrap
233 {
234 namespace message_operations
235 {
236 
237 template<class ContainerAllocator>
238 struct Printer< ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator> >
239 {
240  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::geometry_msgs::PoseWithCovarianceStamped_<ContainerAllocator>& v)
241  {
242  s << indent << "header: ";
243  s << std::endl;
245  s << indent << "pose: ";
246  s << std::endl;
248  }
249 };
250 
251 } // namespace message_operations
252 } // namespace roswrap
253 
254 #endif // GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCESTAMPED_H
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
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
roswrap::message_traits::MD5Sum< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > >::value
static const char * value()
Definition: PoseWithCovarianceStamped.h:122
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
roswrap::message_traits::DataType< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > >::value
static const char * value(const ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > &)
Definition: PoseWithCovarianceStamped.h:140
geometry_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::geometry_msgs::Accel_< ContainerAllocator > &v)
Definition: Accel.h:65
geometry_msgs::PoseWithCovarianceStamped_::Ptr
std::shared_ptr< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > > Ptr
Definition: PoseWithCovarianceStamped.h:50
geometry_msgs::PoseWithCovarianceStamped_::header
_header_type header
Definition: PoseWithCovarianceStamped.h:42
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
geometry_msgs::PoseWithCovarianceStamped_::PoseWithCovarianceStamped_
PoseWithCovarianceStamped_()
Definition: PoseWithCovarianceStamped.h:29
geometry_msgs::PoseWithCovarianceStamped_::ConstPtr
std::shared_ptr< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > const > ConstPtr
Definition: PoseWithCovarianceStamped.h:51
roswrap::serialization::Serializer< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: PoseWithCovarianceStamped.h:220
geometry_msgs
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
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
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
roswrap::message_traits::MD5Sum< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > >::value
static const char * value(const ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > &)
Definition: PoseWithCovarianceStamped.h:127
geometry_msgs::PoseWithCovarianceStamped_::Type
PoseWithCovarianceStamped_< ContainerAllocator > Type
Definition: PoseWithCovarianceStamped.h:27
roswrap
Definition: param_modi.cpp:41
roswrap::message_operations::Printer
Definition: message_operations.h:40
std_msgs::Header_
Definition: Header.h:23
geometry_msgs::PoseWithCovariance_
Definition: PoseWithCovariance.h:25
PoseWithCovariance.h
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
roswrap::message_traits::DataType< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > >::value
static const char * value()
Definition: PoseWithCovarianceStamped.h:135
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
geometry_msgs::PoseWithCovarianceStamped_::_header_type
::std_msgs::Header_< ContainerAllocator > _header_type
Definition: PoseWithCovarianceStamped.h:41
geometry_msgs::PoseWithCovarianceStamped_
Definition: PoseWithCovarianceStamped.h:25
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
geometry_msgs::PoseWithCovarianceStamped
::geometry_msgs::PoseWithCovarianceStamped_< std::allocator< void > > PoseWithCovarianceStamped
Definition: PoseWithCovarianceStamped.h:55
roswrap::message_operations::Printer< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > &v)
Definition: PoseWithCovarianceStamped.h:240
geometry_msgs::PoseWithCovarianceStamped_::pose
_pose_type pose
Definition: PoseWithCovarianceStamped.h:45
roswrap::message_traits::Definition< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > >::value
static const char * value(const ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > &)
Definition: PoseWithCovarianceStamped.h:207
geometry_msgs::PoseWithCovarianceStamped_::_pose_type
::geometry_msgs::PoseWithCovariance_< ContainerAllocator > _pose_type
Definition: PoseWithCovarianceStamped.h:44
geometry_msgs::PoseWithCovarianceStampedPtr
std::shared_ptr< ::geometry_msgs::PoseWithCovarianceStamped > PoseWithCovarianceStampedPtr
Definition: PoseWithCovarianceStamped.h:57
roswrap::message_traits::Definition< ::geometry_msgs::PoseWithCovarianceStamped_< ContainerAllocator > >::value
static const char * value()
Definition: PoseWithCovarianceStamped.h:146
geometry_msgs::PoseWithCovarianceStamped_::PoseWithCovarianceStamped_
PoseWithCovarianceStamped_(const ContainerAllocator &_alloc)
Definition: PoseWithCovarianceStamped.h:33
Header.h
geometry_msgs::PoseWithCovarianceStampedConstPtr
std::shared_ptr< ::geometry_msgs::PoseWithCovarianceStamped const > PoseWithCovarianceStampedConstPtr
Definition: PoseWithCovarianceStamped.h:58


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