public override bool Equals(IRosMessage ____other)
        {
            if (____other == null)
            {
                return(false);
            }
            bool ret = true;

            hector_uav_msgs.LandingActionGoal other = (hector_uav_msgs.LandingActionGoal)____other;

            ret &= goal.Equals(other.goal);
            ret &= goal_id.Equals(other.goal_id);
            return(ret);
        }
示例#2
0
        public override bool Equals(IRosMessage ____other)
        {
            if (____other == null)
            {
                return(false);
            }
            bool ret = true;

            object_recognition_msgs.ObjectRecognitionActionGoal other = (Messages.object_recognition_msgs.ObjectRecognitionActionGoal)____other;

            ret &= header.Equals(other.header);
            ret &= goal_id.Equals(other.goal_id);
            ret &= goal.Equals(other.goal);
            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }
示例#3
0
        public override bool Equals(IRosMessage ____other)
        {
            if (____other == null)
            {
                return(false);
            }
            bool ret = true;

            control_msgs.SingleJointPositionActionGoal other = (Messages.control_msgs.SingleJointPositionActionGoal)____other;

            ret &= header.Equals(other.header);
            ret &= goal_id.Equals(other.goal_id);
            ret &= goal.Equals(other.goal);
            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }
        public override bool Equals(IRosMessage ____other)
        {
            if (____other == null)
            {
                return(false);
            }
            bool ret = true;

            tf2_msgs.LookupTransformActionGoal other = (Messages.tf2_msgs.LookupTransformActionGoal)____other;

            ret &= header.Equals(other.header);
            ret &= goal_id.Equals(other.goal_id);
            ret &= goal.Equals(other.goal);
            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }
示例#5
0
        public override bool Equals(IRosMessage ____other)
        {
            if (____other == null)
            {
                return(false);
            }
            bool ret = true;

            humanoid_nav_msgs.ExecFootstepsActionGoal other = (Messages.humanoid_nav_msgs.ExecFootstepsActionGoal)____other;

            ret &= header.Equals(other.header);
            ret &= goal_id.Equals(other.goal_id);
            ret &= goal.Equals(other.goal);
            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }
示例#6
0
        public override bool Equals(IRosMessage ____other)
        {
            if (____other == null)
            {
                return(false);
            }
            bool ret = true;

            actionlib_msgs.GoalStatus other = (Messages.actionlib_msgs.GoalStatus)____other;

            ret &= goal_id.Equals(other.goal_id);
            ret &= status == other.status;
            ret &= text == other.text;
            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }