00001
00002 #ifndef PR2_LASER_SNAPSHOTTER_MESSAGE_TILTLASERSNAPSHOTACTION_H
00003 #define PR2_LASER_SNAPSHOTTER_MESSAGE_TILTLASERSNAPSHOTACTION_H
00004 #include <string>
00005 #include <vector>
00006 #include <ostream>
00007 #include "ros/serialization.h"
00008 #include "ros/builtin_message_traits.h"
00009 #include "ros/message_operations.h"
00010 #include "ros/message.h"
00011 #include "ros/time.h"
00012
00013 #include "pr2_laser_snapshotter/TiltLaserSnapshotActionGoal.h"
00014 #include "pr2_laser_snapshotter/TiltLaserSnapshotActionResult.h"
00015 #include "pr2_laser_snapshotter/TiltLaserSnapshotActionFeedback.h"
00016
00017 namespace pr2_laser_snapshotter
00018 {
00019 template <class ContainerAllocator>
00020 struct TiltLaserSnapshotAction_ : public ros::Message
00021 {
00022 typedef TiltLaserSnapshotAction_<ContainerAllocator> Type;
00023
00024 TiltLaserSnapshotAction_()
00025 : action_goal()
00026 , action_result()
00027 , action_feedback()
00028 {
00029 }
00030
00031 TiltLaserSnapshotAction_(const ContainerAllocator& _alloc)
00032 : action_goal(_alloc)
00033 , action_result(_alloc)
00034 , action_feedback(_alloc)
00035 {
00036 }
00037
00038 typedef ::pr2_laser_snapshotter::TiltLaserSnapshotActionGoal_<ContainerAllocator> _action_goal_type;
00039 ::pr2_laser_snapshotter::TiltLaserSnapshotActionGoal_<ContainerAllocator> action_goal;
00040
00041 typedef ::pr2_laser_snapshotter::TiltLaserSnapshotActionResult_<ContainerAllocator> _action_result_type;
00042 ::pr2_laser_snapshotter::TiltLaserSnapshotActionResult_<ContainerAllocator> action_result;
00043
00044 typedef ::pr2_laser_snapshotter::TiltLaserSnapshotActionFeedback_<ContainerAllocator> _action_feedback_type;
00045 ::pr2_laser_snapshotter::TiltLaserSnapshotActionFeedback_<ContainerAllocator> action_feedback;
00046
00047
00048 private:
00049 static const char* __s_getDataType_() { return "pr2_laser_snapshotter/TiltLaserSnapshotAction"; }
00050 public:
00051 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00052
00053 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00054
00055 private:
00056 static const char* __s_getMD5Sum_() { return "f83cd41811454f8a69824e814d67c9ce"; }
00057 public:
00058 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00059
00060 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00061
00062 private:
00063 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00064 \n\
00065 TiltLaserSnapshotActionGoal action_goal\n\
00066 TiltLaserSnapshotActionResult action_result\n\
00067 TiltLaserSnapshotActionFeedback action_feedback\n\
00068 \n\
00069 ================================================================================\n\
00070 MSG: pr2_laser_snapshotter/TiltLaserSnapshotActionGoal\n\
00071 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00072 \n\
00073 Header header\n\
00074 actionlib_msgs/GoalID goal_id\n\
00075 TiltLaserSnapshotGoal goal\n\
00076 \n\
00077 ================================================================================\n\
00078 MSG: std_msgs/Header\n\
00079 # Standard metadata for higher-level stamped data types.\n\
00080 # This is generally used to communicate timestamped data \n\
00081 # in a particular coordinate frame.\n\
00082 # \n\
00083 # sequence ID: consecutively increasing ID \n\
00084 uint32 seq\n\
00085 #Two-integer timestamp that is expressed as:\n\
00086 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00087 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00088 # time-handling sugar is provided by the client library\n\
00089 time stamp\n\
00090 #Frame this data is associated with\n\
00091 # 0: no frame\n\
00092 # 1: global frame\n\
00093 string frame_id\n\
00094 \n\
00095 ================================================================================\n\
00096 MSG: actionlib_msgs/GoalID\n\
00097 # The stamp should store the time at which this goal was requested.\n\
00098 # It is used by an action server when it tries to preempt all\n\
00099 # goals that were requested before a certain time\n\
00100 time stamp\n\
00101 \n\
00102 # The id provides a way to associate feedback and\n\
00103 # result message with specific goal requests. The id\n\
00104 # specified must be unique.\n\
00105 string id\n\
00106 \n\
00107 \n\
00108 ================================================================================\n\
00109 MSG: pr2_laser_snapshotter/TiltLaserSnapshotGoal\n\
00110 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00111 float64 angle_begin\n\
00112 float64 angle_end\n\
00113 float64 duration\n\
00114 \n\
00115 ================================================================================\n\
00116 MSG: pr2_laser_snapshotter/TiltLaserSnapshotActionResult\n\
00117 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00118 \n\
00119 Header header\n\
00120 actionlib_msgs/GoalStatus status\n\
00121 TiltLaserSnapshotResult result\n\
00122 \n\
00123 ================================================================================\n\
00124 MSG: actionlib_msgs/GoalStatus\n\
00125 GoalID goal_id\n\
00126 uint8 status\n\
00127 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\
00128 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\
00129 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\
00130 # and has since completed its execution (Terminal State)\n\
00131 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\
00132 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\
00133 # to some failure (Terminal State)\n\
00134 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\
00135 # because the goal was unattainable or invalid (Terminal State)\n\
00136 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\
00137 # and has not yet completed execution\n\
00138 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\
00139 # but the action server has not yet confirmed that the goal is canceled\n\
00140 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\
00141 # and was successfully cancelled (Terminal State)\n\
00142 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\
00143 # sent over the wire by an action server\n\
00144 \n\
00145 #Allow for the user to associate a string with GoalStatus for debugging\n\
00146 string text\n\
00147 \n\
00148 \n\
00149 ================================================================================\n\
00150 MSG: pr2_laser_snapshotter/TiltLaserSnapshotResult\n\
00151 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00152 sensor_msgs/PointCloud cloud\n\
00153 \n\
00154 ================================================================================\n\
00155 MSG: sensor_msgs/PointCloud\n\
00156 # This message holds a collection of 3d points, plus optional additional\n\
00157 # information about each point.\n\
00158 \n\
00159 # Time of sensor data acquisition, coordinate frame ID.\n\
00160 Header header\n\
00161 \n\
00162 # Array of 3d points. Each Point32 should be interpreted as a 3d point\n\
00163 # in the frame given in the header.\n\
00164 geometry_msgs/Point32[] points\n\
00165 \n\
00166 # Each channel should have the same number of elements as points array,\n\
00167 # and the data in each channel should correspond 1:1 with each point.\n\
00168 # Channel names in common practice are listed in ChannelFloat32.msg.\n\
00169 ChannelFloat32[] channels\n\
00170 \n\
00171 ================================================================================\n\
00172 MSG: geometry_msgs/Point32\n\
00173 # This contains the position of a point in free space(with 32 bits of precision).\n\
00174 # It is recommeded to use Point wherever possible instead of Point32. \n\
00175 # \n\
00176 # This recommendation is to promote interoperability. \n\
00177 #\n\
00178 # This message is designed to take up less space when sending\n\
00179 # lots of points at once, as in the case of a PointCloud. \n\
00180 \n\
00181 float32 x\n\
00182 float32 y\n\
00183 float32 z\n\
00184 ================================================================================\n\
00185 MSG: sensor_msgs/ChannelFloat32\n\
00186 # This message is used by the PointCloud message to hold optional data\n\
00187 # associated with each point in the cloud. The length of the values\n\
00188 # array should be the same as the length of the points array in the\n\
00189 # PointCloud, and each value should be associated with the corresponding\n\
00190 # point.\n\
00191 \n\
00192 # Channel names in existing practice include:\n\
00193 # \"u\", \"v\" - row and column (respectively) in the left stereo image.\n\
00194 # This is opposite to usual conventions but remains for\n\
00195 # historical reasons. The newer PointCloud2 message has no\n\
00196 # such problem.\n\
00197 # \"rgb\" - For point clouds produced by color stereo cameras. uint8\n\
00198 # (R,G,B) values packed into the least significant 24 bits,\n\
00199 # in order.\n\
00200 # \"intensity\" - laser or pixel intensity.\n\
00201 # \"distance\"\n\
00202 \n\
00203 # The channel name should give semantics of the channel (e.g.\n\
00204 # \"intensity\" instead of \"value\").\n\
00205 string name\n\
00206 \n\
00207 # The values array should be 1-1 with the elements of the associated\n\
00208 # PointCloud.\n\
00209 float32[] values\n\
00210 \n\
00211 ================================================================================\n\
00212 MSG: pr2_laser_snapshotter/TiltLaserSnapshotActionFeedback\n\
00213 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00214 \n\
00215 Header header\n\
00216 actionlib_msgs/GoalStatus status\n\
00217 TiltLaserSnapshotFeedback feedback\n\
00218 \n\
00219 ================================================================================\n\
00220 MSG: pr2_laser_snapshotter/TiltLaserSnapshotFeedback\n\
00221 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00222 \n\
00223 \n\
00224 "; }
00225 public:
00226 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00227
00228 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00229
00230 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00231 {
00232 ros::serialization::OStream stream(write_ptr, 1000000000);
00233 ros::serialization::serialize(stream, action_goal);
00234 ros::serialization::serialize(stream, action_result);
00235 ros::serialization::serialize(stream, action_feedback);
00236 return stream.getData();
00237 }
00238
00239 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00240 {
00241 ros::serialization::IStream stream(read_ptr, 1000000000);
00242 ros::serialization::deserialize(stream, action_goal);
00243 ros::serialization::deserialize(stream, action_result);
00244 ros::serialization::deserialize(stream, action_feedback);
00245 return stream.getData();
00246 }
00247
00248 ROS_DEPRECATED virtual uint32_t serializationLength() const
00249 {
00250 uint32_t size = 0;
00251 size += ros::serialization::serializationLength(action_goal);
00252 size += ros::serialization::serializationLength(action_result);
00253 size += ros::serialization::serializationLength(action_feedback);
00254 return size;
00255 }
00256
00257 typedef boost::shared_ptr< ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> > Ptr;
00258 typedef boost::shared_ptr< ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> const> ConstPtr;
00259 };
00260 typedef ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<std::allocator<void> > TiltLaserSnapshotAction;
00261
00262 typedef boost::shared_ptr< ::pr2_laser_snapshotter::TiltLaserSnapshotAction> TiltLaserSnapshotActionPtr;
00263 typedef boost::shared_ptr< ::pr2_laser_snapshotter::TiltLaserSnapshotAction const> TiltLaserSnapshotActionConstPtr;
00264
00265
00266 template<typename ContainerAllocator>
00267 std::ostream& operator<<(std::ostream& s, const ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> & v)
00268 {
00269 ros::message_operations::Printer< ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> >::stream(s, "", v);
00270 return s;}
00271
00272 }
00273
00274 namespace ros
00275 {
00276 namespace message_traits
00277 {
00278 template<class ContainerAllocator>
00279 struct MD5Sum< ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> > {
00280 static const char* value()
00281 {
00282 return "f83cd41811454f8a69824e814d67c9ce";
00283 }
00284
00285 static const char* value(const ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> &) { return value(); }
00286 static const uint64_t static_value1 = 0xf83cd41811454f8aULL;
00287 static const uint64_t static_value2 = 0x69824e814d67c9ceULL;
00288 };
00289
00290 template<class ContainerAllocator>
00291 struct DataType< ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> > {
00292 static const char* value()
00293 {
00294 return "pr2_laser_snapshotter/TiltLaserSnapshotAction";
00295 }
00296
00297 static const char* value(const ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> &) { return value(); }
00298 };
00299
00300 template<class ContainerAllocator>
00301 struct Definition< ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> > {
00302 static const char* value()
00303 {
00304 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00305 \n\
00306 TiltLaserSnapshotActionGoal action_goal\n\
00307 TiltLaserSnapshotActionResult action_result\n\
00308 TiltLaserSnapshotActionFeedback action_feedback\n\
00309 \n\
00310 ================================================================================\n\
00311 MSG: pr2_laser_snapshotter/TiltLaserSnapshotActionGoal\n\
00312 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00313 \n\
00314 Header header\n\
00315 actionlib_msgs/GoalID goal_id\n\
00316 TiltLaserSnapshotGoal goal\n\
00317 \n\
00318 ================================================================================\n\
00319 MSG: std_msgs/Header\n\
00320 # Standard metadata for higher-level stamped data types.\n\
00321 # This is generally used to communicate timestamped data \n\
00322 # in a particular coordinate frame.\n\
00323 # \n\
00324 # sequence ID: consecutively increasing ID \n\
00325 uint32 seq\n\
00326 #Two-integer timestamp that is expressed as:\n\
00327 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00328 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00329 # time-handling sugar is provided by the client library\n\
00330 time stamp\n\
00331 #Frame this data is associated with\n\
00332 # 0: no frame\n\
00333 # 1: global frame\n\
00334 string frame_id\n\
00335 \n\
00336 ================================================================================\n\
00337 MSG: actionlib_msgs/GoalID\n\
00338 # The stamp should store the time at which this goal was requested.\n\
00339 # It is used by an action server when it tries to preempt all\n\
00340 # goals that were requested before a certain time\n\
00341 time stamp\n\
00342 \n\
00343 # The id provides a way to associate feedback and\n\
00344 # result message with specific goal requests. The id\n\
00345 # specified must be unique.\n\
00346 string id\n\
00347 \n\
00348 \n\
00349 ================================================================================\n\
00350 MSG: pr2_laser_snapshotter/TiltLaserSnapshotGoal\n\
00351 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00352 float64 angle_begin\n\
00353 float64 angle_end\n\
00354 float64 duration\n\
00355 \n\
00356 ================================================================================\n\
00357 MSG: pr2_laser_snapshotter/TiltLaserSnapshotActionResult\n\
00358 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00359 \n\
00360 Header header\n\
00361 actionlib_msgs/GoalStatus status\n\
00362 TiltLaserSnapshotResult result\n\
00363 \n\
00364 ================================================================================\n\
00365 MSG: actionlib_msgs/GoalStatus\n\
00366 GoalID goal_id\n\
00367 uint8 status\n\
00368 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\
00369 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\
00370 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\
00371 # and has since completed its execution (Terminal State)\n\
00372 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\
00373 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\
00374 # to some failure (Terminal State)\n\
00375 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\
00376 # because the goal was unattainable or invalid (Terminal State)\n\
00377 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\
00378 # and has not yet completed execution\n\
00379 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\
00380 # but the action server has not yet confirmed that the goal is canceled\n\
00381 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\
00382 # and was successfully cancelled (Terminal State)\n\
00383 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\
00384 # sent over the wire by an action server\n\
00385 \n\
00386 #Allow for the user to associate a string with GoalStatus for debugging\n\
00387 string text\n\
00388 \n\
00389 \n\
00390 ================================================================================\n\
00391 MSG: pr2_laser_snapshotter/TiltLaserSnapshotResult\n\
00392 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00393 sensor_msgs/PointCloud cloud\n\
00394 \n\
00395 ================================================================================\n\
00396 MSG: sensor_msgs/PointCloud\n\
00397 # This message holds a collection of 3d points, plus optional additional\n\
00398 # information about each point.\n\
00399 \n\
00400 # Time of sensor data acquisition, coordinate frame ID.\n\
00401 Header header\n\
00402 \n\
00403 # Array of 3d points. Each Point32 should be interpreted as a 3d point\n\
00404 # in the frame given in the header.\n\
00405 geometry_msgs/Point32[] points\n\
00406 \n\
00407 # Each channel should have the same number of elements as points array,\n\
00408 # and the data in each channel should correspond 1:1 with each point.\n\
00409 # Channel names in common practice are listed in ChannelFloat32.msg.\n\
00410 ChannelFloat32[] channels\n\
00411 \n\
00412 ================================================================================\n\
00413 MSG: geometry_msgs/Point32\n\
00414 # This contains the position of a point in free space(with 32 bits of precision).\n\
00415 # It is recommeded to use Point wherever possible instead of Point32. \n\
00416 # \n\
00417 # This recommendation is to promote interoperability. \n\
00418 #\n\
00419 # This message is designed to take up less space when sending\n\
00420 # lots of points at once, as in the case of a PointCloud. \n\
00421 \n\
00422 float32 x\n\
00423 float32 y\n\
00424 float32 z\n\
00425 ================================================================================\n\
00426 MSG: sensor_msgs/ChannelFloat32\n\
00427 # This message is used by the PointCloud message to hold optional data\n\
00428 # associated with each point in the cloud. The length of the values\n\
00429 # array should be the same as the length of the points array in the\n\
00430 # PointCloud, and each value should be associated with the corresponding\n\
00431 # point.\n\
00432 \n\
00433 # Channel names in existing practice include:\n\
00434 # \"u\", \"v\" - row and column (respectively) in the left stereo image.\n\
00435 # This is opposite to usual conventions but remains for\n\
00436 # historical reasons. The newer PointCloud2 message has no\n\
00437 # such problem.\n\
00438 # \"rgb\" - For point clouds produced by color stereo cameras. uint8\n\
00439 # (R,G,B) values packed into the least significant 24 bits,\n\
00440 # in order.\n\
00441 # \"intensity\" - laser or pixel intensity.\n\
00442 # \"distance\"\n\
00443 \n\
00444 # The channel name should give semantics of the channel (e.g.\n\
00445 # \"intensity\" instead of \"value\").\n\
00446 string name\n\
00447 \n\
00448 # The values array should be 1-1 with the elements of the associated\n\
00449 # PointCloud.\n\
00450 float32[] values\n\
00451 \n\
00452 ================================================================================\n\
00453 MSG: pr2_laser_snapshotter/TiltLaserSnapshotActionFeedback\n\
00454 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00455 \n\
00456 Header header\n\
00457 actionlib_msgs/GoalStatus status\n\
00458 TiltLaserSnapshotFeedback feedback\n\
00459 \n\
00460 ================================================================================\n\
00461 MSG: pr2_laser_snapshotter/TiltLaserSnapshotFeedback\n\
00462 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00463 \n\
00464 \n\
00465 ";
00466 }
00467
00468 static const char* value(const ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> &) { return value(); }
00469 };
00470
00471 }
00472 }
00473
00474 namespace ros
00475 {
00476 namespace serialization
00477 {
00478
00479 template<class ContainerAllocator> struct Serializer< ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> >
00480 {
00481 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00482 {
00483 stream.next(m.action_goal);
00484 stream.next(m.action_result);
00485 stream.next(m.action_feedback);
00486 }
00487
00488 ROS_DECLARE_ALLINONE_SERIALIZER;
00489 };
00490 }
00491 }
00492
00493 namespace ros
00494 {
00495 namespace message_operations
00496 {
00497
00498 template<class ContainerAllocator>
00499 struct Printer< ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> >
00500 {
00501 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pr2_laser_snapshotter::TiltLaserSnapshotAction_<ContainerAllocator> & v)
00502 {
00503 s << indent << "action_goal: ";
00504 s << std::endl;
00505 Printer< ::pr2_laser_snapshotter::TiltLaserSnapshotActionGoal_<ContainerAllocator> >::stream(s, indent + " ", v.action_goal);
00506 s << indent << "action_result: ";
00507 s << std::endl;
00508 Printer< ::pr2_laser_snapshotter::TiltLaserSnapshotActionResult_<ContainerAllocator> >::stream(s, indent + " ", v.action_result);
00509 s << indent << "action_feedback: ";
00510 s << std::endl;
00511 Printer< ::pr2_laser_snapshotter::TiltLaserSnapshotActionFeedback_<ContainerAllocator> >::stream(s, indent + " ", v.action_feedback);
00512 }
00513 };
00514
00515
00516 }
00517 }
00518
00519 #endif // PR2_LASER_SNAPSHOTTER_MESSAGE_TILTLASERSNAPSHOTACTION_H
00520