Example #1
0
 public TwistWithCovariance()
 {
     twist      = new Twist();
     covariance = new float[36];
 }
Example #2
0
 public TwistStamped(Standard.Header header, Twist twist)
 {
     this.header = header;
     this.twist  = twist;
 }
Example #3
0
 public TwistWithCovariance()
 {
     twist      = new Twist();
     covariance = new float[36]; RosMessageName = "geometry_msgs/TwistWithCovariance";
 }
Example #4
0
 public TwistStamped()
 {
     header = new Header();
     twist  = new Twist();
 }