示例#1
0
 public MultiDOFJointTrajectoryPoint()
 {
     transforms      = new Geometry.Transform[0];
     velocities      = new Geometry.Twist[0];
     accelerations   = new Geometry.Twist[0];
     time_from_start = new Standard.Time();
 }
 public JointTrajectoryPoint()
 {
     positions       = new float[0];
     velocities      = new float[0];
     accelerations   = new float[0];
     effort          = new float[0];
     time_from_start = new Standard.Time();
 }
示例#3
0
 public MapMetaData()
 {
     map_load_time = null;
     resolution    = 0;
     width         = 0;
     height        = 0;
     origin        = new Geometry.Pose();
 }
示例#4
0
 public MapMetaData()
 {
     map_load_time = null;
     resolution    = 0;
     width         = 0;
     height        = 0;
     origin        = new Geometry.Pose(); RosMessageName = "nav_msgs/MapMetaData";
 }
示例#5
0
 public GoalID()
 {
     stamp = new Standard.Time
     {
         secs  = 0,
         nsecs = 0
     };
     id = "";
 }