Pr2GripperCommandActionGoal.h
Go to the documentation of this file.
00001 /* Software License Agreement (BSD License)
00002  *
00003  * Copyright (c) 2011, Willow Garage, Inc.
00004  * All rights reserved.
00005  *
00006  * Redistribution and use in source and binary forms, with or without
00007  * modification, are permitted provided that the following conditions
00008  * are met:
00009  *
00010  *  * Redistributions of source code must retain the above copyright
00011  *    notice, this list of conditions and the following disclaimer.
00012  *  * Redistributions in binary form must reproduce the above
00013  *    copyright notice, this list of conditions and the following
00014  *    disclaimer in the documentation and/or other materials provided
00015  *    with the distribution.
00016  *  * Neither the name of Willow Garage, Inc. nor the names of its
00017  *    contributors may be used to endorse or promote products derived
00018  *    from this software without specific prior written permission.
00019  *
00020  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00021  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00022  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
00023  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
00024  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
00025  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
00026  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
00027  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
00028  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
00029  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
00030  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
00031  * POSSIBILITY OF SUCH DAMAGE.
00032  *
00033  * Auto-generated by genmsg_cpp from file /wg/stor2a/isucan/projects/moveit/devel/share/pr2_controllers_msgs/msg/Pr2GripperCommandActionGoal.msg
00034  *
00035  */
00036 
00037 
00038 #ifndef PR2_CONTROLLERS_MSGS_MESSAGE_PR2GRIPPERCOMMANDACTIONGOAL_H
00039 #define PR2_CONTROLLERS_MSGS_MESSAGE_PR2GRIPPERCOMMANDACTIONGOAL_H
00040 
00041 
00042 #include <string>
00043 #include <vector>
00044 #include <map>
00045 
00046 #include <ros/types.h>
00047 #include <ros/serialization.h>
00048 #include <ros/builtin_message_traits.h>
00049 #include <ros/message_operations.h>
00050 
00051 #include <std_msgs/Header.h>
00052 #include <actionlib_msgs/GoalID.h>
00053 #include <pr2_controllers_msgs/Pr2GripperCommandGoal.h>
00054 
00055 namespace pr2_controllers_msgs
00056 {
00057 template <class ContainerAllocator>
00058 struct Pr2GripperCommandActionGoal_
00059 {
00060   typedef Pr2GripperCommandActionGoal_<ContainerAllocator> Type;
00061 
00062   Pr2GripperCommandActionGoal_()
00063     : header()
00064     , goal_id()
00065     , goal()  {
00066     }
00067   Pr2GripperCommandActionGoal_(const ContainerAllocator& _alloc)
00068     : header(_alloc)
00069     , goal_id(_alloc)
00070     , goal(_alloc)  {
00071     }
00072 
00073 
00074 
00075    typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00076   _header_type header;
00077 
00078    typedef  ::actionlib_msgs::GoalID_<ContainerAllocator>  _goal_id_type;
00079   _goal_id_type goal_id;
00080 
00081    typedef  ::pr2_controllers_msgs::Pr2GripperCommandGoal_<ContainerAllocator>  _goal_type;
00082   _goal_type goal;
00083 
00084 
00085 
00086 
00087   typedef boost::shared_ptr< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> > Ptr;
00088   typedef boost::shared_ptr< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> const> ConstPtr;
00089   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00090 
00091 }; // struct Pr2GripperCommandActionGoal_
00092 
00093 typedef ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<std::allocator<void> > Pr2GripperCommandActionGoal;
00094 
00095 typedef boost::shared_ptr< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal > Pr2GripperCommandActionGoalPtr;
00096 typedef boost::shared_ptr< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal const> Pr2GripperCommandActionGoalConstPtr;
00097 
00098 // constants requiring out of line definition
00099 
00100 
00101 
00102 template<typename ContainerAllocator>
00103 std::ostream& operator<<(std::ostream& s, const ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> & v)
00104 {
00105 ros::message_operations::Printer< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >::stream(s, "", v);
00106 return s;
00107 }
00108 
00109 } // namespace pr2_controllers_msgs
00110 
00111 namespace ros
00112 {
00113 namespace message_traits
00114 {
00115 
00116 
00117 
00118 // BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': True}
00119 // {'std_msgs': ['/opt/ros/groovy/share/std_msgs/msg'], 'actionlib_msgs': ['/opt/ros/groovy/share/actionlib_msgs/msg'], 'trajectory_msgs': ['/opt/ros/groovy/share/trajectory_msgs/msg'], 'geometry_msgs': ['/opt/ros/groovy/share/geometry_msgs/msg'], 'pr2_controllers_msgs': ['/wg/stor2a/isucan/projects/moveit/devel/share/pr2_controllers_msgs/msg', '/wg/stor2a/isucan/projects/moveit/devel/share/pr2_controllers_msgs/msg', '/wg/stor2a/isucan/projects/moveit/src/moveit_pr2/pr2_controllers_msgs/msg']}
00120 
00121 // !!!!!!!!!!! ['__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']
00122 
00123 
00124 
00125 
00126 template <class ContainerAllocator>
00127 struct IsFixedSize< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >
00128   : FalseType
00129   { };
00130 
00131 template <class ContainerAllocator>
00132 struct IsFixedSize< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> const>
00133   : FalseType
00134   { };
00135 
00136 template <class ContainerAllocator>
00137 struct IsMessage< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >
00138   : TrueType
00139   { };
00140 
00141 template <class ContainerAllocator>
00142 struct IsMessage< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> const>
00143   : TrueType
00144   { };
00145 
00146 template <class ContainerAllocator>
00147 struct HasHeader< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >
00148   : TrueType
00149   { };
00150 
00151 template <class ContainerAllocator>
00152 struct HasHeader< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> const>
00153   : TrueType
00154   { };
00155 
00156 
00157 template<class ContainerAllocator>
00158 struct MD5Sum< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >
00159 {
00160   static const char* value()
00161   {
00162     return "aa581f648a35ed681db2ec0bf7a82bea";
00163   }
00164 
00165   static const char* value(const ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator>&) { return value(); }
00166   static const uint64_t static_value1 = 0xaa581f648a35ed68ULL;
00167   static const uint64_t static_value2 = 0x1db2ec0bf7a82beaULL;
00168 };
00169 
00170 template<class ContainerAllocator>
00171 struct DataType< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >
00172 {
00173   static const char* value()
00174   {
00175     return "pr2_controllers_msgs/Pr2GripperCommandActionGoal";
00176   }
00177 
00178   static const char* value(const ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator>&) { return value(); }
00179 };
00180 
00181 template<class ContainerAllocator>
00182 struct Definition< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >
00183 {
00184   static const char* value()
00185   {
00186     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00187 \n\
00188 Header header\n\
00189 actionlib_msgs/GoalID goal_id\n\
00190 Pr2GripperCommandGoal goal\n\
00191 \n\
00192 ================================================================================\n\
00193 MSG: std_msgs/Header\n\
00194 # Standard metadata for higher-level stamped data types.\n\
00195 # This is generally used to communicate timestamped data \n\
00196 # in a particular coordinate frame.\n\
00197 # \n\
00198 # sequence ID: consecutively increasing ID \n\
00199 uint32 seq\n\
00200 #Two-integer timestamp that is expressed as:\n\
00201 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00202 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00203 # time-handling sugar is provided by the client library\n\
00204 time stamp\n\
00205 #Frame this data is associated with\n\
00206 # 0: no frame\n\
00207 # 1: global frame\n\
00208 string frame_id\n\
00209 \n\
00210 ================================================================================\n\
00211 MSG: actionlib_msgs/GoalID\n\
00212 # The stamp should store the time at which this goal was requested.\n\
00213 # It is used by an action server when it tries to preempt all\n\
00214 # goals that were requested before a certain time\n\
00215 time stamp\n\
00216 \n\
00217 # The id provides a way to associate feedback and\n\
00218 # result message with specific goal requests. The id\n\
00219 # specified must be unique.\n\
00220 string id\n\
00221 \n\
00222 \n\
00223 ================================================================================\n\
00224 MSG: pr2_controllers_msgs/Pr2GripperCommandGoal\n\
00225 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00226 pr2_controllers_msgs/Pr2GripperCommand command\n\
00227 \n\
00228 ================================================================================\n\
00229 MSG: pr2_controllers_msgs/Pr2GripperCommand\n\
00230 float64 position\n\
00231 float64 max_effort\n\
00232 \n\
00233 ";
00234   }
00235 
00236   static const char* value(const ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator>&) { return value(); }
00237 };
00238 
00239 } // namespace message_traits
00240 } // namespace ros
00241 
00242 namespace ros
00243 {
00244 namespace serialization
00245 {
00246 
00247   template<class ContainerAllocator> struct Serializer< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >
00248   {
00249     template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00250     {
00251       stream.next(m.header);
00252       stream.next(m.goal_id);
00253       stream.next(m.goal);
00254     }
00255 
00256     ROS_DECLARE_ALLINONE_SERIALIZER;
00257   }; // struct Pr2GripperCommandActionGoal_
00258 
00259 } // namespace serialization
00260 } // namespace ros
00261 
00262 namespace ros
00263 {
00264 namespace message_operations
00265 {
00266 
00267 template<class ContainerAllocator>
00268 struct Printer< ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator> >
00269 {
00270   template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pr2_controllers_msgs::Pr2GripperCommandActionGoal_<ContainerAllocator>& v)
00271   {
00272     s << indent << "header: ";
00273     s << std::endl;
00274     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00275     s << indent << "goal_id: ";
00276     s << std::endl;
00277     Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + "  ", v.goal_id);
00278     s << indent << "goal: ";
00279     s << std::endl;
00280     Printer< ::pr2_controllers_msgs::Pr2GripperCommandGoal_<ContainerAllocator> >::stream(s, indent + "  ", v.goal);
00281   }
00282 };
00283 
00284 } // namespace message_operations
00285 } // namespace ros
00286 
00287 #endif // PR2_CONTROLLERS_MSGS_MESSAGE_PR2GRIPPERCOMMANDACTIONGOAL_H


pr2_moveit_plugins
Author(s): Ioan Sucan , Sachin Chitta
autogenerated on Mon Oct 6 2014 11:14:04