Esempio n. 1
0
 public Odometry(Header header, string child_frame_id, Geometry.PoseWithCovariance pose, Geometry.TwistWithCovariance twist)
 {
     this.header         = header;
     this.child_frame_id = child_frame_id;
     this.pose           = pose;
     this.twist          = twist;
 }
Esempio n. 2
0
 public Odometry()
 {
     header         = new Standard.Header();
     child_frame_id = "";
     pose           = new Geometry.PoseWithCovariance();
     twist          = new Geometry.TwistWithCovariance();
 }
Esempio n. 3
0
 public Odometry()
 {
     this.header         = new Header();
     this.child_frame_id = "";
     this.pose           = new Geometry.PoseWithCovariance();
     this.twist          = new Geometry.TwistWithCovariance();
 }
Esempio n. 4
0
 public Odometry()
 {
     header         = new Standard.Header();
     child_frame_id = "";
     pose           = new Geometry.PoseWithCovariance();
     twist          = new Geometry.TwistWithCovariance(); RosMessageName = "nav_msgs/Odometry";
 }