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

            nav_msgs.GetMapResult other = (Messages.nav_msgs.GetMapResult)____other;

            ret &= map.Equals(other.map);
            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }
 public GetMapActionResult(std_msgs.Header header, actionlib_msgs.GoalStatus status, nav_msgs.GetMapResult result)
 {
     this.header = header;
     this.status = status;
     this.result = result;
 }
 public GetMapActionResult()
 {
     this.header = new std_msgs.Header();
     this.status = new actionlib_msgs.GoalStatus();
     this.result = new nav_msgs.GetMapResult();
 }