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

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

            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }
 public GetMapActionFeedback(std_msgs.Header header, actionlib_msgs.GoalStatus status, nav_msgs.GetMapFeedback feedback)
 {
     this.header   = header;
     this.status   = status;
     this.feedback = feedback;
 }
 public GetMapActionFeedback()
 {
     this.header   = new std_msgs.Header();
     this.status   = new actionlib_msgs.GoalStatus();
     this.feedback = new nav_msgs.GetMapFeedback();
 }