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

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

            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }
Beispiel #2
0
 public GetMapActionGoal(std_msgs.Header header, actionlib_msgs.GoalID goal_id, nav_msgs.GetMapGoal goal)
 {
     this.header  = header;
     this.goal_id = goal_id;
     this.goal    = goal;
 }
Beispiel #3
0
 public GetMapActionGoal()
 {
     this.header  = new std_msgs.Header();
     this.goal_id = new actionlib_msgs.GoalID();
     this.goal    = new nav_msgs.GetMapGoal();
 }