SetCameraInfoRequest.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 sensor_msgs/SetCameraInfoRequest.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef SENSOR_MSGS_MESSAGE_SETCAMERAINFOREQUEST_H
7 #define SENSOR_MSGS_MESSAGE_SETCAMERAINFOREQUEST_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 <sensor_msgs/CameraInfo.h>
20 
21 namespace sensor_msgs
22 {
23 template <class ContainerAllocator>
25 {
27 
29  : camera_info() {
30  }
31  SetCameraInfoRequest_(const ContainerAllocator& _alloc)
32  : camera_info(_alloc) {
33  (void)_alloc;
34  }
35 
36 
37 
38  typedef ::sensor_msgs::CameraInfo_<ContainerAllocator> _camera_info_type;
40 
41 
42 
43 
44  typedef std::shared_ptr< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> > Ptr;
45  typedef std::shared_ptr< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> const> ConstPtr;
46 
47 }; // struct SetCameraInfoRequest_
48 
49 typedef ::sensor_msgs::SetCameraInfoRequest_<std::allocator<void> > SetCameraInfoRequest;
50 
51 typedef std::shared_ptr< ::sensor_msgs::SetCameraInfoRequest > SetCameraInfoRequestPtr;
52 typedef std::shared_ptr< ::sensor_msgs::SetCameraInfoRequest const> SetCameraInfoRequestConstPtr;
53 
54 // constants requiring out of line definition
55 
56 
57 
58 template<typename ContainerAllocator>
59 std::ostream& operator<<(std::ostream& s, const ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> & v)
60 {
62 return s;
63 }
64 
65 } // namespace sensor_msgs
66 
67 namespace roswrap
68 {
69 namespace message_traits
70 {
71 
72 
73 
74 // BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': False}
75 // {'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg'], 'geometry_msgs': ['/opt/ros/kinetic/share/geometry_msgs/cmake/../msg'], 'sensor_msgs': ['/tmp/binarydeb/ros-kinetic-sensor-msgs-1.12.5/msg']}
76 
77 // !!!!!!!!!!! ['__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']
78 
79 
80 
81 
82 template <class ContainerAllocator>
83 struct IsFixedSize< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> >
84  : FalseType
85  { };
86 
87 template <class ContainerAllocator>
89  : FalseType
90  { };
91 
92 template <class ContainerAllocator>
93 struct IsMessage< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> >
94  : TrueType
95  { };
96 
97 template <class ContainerAllocator>
98 struct IsMessage< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> const>
99  : TrueType
100  { };
101 
102 template <class ContainerAllocator>
103 struct HasHeader< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> >
104  : FalseType
105  { };
106 
107 template <class ContainerAllocator>
108 struct HasHeader< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> const>
109  : FalseType
110  { };
111 
112 
113 template<class ContainerAllocator>
114 struct MD5Sum< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> >
115 {
116  static const char* value()
117  {
118  return "ee34be01fdeee563d0d99cd594d5581d";
119  }
120 
121  static const char* value(const ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator>&) { return value(); }
122  static const uint64_t static_value1 = 0xee34be01fdeee563ULL;
123  static const uint64_t static_value2 = 0xd0d99cd594d5581dULL;
124 };
125 
126 template<class ContainerAllocator>
127 struct DataType< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> >
128 {
129  static const char* value()
130  {
131  return "sensor_msgs/SetCameraInfoRequest";
132  }
133 
134  static const char* value(const ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator>&) { return value(); }
135 };
136 
137 template<class ContainerAllocator>
138 struct Definition< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> >
139 {
140  static const char* value()
141  {
142  return "\n\
143 \n\
144 \n\
145 \n\
146 \n\
147 \n\
148 \n\
149 \n\
150 sensor_msgs/CameraInfo camera_info\n\
151 \n\
152 ================================================================================\n\
153 MSG: sensor_msgs/CameraInfo\n\
154 # This message defines meta information for a camera. It should be in a\n\
155 # camera namespace on topic \"camera_info\" and accompanied by up to five\n\
156 # image topics named:\n\
157 #\n\
158 # image_raw - raw data from the camera driver, possibly Bayer encoded\n\
159 # image - monochrome, distorted\n\
160 # image_color - color, distorted\n\
161 # image_rect - monochrome, rectified\n\
162 # image_rect_color - color, rectified\n\
163 #\n\
164 # The image_pipeline contains packages (image_proc, stereo_image_proc)\n\
165 # for producing the four processed image topics from image_raw and\n\
166 # camera_info. The meaning of the camera parameters are described in\n\
167 # detail at http://www.ros.org/wiki/image_pipeline/CameraInfo.\n\
168 #\n\
169 # The image_geometry package provides a user-friendly interface to\n\
170 # common operations using this meta information. If you want to, e.g.,\n\
171 # project a 3d point into image coordinates, we strongly recommend\n\
172 # using image_geometry.\n\
173 #\n\
174 # If the camera is uncalibrated, the matrices D, K, R, P should be left\n\
175 # zeroed out. In particular, clients may assume that K[0] == 0.0\n\
176 # indicates an uncalibrated camera.\n\
177 \n\
178 #######################################################################\n\
179 # Image acquisition info #\n\
180 #######################################################################\n\
181 \n\
182 # Time of image acquisition, camera coordinate frame ID\n\
183 Header header # Header timestamp should be acquisition time of image\n\
184  # Header frame_id should be optical frame of camera\n\
185  # origin of frame should be optical center of camera\n\
186  # +x should point to the right in the image\n\
187  # +y should point down in the image\n\
188  # +z should point into the plane of the image\n\
189 \n\
190 \n\
191 #######################################################################\n\
192 # Calibration Parameters #\n\
193 #######################################################################\n\
194 # These are fixed during camera calibration. Their values will be the #\n\
195 # same in all messages until the camera is recalibrated. Note that #\n\
196 # self-calibrating systems may \"recalibrate\" frequently. #\n\
197 # #\n\
198 # The internal parameters can be used to warp a raw (distorted) image #\n\
199 # to: #\n\
200 # 1. An undistorted image (requires D and K) #\n\
201 # 2. A rectified image (requires D, K, R) #\n\
202 # The projection matrix P projects 3D points into the rectified image.#\n\
203 #######################################################################\n\
204 \n\
205 # The image dimensions with which the camera was calibrated. Normally\n\
206 # this will be the full camera resolution in pixels.\n\
207 uint32 height\n\
208 uint32 width\n\
209 \n\
210 # The distortion model used. Supported models are listed in\n\
211 # sensor_msgs/distortion_models.h. For most cameras, \"plumb_bob\" - a\n\
212 # simple model of radial and tangential distortion - is sufficient.\n\
213 string distortion_model\n\
214 \n\
215 # The distortion parameters, size depending on the distortion model.\n\
216 # For \"plumb_bob\", the 5 parameters are: (k1, k2, t1, t2, k3).\n\
217 float64[] D\n\
218 \n\
219 # Intrinsic camera matrix for the raw (distorted) images.\n\
220 # [fx 0 cx]\n\
221 # K = [ 0 fy cy]\n\
222 # [ 0 0 1]\n\
223 # Projects 3D points in the camera coordinate frame to 2D pixel\n\
224 # coordinates using the focal lengths (fx, fy) and principal point\n\
225 # (cx, cy).\n\
226 float64[9] K # 3x3 row-major matrix\n\
227 \n\
228 # Rectification matrix (stereo cameras only)\n\
229 # A rotation matrix aligning the camera coordinate system to the ideal\n\
230 # stereo image plane so that epipolar lines in both stereo images are\n\
231 # parallel.\n\
232 float64[9] R # 3x3 row-major matrix\n\
233 \n\
234 # Projection/camera matrix\n\
235 # [fx' 0 cx' Tx]\n\
236 # P = [ 0 fy' cy' Ty]\n\
237 # [ 0 0 1 0]\n\
238 # By convention, this matrix specifies the intrinsic (camera) matrix\n\
239 # of the processed (rectified) image. That is, the left 3x3 portion\n\
240 # is the normal camera intrinsic matrix for the rectified image.\n\
241 # It projects 3D points in the camera coordinate frame to 2D pixel\n\
242 # coordinates using the focal lengths (fx', fy') and principal point\n\
243 # (cx', cy') - these may differ from the values in K.\n\
244 # For monocular cameras, Tx = Ty = 0. Normally, monocular cameras will\n\
245 # also have R = the identity and P[1:3,1:3] = K.\n\
246 # For a stereo pair, the fourth column [Tx Ty 0]' is related to the\n\
247 # position of the optical center of the second camera in the first\n\
248 # camera's frame. We assume Tz = 0 so both cameras are in the same\n\
249 # stereo image plane. The first camera always has Tx = Ty = 0. For\n\
250 # the right (second) camera of a horizontal stereo pair, Ty = 0 and\n\
251 # Tx = -fx' * B, where B is the baseline between the cameras.\n\
252 # Given a 3D point [X Y Z]', the projection (x, y) of the point onto\n\
253 # the rectified image is given by:\n\
254 # [u v w]' = P * [X Y Z 1]'\n\
255 # x = u / w\n\
256 # y = v / w\n\
257 # This holds for both images of a stereo pair.\n\
258 float64[12] P # 3x4 row-major matrix\n\
259 \n\
260 \n\
261 #######################################################################\n\
262 # Operational Parameters #\n\
263 #######################################################################\n\
264 # These define the image region actually captured by the camera #\n\
265 # driver. Although they affect the geometry of the output image, they #\n\
266 # may be changed freely without recalibrating the camera. #\n\
267 #######################################################################\n\
268 \n\
269 # Binning refers here to any camera setting which combines rectangular\n\
270 # neighborhoods of pixels into larger \"super-pixels.\" It reduces the\n\
271 # resolution of the output image to\n\
272 # (width / binning_x) x (height / binning_y).\n\
273 # The default values binning_x = binning_y = 0 is considered the same\n\
274 # as binning_x = binning_y = 1 (no subsampling).\n\
275 uint32 binning_x\n\
276 uint32 binning_y\n\
277 \n\
278 # Region of interest (subwindow of full camera resolution), given in\n\
279 # full resolution (unbinned) image coordinates. A particular ROI\n\
280 # always denotes the same window of pixels on the camera sensor,\n\
281 # regardless of binning settings.\n\
282 # The default setting of roi (all values 0) is considered the same as\n\
283 # full resolution (roi.width = width, roi.height = height).\n\
284 RegionOfInterest roi\n\
285 \n\
286 ================================================================================\n\
287 MSG: std_msgs/Header\n\
288 # Standard metadata for higher-level stamped data types.\n\
289 # This is generally used to communicate timestamped data \n\
290 # in a particular coordinate frame.\n\
291 # \n\
292 # sequence ID: consecutively increasing ID \n\
293 uint32 seq\n\
294 #Two-integer timestamp that is expressed as:\n\
295 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
296 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
297 # time-handling sugar is provided by the client library\n\
298 time stamp\n\
299 #Frame this data is associated with\n\
300 # 0: no frame\n\
301 # 1: global frame\n\
302 string frame_id\n\
303 \n\
304 ================================================================================\n\
305 MSG: sensor_msgs/RegionOfInterest\n\
306 # This message is used to specify a region of interest within an image.\n\
307 #\n\
308 # When used to specify the ROI setting of the camera when the image was\n\
309 # taken, the height and width fields should either match the height and\n\
310 # width fields for the associated image; or height = width = 0\n\
311 # indicates that the full resolution image was captured.\n\
312 \n\
313 uint32 x_offset # Leftmost pixel of the ROI\n\
314  # (0 if the ROI includes the left edge of the image)\n\
315 uint32 y_offset # Topmost pixel of the ROI\n\
316  # (0 if the ROI includes the top edge of the image)\n\
317 uint32 height # Height of ROI\n\
318 uint32 width # Width of ROI\n\
319 \n\
320 # True if a distinct rectified ROI should be calculated from the \"raw\"\n\
321 # ROI in this message. Typically this should be False if the full image\n\
322 # is captured (ROI not used), and True if a subwindow is captured (ROI\n\
323 # used).\n\
324 bool do_rectify\n\
325 ";
326  }
327 
328  static const char* value(const ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator>&) { return value(); }
329 };
330 
331 } // namespace message_traits
332 } // namespace roswrap
333 
334 namespace roswrap
335 {
336 namespace serialization
337 {
338 
339  template<class ContainerAllocator> struct Serializer< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> >
340  {
341  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
342  {
343  stream.next(m.camera_info);
344  }
345 
347  }; // struct SetCameraInfoRequest_
348 
349 } // namespace serialization
350 } // namespace roswrap
351 
352 namespace roswrap
353 {
354 namespace message_operations
355 {
356 
357 template<class ContainerAllocator>
358 struct Printer< ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator> >
359 {
360  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::sensor_msgs::SetCameraInfoRequest_<ContainerAllocator>& v)
361  {
362  s << indent << "camera_info: ";
363  s << std::endl;
365  }
366 };
367 
368 } // namespace message_operations
369 } // namespace roswrap
370 
371 #endif // SENSOR_MSGS_MESSAGE_SETCAMERAINFOREQUEST_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
sensor_msgs::SetCameraInfoRequest_::_camera_info_type
::sensor_msgs::CameraInfo_< ContainerAllocator > _camera_info_type
Definition: SetCameraInfoRequest.h:38
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
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< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SetCameraInfoRequest.h:129
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
sensor_msgs::SetCameraInfoRequest_::Ptr
std::shared_ptr< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > > Ptr
Definition: SetCameraInfoRequest.h:44
sensor_msgs::SetCameraInfoRequestConstPtr
std::shared_ptr< ::sensor_msgs::SetCameraInfoRequest const > SetCameraInfoRequestConstPtr
Definition: SetCameraInfoRequest.h:52
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::DataType< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > >::value
static const char * value(const ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > &)
Definition: SetCameraInfoRequest.h:134
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::Definition< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SetCameraInfoRequest.h:140
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
sensor_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::sensor_msgs::BatteryState_< ContainerAllocator > &v)
Definition: BatteryState.h:187
roswrap::message_traits::Definition< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > >::value
static const char * value(const ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > &)
Definition: SetCameraInfoRequest.h:328
sensor_msgs::SetCameraInfoRequest_::SetCameraInfoRequest_
SetCameraInfoRequest_(const ContainerAllocator &_alloc)
Definition: SetCameraInfoRequest.h:31
sensor_msgs::SetCameraInfoRequestPtr
std::shared_ptr< ::sensor_msgs::SetCameraInfoRequest > SetCameraInfoRequestPtr
Definition: SetCameraInfoRequest.h:51
roswrap
Definition: param_modi.cpp:41
sensor_msgs::SetCameraInfoRequest
::sensor_msgs::SetCameraInfoRequest_< std::allocator< void > > SetCameraInfoRequest
Definition: SetCameraInfoRequest.h:49
roswrap::message_operations::Printer
Definition: message_operations.h:40
roswrap::message_traits::MD5Sum< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > >::value
static const char * value(const ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > &)
Definition: SetCameraInfoRequest.h:121
sensor_msgs::SetCameraInfoRequest_::Type
SetCameraInfoRequest_< ContainerAllocator > Type
Definition: SetCameraInfoRequest.h:26
sensor_msgs::SetCameraInfoRequest_::SetCameraInfoRequest_
SetCameraInfoRequest_()
Definition: SetCameraInfoRequest.h:28
roswrap::message_traits::MD5Sum< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > >::value
static const char * value()
Definition: SetCameraInfoRequest.h:116
sensor_msgs::CameraInfo_
Definition: CameraInfo.h:25
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::IsMessage
Am I message or not.
Definition: message_traits.h:112
sensor_msgs::SetCameraInfoRequest_::camera_info
_camera_info_type camera_info
Definition: SetCameraInfoRequest.h:39
roswrap::message_operations::Printer< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > &v)
Definition: SetCameraInfoRequest.h:360
sensor_msgs::SetCameraInfoRequest_
Definition: SetCameraInfoRequest.h:24
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
roswrap::serialization::Serializer< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: SetCameraInfoRequest.h:341
sensor_msgs::SetCameraInfoRequest_::ConstPtr
std::shared_ptr< ::sensor_msgs::SetCameraInfoRequest_< ContainerAllocator > const > ConstPtr
Definition: SetCameraInfoRequest.h:45
sensor_msgs
Tools for manipulating sensor_msgs.
CameraInfo.h


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