$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-alufr-humanoid_stacks/doc_stacks/2013-03-05_11-28-06.315559/nao_robot/nao_msgs/msg/JointAnglesWithSpeedAction.msg */ 00002 #ifndef NAO_MSGS_MESSAGE_JOINTANGLESWITHSPEEDACTION_H 00003 #define NAO_MSGS_MESSAGE_JOINTANGLESWITHSPEEDACTION_H 00004 #include <string> 00005 #include <vector> 00006 #include <map> 00007 #include <ostream> 00008 #include "ros/serialization.h" 00009 #include "ros/builtin_message_traits.h" 00010 #include "ros/message_operations.h" 00011 #include "ros/time.h" 00012 00013 #include "ros/macros.h" 00014 00015 #include "ros/assert.h" 00016 00017 #include "nao_msgs/JointAnglesWithSpeedActionGoal.h" 00018 #include "nao_msgs/JointAnglesWithSpeedActionResult.h" 00019 #include "nao_msgs/JointAnglesWithSpeedActionFeedback.h" 00020 00021 namespace nao_msgs 00022 { 00023 template <class ContainerAllocator> 00024 struct JointAnglesWithSpeedAction_ { 00025 typedef JointAnglesWithSpeedAction_<ContainerAllocator> Type; 00026 00027 JointAnglesWithSpeedAction_() 00028 : action_goal() 00029 , action_result() 00030 , action_feedback() 00031 { 00032 } 00033 00034 JointAnglesWithSpeedAction_(const ContainerAllocator& _alloc) 00035 : action_goal(_alloc) 00036 , action_result(_alloc) 00037 , action_feedback(_alloc) 00038 { 00039 } 00040 00041 typedef ::nao_msgs::JointAnglesWithSpeedActionGoal_<ContainerAllocator> _action_goal_type; 00042 ::nao_msgs::JointAnglesWithSpeedActionGoal_<ContainerAllocator> action_goal; 00043 00044 typedef ::nao_msgs::JointAnglesWithSpeedActionResult_<ContainerAllocator> _action_result_type; 00045 ::nao_msgs::JointAnglesWithSpeedActionResult_<ContainerAllocator> action_result; 00046 00047 typedef ::nao_msgs::JointAnglesWithSpeedActionFeedback_<ContainerAllocator> _action_feedback_type; 00048 ::nao_msgs::JointAnglesWithSpeedActionFeedback_<ContainerAllocator> action_feedback; 00049 00050 00051 private: 00052 static const char* __s_getDataType_() { return "nao_msgs/JointAnglesWithSpeedAction"; } 00053 public: 00054 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00055 00056 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00057 00058 private: 00059 static const char* __s_getMD5Sum_() { return "efd2f7ac88847414fd26aacf32f993a5"; } 00060 public: 00061 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00062 00063 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00064 00065 private: 00066 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00067 \n\ 00068 JointAnglesWithSpeedActionGoal action_goal\n\ 00069 JointAnglesWithSpeedActionResult action_result\n\ 00070 JointAnglesWithSpeedActionFeedback action_feedback\n\ 00071 \n\ 00072 ================================================================================\n\ 00073 MSG: nao_msgs/JointAnglesWithSpeedActionGoal\n\ 00074 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00075 \n\ 00076 Header header\n\ 00077 actionlib_msgs/GoalID goal_id\n\ 00078 JointAnglesWithSpeedGoal goal\n\ 00079 \n\ 00080 ================================================================================\n\ 00081 MSG: std_msgs/Header\n\ 00082 # Standard metadata for higher-level stamped data types.\n\ 00083 # This is generally used to communicate timestamped data \n\ 00084 # in a particular coordinate frame.\n\ 00085 # \n\ 00086 # sequence ID: consecutively increasing ID \n\ 00087 uint32 seq\n\ 00088 #Two-integer timestamp that is expressed as:\n\ 00089 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00090 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00091 # time-handling sugar is provided by the client library\n\ 00092 time stamp\n\ 00093 #Frame this data is associated with\n\ 00094 # 0: no frame\n\ 00095 # 1: global frame\n\ 00096 string frame_id\n\ 00097 \n\ 00098 ================================================================================\n\ 00099 MSG: actionlib_msgs/GoalID\n\ 00100 # The stamp should store the time at which this goal was requested.\n\ 00101 # It is used by an action server when it tries to preempt all\n\ 00102 # goals that were requested before a certain time\n\ 00103 time stamp\n\ 00104 \n\ 00105 # The id provides a way to associate feedback and\n\ 00106 # result message with specific goal requests. The id\n\ 00107 # specified must be unique.\n\ 00108 string id\n\ 00109 \n\ 00110 \n\ 00111 ================================================================================\n\ 00112 MSG: nao_msgs/JointAnglesWithSpeedGoal\n\ 00113 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00114 # goal: a registered body pose name\n\ 00115 nao_msgs/JointAnglesWithSpeed joint_angles\n\ 00116 \n\ 00117 ================================================================================\n\ 00118 MSG: nao_msgs/JointAnglesWithSpeed\n\ 00119 Header header\n\ 00120 \n\ 00121 # A list of joint names, corresponding to their names in the Nao docs.\n\ 00122 # This must be either the same lenght of joint_angles or 1 if it's a\n\ 00123 # keyword such as 'Body' (for all angles)\n\ 00124 string[] joint_names\n\ 00125 float32[] joint_angles\n\ 00126 \n\ 00127 #fraction of max joint velocity [0:1]\n\ 00128 float32 speed\n\ 00129 \n\ 00130 # Absolute angle(=0, default) or relative change\n\ 00131 uint8 relative\n\ 00132 \n\ 00133 ================================================================================\n\ 00134 MSG: nao_msgs/JointAnglesWithSpeedActionResult\n\ 00135 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00136 \n\ 00137 Header header\n\ 00138 actionlib_msgs/GoalStatus status\n\ 00139 JointAnglesWithSpeedResult result\n\ 00140 \n\ 00141 ================================================================================\n\ 00142 MSG: actionlib_msgs/GoalStatus\n\ 00143 GoalID goal_id\n\ 00144 uint8 status\n\ 00145 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\ 00146 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\ 00147 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\ 00148 # and has since completed its execution (Terminal State)\n\ 00149 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\ 00150 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\ 00151 # to some failure (Terminal State)\n\ 00152 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\ 00153 # because the goal was unattainable or invalid (Terminal State)\n\ 00154 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\ 00155 # and has not yet completed execution\n\ 00156 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\ 00157 # but the action server has not yet confirmed that the goal is canceled\n\ 00158 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\ 00159 # and was successfully cancelled (Terminal State)\n\ 00160 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\ 00161 # sent over the wire by an action server\n\ 00162 \n\ 00163 #Allow for the user to associate a string with GoalStatus for debugging\n\ 00164 string text\n\ 00165 \n\ 00166 \n\ 00167 ================================================================================\n\ 00168 MSG: nao_msgs/JointAnglesWithSpeedResult\n\ 00169 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00170 # result is the actually reached position\n\ 00171 sensor_msgs/JointState goal_position\n\ 00172 \n\ 00173 ================================================================================\n\ 00174 MSG: sensor_msgs/JointState\n\ 00175 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\ 00176 #\n\ 00177 # The state of each joint (revolute or prismatic) is defined by:\n\ 00178 # * the position of the joint (rad or m),\n\ 00179 # * the velocity of the joint (rad/s or m/s) and \n\ 00180 # * the effort that is applied in the joint (Nm or N).\n\ 00181 #\n\ 00182 # Each joint is uniquely identified by its name\n\ 00183 # The header specifies the time at which the joint states were recorded. All the joint states\n\ 00184 # in one message have to be recorded at the same time.\n\ 00185 #\n\ 00186 # This message consists of a multiple arrays, one for each part of the joint state. \n\ 00187 # The goal is to make each of the fields optional. When e.g. your joints have no\n\ 00188 # effort associated with them, you can leave the effort array empty. \n\ 00189 #\n\ 00190 # All arrays in this message should have the same size, or be empty.\n\ 00191 # This is the only way to uniquely associate the joint name with the correct\n\ 00192 # states.\n\ 00193 \n\ 00194 \n\ 00195 Header header\n\ 00196 \n\ 00197 string[] name\n\ 00198 float64[] position\n\ 00199 float64[] velocity\n\ 00200 float64[] effort\n\ 00201 \n\ 00202 ================================================================================\n\ 00203 MSG: nao_msgs/JointAnglesWithSpeedActionFeedback\n\ 00204 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00205 \n\ 00206 Header header\n\ 00207 actionlib_msgs/GoalStatus status\n\ 00208 JointAnglesWithSpeedFeedback feedback\n\ 00209 \n\ 00210 ================================================================================\n\ 00211 MSG: nao_msgs/JointAnglesWithSpeedFeedback\n\ 00212 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00213 # no feedback currently \n\ 00214 \n\ 00215 "; } 00216 public: 00217 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00218 00219 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00220 00221 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00222 { 00223 ros::serialization::OStream stream(write_ptr, 1000000000); 00224 ros::serialization::serialize(stream, action_goal); 00225 ros::serialization::serialize(stream, action_result); 00226 ros::serialization::serialize(stream, action_feedback); 00227 return stream.getData(); 00228 } 00229 00230 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00231 { 00232 ros::serialization::IStream stream(read_ptr, 1000000000); 00233 ros::serialization::deserialize(stream, action_goal); 00234 ros::serialization::deserialize(stream, action_result); 00235 ros::serialization::deserialize(stream, action_feedback); 00236 return stream.getData(); 00237 } 00238 00239 ROS_DEPRECATED virtual uint32_t serializationLength() const 00240 { 00241 uint32_t size = 0; 00242 size += ros::serialization::serializationLength(action_goal); 00243 size += ros::serialization::serializationLength(action_result); 00244 size += ros::serialization::serializationLength(action_feedback); 00245 return size; 00246 } 00247 00248 typedef boost::shared_ptr< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> > Ptr; 00249 typedef boost::shared_ptr< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> const> ConstPtr; 00250 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00251 }; // struct JointAnglesWithSpeedAction 00252 typedef ::nao_msgs::JointAnglesWithSpeedAction_<std::allocator<void> > JointAnglesWithSpeedAction; 00253 00254 typedef boost::shared_ptr< ::nao_msgs::JointAnglesWithSpeedAction> JointAnglesWithSpeedActionPtr; 00255 typedef boost::shared_ptr< ::nao_msgs::JointAnglesWithSpeedAction const> JointAnglesWithSpeedActionConstPtr; 00256 00257 00258 template<typename ContainerAllocator> 00259 std::ostream& operator<<(std::ostream& s, const ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> & v) 00260 { 00261 ros::message_operations::Printer< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> >::stream(s, "", v); 00262 return s;} 00263 00264 } // namespace nao_msgs 00265 00266 namespace ros 00267 { 00268 namespace message_traits 00269 { 00270 template<class ContainerAllocator> struct IsMessage< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> > : public TrueType {}; 00271 template<class ContainerAllocator> struct IsMessage< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> const> : public TrueType {}; 00272 template<class ContainerAllocator> 00273 struct MD5Sum< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> > { 00274 static const char* value() 00275 { 00276 return "efd2f7ac88847414fd26aacf32f993a5"; 00277 } 00278 00279 static const char* value(const ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> &) { return value(); } 00280 static const uint64_t static_value1 = 0xefd2f7ac88847414ULL; 00281 static const uint64_t static_value2 = 0xfd26aacf32f993a5ULL; 00282 }; 00283 00284 template<class ContainerAllocator> 00285 struct DataType< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> > { 00286 static const char* value() 00287 { 00288 return "nao_msgs/JointAnglesWithSpeedAction"; 00289 } 00290 00291 static const char* value(const ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> &) { return value(); } 00292 }; 00293 00294 template<class ContainerAllocator> 00295 struct Definition< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> > { 00296 static const char* value() 00297 { 00298 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00299 \n\ 00300 JointAnglesWithSpeedActionGoal action_goal\n\ 00301 JointAnglesWithSpeedActionResult action_result\n\ 00302 JointAnglesWithSpeedActionFeedback action_feedback\n\ 00303 \n\ 00304 ================================================================================\n\ 00305 MSG: nao_msgs/JointAnglesWithSpeedActionGoal\n\ 00306 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00307 \n\ 00308 Header header\n\ 00309 actionlib_msgs/GoalID goal_id\n\ 00310 JointAnglesWithSpeedGoal goal\n\ 00311 \n\ 00312 ================================================================================\n\ 00313 MSG: std_msgs/Header\n\ 00314 # Standard metadata for higher-level stamped data types.\n\ 00315 # This is generally used to communicate timestamped data \n\ 00316 # in a particular coordinate frame.\n\ 00317 # \n\ 00318 # sequence ID: consecutively increasing ID \n\ 00319 uint32 seq\n\ 00320 #Two-integer timestamp that is expressed as:\n\ 00321 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00322 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00323 # time-handling sugar is provided by the client library\n\ 00324 time stamp\n\ 00325 #Frame this data is associated with\n\ 00326 # 0: no frame\n\ 00327 # 1: global frame\n\ 00328 string frame_id\n\ 00329 \n\ 00330 ================================================================================\n\ 00331 MSG: actionlib_msgs/GoalID\n\ 00332 # The stamp should store the time at which this goal was requested.\n\ 00333 # It is used by an action server when it tries to preempt all\n\ 00334 # goals that were requested before a certain time\n\ 00335 time stamp\n\ 00336 \n\ 00337 # The id provides a way to associate feedback and\n\ 00338 # result message with specific goal requests. The id\n\ 00339 # specified must be unique.\n\ 00340 string id\n\ 00341 \n\ 00342 \n\ 00343 ================================================================================\n\ 00344 MSG: nao_msgs/JointAnglesWithSpeedGoal\n\ 00345 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00346 # goal: a registered body pose name\n\ 00347 nao_msgs/JointAnglesWithSpeed joint_angles\n\ 00348 \n\ 00349 ================================================================================\n\ 00350 MSG: nao_msgs/JointAnglesWithSpeed\n\ 00351 Header header\n\ 00352 \n\ 00353 # A list of joint names, corresponding to their names in the Nao docs.\n\ 00354 # This must be either the same lenght of joint_angles or 1 if it's a\n\ 00355 # keyword such as 'Body' (for all angles)\n\ 00356 string[] joint_names\n\ 00357 float32[] joint_angles\n\ 00358 \n\ 00359 #fraction of max joint velocity [0:1]\n\ 00360 float32 speed\n\ 00361 \n\ 00362 # Absolute angle(=0, default) or relative change\n\ 00363 uint8 relative\n\ 00364 \n\ 00365 ================================================================================\n\ 00366 MSG: nao_msgs/JointAnglesWithSpeedActionResult\n\ 00367 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00368 \n\ 00369 Header header\n\ 00370 actionlib_msgs/GoalStatus status\n\ 00371 JointAnglesWithSpeedResult result\n\ 00372 \n\ 00373 ================================================================================\n\ 00374 MSG: actionlib_msgs/GoalStatus\n\ 00375 GoalID goal_id\n\ 00376 uint8 status\n\ 00377 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\ 00378 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\ 00379 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\ 00380 # and has since completed its execution (Terminal State)\n\ 00381 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\ 00382 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\ 00383 # to some failure (Terminal State)\n\ 00384 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\ 00385 # because the goal was unattainable or invalid (Terminal State)\n\ 00386 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\ 00387 # and has not yet completed execution\n\ 00388 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\ 00389 # but the action server has not yet confirmed that the goal is canceled\n\ 00390 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\ 00391 # and was successfully cancelled (Terminal State)\n\ 00392 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\ 00393 # sent over the wire by an action server\n\ 00394 \n\ 00395 #Allow for the user to associate a string with GoalStatus for debugging\n\ 00396 string text\n\ 00397 \n\ 00398 \n\ 00399 ================================================================================\n\ 00400 MSG: nao_msgs/JointAnglesWithSpeedResult\n\ 00401 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00402 # result is the actually reached position\n\ 00403 sensor_msgs/JointState goal_position\n\ 00404 \n\ 00405 ================================================================================\n\ 00406 MSG: sensor_msgs/JointState\n\ 00407 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\ 00408 #\n\ 00409 # The state of each joint (revolute or prismatic) is defined by:\n\ 00410 # * the position of the joint (rad or m),\n\ 00411 # * the velocity of the joint (rad/s or m/s) and \n\ 00412 # * the effort that is applied in the joint (Nm or N).\n\ 00413 #\n\ 00414 # Each joint is uniquely identified by its name\n\ 00415 # The header specifies the time at which the joint states were recorded. All the joint states\n\ 00416 # in one message have to be recorded at the same time.\n\ 00417 #\n\ 00418 # This message consists of a multiple arrays, one for each part of the joint state. \n\ 00419 # The goal is to make each of the fields optional. When e.g. your joints have no\n\ 00420 # effort associated with them, you can leave the effort array empty. \n\ 00421 #\n\ 00422 # All arrays in this message should have the same size, or be empty.\n\ 00423 # This is the only way to uniquely associate the joint name with the correct\n\ 00424 # states.\n\ 00425 \n\ 00426 \n\ 00427 Header header\n\ 00428 \n\ 00429 string[] name\n\ 00430 float64[] position\n\ 00431 float64[] velocity\n\ 00432 float64[] effort\n\ 00433 \n\ 00434 ================================================================================\n\ 00435 MSG: nao_msgs/JointAnglesWithSpeedActionFeedback\n\ 00436 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00437 \n\ 00438 Header header\n\ 00439 actionlib_msgs/GoalStatus status\n\ 00440 JointAnglesWithSpeedFeedback feedback\n\ 00441 \n\ 00442 ================================================================================\n\ 00443 MSG: nao_msgs/JointAnglesWithSpeedFeedback\n\ 00444 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00445 # no feedback currently \n\ 00446 \n\ 00447 "; 00448 } 00449 00450 static const char* value(const ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> &) { return value(); } 00451 }; 00452 00453 } // namespace message_traits 00454 } // namespace ros 00455 00456 namespace ros 00457 { 00458 namespace serialization 00459 { 00460 00461 template<class ContainerAllocator> struct Serializer< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> > 00462 { 00463 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00464 { 00465 stream.next(m.action_goal); 00466 stream.next(m.action_result); 00467 stream.next(m.action_feedback); 00468 } 00469 00470 ROS_DECLARE_ALLINONE_SERIALIZER; 00471 }; // struct JointAnglesWithSpeedAction_ 00472 } // namespace serialization 00473 } // namespace ros 00474 00475 namespace ros 00476 { 00477 namespace message_operations 00478 { 00479 00480 template<class ContainerAllocator> 00481 struct Printer< ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> > 00482 { 00483 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::nao_msgs::JointAnglesWithSpeedAction_<ContainerAllocator> & v) 00484 { 00485 s << indent << "action_goal: "; 00486 s << std::endl; 00487 Printer< ::nao_msgs::JointAnglesWithSpeedActionGoal_<ContainerAllocator> >::stream(s, indent + " ", v.action_goal); 00488 s << indent << "action_result: "; 00489 s << std::endl; 00490 Printer< ::nao_msgs::JointAnglesWithSpeedActionResult_<ContainerAllocator> >::stream(s, indent + " ", v.action_result); 00491 s << indent << "action_feedback: "; 00492 s << std::endl; 00493 Printer< ::nao_msgs::JointAnglesWithSpeedActionFeedback_<ContainerAllocator> >::stream(s, indent + " ", v.action_feedback); 00494 } 00495 }; 00496 00497 00498 } // namespace message_operations 00499 } // namespace ros 00500 00501 #endif // NAO_MSGS_MESSAGE_JOINTANGLESWITHSPEEDACTION_H 00502