public MapMetaData(SIGVerse.RosBridge.msg_helpers.Time map_load_time, float resolution, System.UInt32 width, System.UInt32 height, geometry_msgs.Pose origin) { this.map_load_time = map_load_time; this.resolution = resolution; this.width = width; this.height = height; this.origin = origin; }
public MapMetaData() { this.map_load_time = new SIGVerse.RosBridge.msg_helpers.Time(); this.resolution = 0.0f; this.width = 0; this.height = 0; this.origin = new geometry_msgs.Pose(); }
public TimeReference(std_msgs.Header header, SIGVerse.RosBridge.msg_helpers.Time time_ref, string source) { this.header = header; this.time_ref = time_ref; this.source = source; }
public Header(System.UInt32 seq, SIGVerse.RosBridge.msg_helpers.Time stamp, string frame_id) { this.seq = seq; this.stamp = stamp; this.frame_id = frame_id; }
public TimeReference() { this.header = new std_msgs.Header(); this.time_ref = new SIGVerse.RosBridge.msg_helpers.Time(); this.source = ""; }
public Header() { this.seq = 0; this.stamp = new SIGVerse.RosBridge.msg_helpers.Time(); this.frame_id = ""; }
public GoalID(SIGVerse.RosBridge.msg_helpers.Time stamp, string id) { this.stamp = stamp; this.id = id; }
public GoalID() { this.stamp = new SIGVerse.RosBridge.msg_helpers.Time(); this.id = ""; }
public Time(SIGVerse.RosBridge.msg_helpers.Time data) { this.data = data; }
public Time() { this.data = new SIGVerse.RosBridge.msg_helpers.Time(); }