// Generated by gencpp from file cartographer_ros_msgs/SubmapEntry.msg // DO NOT EDIT! #ifndef CARTOGRAPHER_ROS_MSGS_MESSAGE_SUBMAPENTRY_H #define CARTOGRAPHER_ROS_MSGS_MESSAGE_SUBMAPENTRY_H #include #include #include #include #include #include #include #include namespace cartographer_ros_msgs { template struct SubmapEntry_ { typedef SubmapEntry_ Type; SubmapEntry_() : trajectory_id(0) , submap_index(0) , submap_version(0) , pose() , is_frozen(false) { } SubmapEntry_(const ContainerAllocator& _alloc) : trajectory_id(0) , submap_index(0) , submap_version(0) , pose(_alloc) , is_frozen(false) { (void)_alloc; } typedef int32_t _trajectory_id_type; _trajectory_id_type trajectory_id; typedef int32_t _submap_index_type; _submap_index_type submap_index; typedef int32_t _submap_version_type; _submap_version_type submap_version; typedef ::geometry_msgs::Pose_ _pose_type; _pose_type pose; typedef uint8_t _is_frozen_type; _is_frozen_type is_frozen; typedef boost::shared_ptr< ::cartographer_ros_msgs::SubmapEntry_ > Ptr; typedef boost::shared_ptr< ::cartographer_ros_msgs::SubmapEntry_ const> ConstPtr; }; // struct SubmapEntry_ typedef ::cartographer_ros_msgs::SubmapEntry_ > SubmapEntry; typedef boost::shared_ptr< ::cartographer_ros_msgs::SubmapEntry > SubmapEntryPtr; typedef boost::shared_ptr< ::cartographer_ros_msgs::SubmapEntry const> SubmapEntryConstPtr; // constants requiring out of line definition template std::ostream& operator<<(std::ostream& s, const ::cartographer_ros_msgs::SubmapEntry_ & v) { ros::message_operations::Printer< ::cartographer_ros_msgs::SubmapEntry_ >::stream(s, "", v); return s; } } // namespace cartographer_ros_msgs namespace ros { namespace message_traits { // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False} // {'std_msgs': ['/opt/ros/melodic/share/std_msgs/cmake/../msg'], 'cartographer_ros_msgs': ['/home/youchen/Documents/catkin_ws/src/cartographer_ros/cartographer_ros_msgs/msg'], 'geometry_msgs': ['/opt/ros/melodic/share/geometry_msgs/cmake/../msg']} // !!!!!!!!!!! ['__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'] template struct IsFixedSize< ::cartographer_ros_msgs::SubmapEntry_ > : TrueType { }; template struct IsFixedSize< ::cartographer_ros_msgs::SubmapEntry_ const> : TrueType { }; template struct IsMessage< ::cartographer_ros_msgs::SubmapEntry_ > : TrueType { }; template struct IsMessage< ::cartographer_ros_msgs::SubmapEntry_ const> : TrueType { }; template struct HasHeader< ::cartographer_ros_msgs::SubmapEntry_ > : FalseType { }; template struct HasHeader< ::cartographer_ros_msgs::SubmapEntry_ const> : FalseType { }; template struct MD5Sum< ::cartographer_ros_msgs::SubmapEntry_ > { static const char* value() { return "0b064ac06b4af2be11388441508c9572"; } static const char* value(const ::cartographer_ros_msgs::SubmapEntry_&) { return value(); } static const uint64_t static_value1 = 0x0b064ac06b4af2beULL; static const uint64_t static_value2 = 0x11388441508c9572ULL; }; template struct DataType< ::cartographer_ros_msgs::SubmapEntry_ > { static const char* value() { return "cartographer_ros_msgs/SubmapEntry"; } static const char* value(const ::cartographer_ros_msgs::SubmapEntry_&) { return value(); } }; template struct Definition< ::cartographer_ros_msgs::SubmapEntry_ > { static const char* value() { return "# Copyright 2016 The Cartographer Authors\n\ #\n\ # Licensed under the Apache License, Version 2.0 (the \"License\");\n\ # you may not use this file except in compliance with the License.\n\ # You may obtain a copy of the License at\n\ #\n\ # http://www.apache.org/licenses/LICENSE-2.0\n\ #\n\ # Unless required by applicable law or agreed to in writing, software\n\ # distributed under the License is distributed on an \"AS IS\" BASIS,\n\ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\ # See the License for the specific language governing permissions and\n\ # limitations under the License.\n\ \n\ int32 trajectory_id\n\ int32 submap_index\n\ int32 submap_version\n\ geometry_msgs/Pose pose\n\ bool is_frozen\n\ \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 ::cartographer_ros_msgs::SubmapEntry_&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template struct Serializer< ::cartographer_ros_msgs::SubmapEntry_ > { template inline static void allInOne(Stream& stream, T m) { stream.next(m.trajectory_id); stream.next(m.submap_index); stream.next(m.submap_version); stream.next(m.pose); stream.next(m.is_frozen); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct SubmapEntry_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template struct Printer< ::cartographer_ros_msgs::SubmapEntry_ > { template static void stream(Stream& s, const std::string& indent, const ::cartographer_ros_msgs::SubmapEntry_& v) { s << indent << "trajectory_id: "; Printer::stream(s, indent + " ", v.trajectory_id); s << indent << "submap_index: "; Printer::stream(s, indent + " ", v.submap_index); s << indent << "submap_version: "; Printer::stream(s, indent + " ", v.submap_version); s << indent << "pose: "; s << std::endl; Printer< ::geometry_msgs::Pose_ >::stream(s, indent + " ", v.pose); s << indent << "is_frozen: "; Printer::stream(s, indent + " ", v.is_frozen); } }; } // namespace message_operations } // namespace ros #endif // CARTOGRAPHER_ROS_MSGS_MESSAGE_SUBMAPENTRY_H