// Generated by gencpp from file common_msgs/Evaluate.msg // DO NOT EDIT! #ifndef COMMON_MSGS_MESSAGE_EVALUATE_H #define COMMON_MSGS_MESSAGE_EVALUATE_H #include #include #include #include #include #include #include #include namespace common_msgs { template struct Evaluate_ { typedef Evaluate_ Type; Evaluate_() : map_quality(0) , map_range(0.0) , drift_odom(0) , drift_imu(0) , pose() { } Evaluate_(const ContainerAllocator& _alloc) : map_quality(0) , map_range(0.0) , drift_odom(0) , drift_imu(0) , pose(_alloc) { (void)_alloc; } typedef int16_t _map_quality_type; _map_quality_type map_quality; typedef float _map_range_type; _map_range_type map_range; typedef int16_t _drift_odom_type; _drift_odom_type drift_odom; typedef int16_t _drift_imu_type; _drift_imu_type drift_imu; typedef ::geometry_msgs::Pose_ _pose_type; _pose_type pose; typedef boost::shared_ptr< ::common_msgs::Evaluate_ > Ptr; typedef boost::shared_ptr< ::common_msgs::Evaluate_ const> ConstPtr; }; // struct Evaluate_ typedef ::common_msgs::Evaluate_ > Evaluate; typedef boost::shared_ptr< ::common_msgs::Evaluate > EvaluatePtr; typedef boost::shared_ptr< ::common_msgs::Evaluate const> EvaluateConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::common_msgs::Evaluate_ & v) { ros::message_operations::Printer< ::common_msgs::Evaluate_ >::stream(s, "", v); return s; } template bool operator==(const ::common_msgs::Evaluate_ & lhs, const ::common_msgs::Evaluate_ & rhs) { return lhs.map_quality == rhs.map_quality && lhs.map_range == rhs.map_range && lhs.drift_odom == rhs.drift_odom && lhs.drift_imu == rhs.drift_imu && lhs.pose == rhs.pose; } template bool operator!=(const ::common_msgs::Evaluate_ & lhs, const ::common_msgs::Evaluate_ & rhs) { return !(lhs == rhs); } } // namespace common_msgs namespace ros { namespace message_traits { template struct IsFixedSize< ::common_msgs::Evaluate_ > : TrueType { }; template struct IsFixedSize< ::common_msgs::Evaluate_ const> : TrueType { }; template struct IsMessage< ::common_msgs::Evaluate_ > : TrueType { }; template struct IsMessage< ::common_msgs::Evaluate_ const> : TrueType { }; template struct HasHeader< ::common_msgs::Evaluate_ > : FalseType { }; template struct HasHeader< ::common_msgs::Evaluate_ const> : FalseType { }; template struct MD5Sum< ::common_msgs::Evaluate_ > { static const char* value() { return "5194722c08dfc9e18b601386718621b6"; } static const char* value(const ::common_msgs::Evaluate_&) { return value(); } static const uint64_t static_value1 = 0x5194722c08dfc9e1ULL; static const uint64_t static_value2 = 0x8b601386718621b6ULL; }; template struct DataType< ::common_msgs::Evaluate_ > { static const char* value() { return "common_msgs/Evaluate"; } static const char* value(const ::common_msgs::Evaluate_&) { return value(); } }; template struct Definition< ::common_msgs::Evaluate_ > { static const char* value() { return "int16 map_quality\n" "float32 map_range\n" "int16 drift_odom\n" "int16 drift_imu\n" "geometry_msgs/Pose pose\n" "================================================================================\n" "MSG: geometry_msgs/Pose\n" "# A representation of pose in free space, composed of position and orientation. \n" "Point position\n" "Quaternion orientation\n" "\n" "================================================================================\n" "MSG: geometry_msgs/Point\n" "# This contains the position of a point in free space\n" "float64 x\n" "float64 y\n" "float64 z\n" "\n" "================================================================================\n" "MSG: geometry_msgs/Quaternion\n" "# This represents an orientation in free space in quaternion form.\n" "\n" "float64 x\n" "float64 y\n" "float64 z\n" "float64 w\n" ; } static const char* value(const ::common_msgs::Evaluate_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::common_msgs::Evaluate_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.map_quality); stream.next(m.map_range); stream.next(m.drift_odom); stream.next(m.drift_imu); stream.next(m.pose); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct Evaluate_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::common_msgs::Evaluate_ > { template static void stream(Stream& s, const std::string& indent, const ::common_msgs::Evaluate_& v) { s << indent << "map_quality: "; Printer::stream(s, indent + " ", v.map_quality); s << indent << "map_range: "; Printer::stream(s, indent + " ", v.map_range); s << indent << "drift_odom: "; Printer::stream(s, indent + " ", v.drift_odom); s << indent << "drift_imu: "; Printer::stream(s, indent + " ", v.drift_imu); s << indent << "pose: "; s << std::endl; Printer< ::geometry_msgs::Pose_ >::stream(s, indent + " ", v.pose); } }; } // namespace message_operations } // namespace ros #endif // COMMON_MSGS_MESSAGE_EVALUATE_H