Exemplo n.º 1
0
 public AccelWithCovarianceStamped(Header header, AccelWithCovariance accel)
 {
     this.header = header;
     this.accel  = accel;
 }
Exemplo n.º 2
0
 public AccelWithCovarianceStamped()
 {
     this.header = new Header();
     this.accel  = new AccelWithCovariance();
 }