// Generated by gencpp from file robot_geometry_msgs/TwistStamped.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_TWISTSTAMPED_H #define GEOMETRY_MSGS_MESSAGE_TWISTSTAMPED_H #include #include #include #include #include #include namespace robot_geometry_msgs { template struct TwistStamped_ { typedef TwistStamped_ Type; TwistStamped_() : header(), twist() { } TwistStamped_(const ContainerAllocator &_alloc) : header(_alloc), twist(_alloc) { (void)_alloc; } typedef ::std_msgs::Header_ _header_type; _header_type header; typedef ::robot_geometry_msgs::Twist_ _twist_type; _twist_type twist; typedef boost::shared_ptr<::robot_geometry_msgs::TwistStamped_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::TwistStamped_ const> ConstPtr; }; // struct TwistStamped_ typedef ::robot_geometry_msgs::TwistStamped_> TwistStamped; typedef boost::shared_ptr<::robot_geometry_msgs::TwistStamped> TwistStampedPtr; typedef boost::shared_ptr<::robot_geometry_msgs::TwistStamped const> TwistStampedConstPtr; // constants requiring out of line definition template bool operator==(const ::robot_geometry_msgs::TwistStamped_ &lhs, const ::robot_geometry_msgs::TwistStamped_ &rhs) { return lhs.header == rhs.header && lhs.twist == rhs.twist; } template bool operator!=(const ::robot_geometry_msgs::TwistStamped_ &lhs, const ::robot_geometry_msgs::TwistStamped_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_TWISTSTAMPED_H