// Generated by gencpp from file robot_geometry_msgs/PoseWithCovariance.msg // DO NOT EDIT! #ifndef GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCE_H #define GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCE_H #include #include #include #include #include #include namespace robot_geometry_msgs { template struct PoseWithCovariance_ { typedef PoseWithCovariance_ Type; PoseWithCovariance_() : pose(), covariance() { covariance.assign(0.0); } PoseWithCovariance_(const ContainerAllocator &_alloc) : pose(_alloc), covariance() { (void)_alloc; covariance.assign(0.0); } typedef ::robot_geometry_msgs::Pose_ _pose_type; _pose_type pose; typedef boost::array _covariance_type; _covariance_type covariance; typedef boost::shared_ptr<::robot_geometry_msgs::PoseWithCovariance_> Ptr; typedef boost::shared_ptr<::robot_geometry_msgs::PoseWithCovariance_ const> ConstPtr; }; // struct PoseWithCovariance_ typedef ::robot_geometry_msgs::PoseWithCovariance_> PoseWithCovariance; typedef boost::shared_ptr<::robot_geometry_msgs::PoseWithCovariance> PoseWithCovariancePtr; typedef boost::shared_ptr<::robot_geometry_msgs::PoseWithCovariance const> PoseWithCovarianceConstPtr; template bool operator==(const ::robot_geometry_msgs::PoseWithCovariance_ &lhs, const ::robot_geometry_msgs::PoseWithCovariance_ &rhs) { return lhs.pose == rhs.pose && lhs.covariance == rhs.covariance; } template bool operator!=(const ::robot_geometry_msgs::PoseWithCovariance_ &lhs, const ::robot_geometry_msgs::PoseWithCovariance_ &rhs) { return !(lhs == rhs); } } // namespace robot_geometry_msgs #endif // GEOMETRY_MSGS_MESSAGE_POSEWITHCOVARIANCE_H