Пример #1
0
            public override bool Equals(IRosMessage ____other)
            {
                if (____other == null)
                {
                    return(false);
                }
                bool ret = true;

                humanoid_nav_msgs.PlanFootsteps.Request other = (Messages.humanoid_nav_msgs.PlanFootsteps.Request)____other;

                ret &= start.Equals(other.start);
                ret &= goal.Equals(other.goal);
                return(ret);
            }
Пример #2
0
        public override bool Equals(IRosMessage ____other)
        {
            if (____other == null)
            {
                return(false);
            }
            bool ret = true;

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

            ret &= pose.Equals(other.pose);
            ret &= leg == other.leg;
            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }