コード例 #1
0
 public TrajectoryMulitDOFJointTrajectoryPoint()
 {
     transforms      = new GeometryTransform[0];
     velocities      = new GeometryTwist[0];
     accelerations   = new GeometryTwist[0];
     time_from_start = new StandardTime();
 }
コード例 #2
0
 public NavigationMapMetaData()
 {
     map_load_time = null;
     resolution    = 0;
     width         = 0;
     height        = 0;
     origin        = new GeometryPose();
 }
コード例 #3
0
 public TrajectoryJointTrajectoryPoint()
 {
     positions       = new float[0];
     velocities      = new float[0];
     accelerations   = new float[0];
     effort          = new float[0];
     time_from_start = new StandardTime();
 }
コード例 #4
0
 public StandardHeader()
 {
     seq      = 0;
     stamp    = new StandardTime();
     frame_id = "";
 }
コード例 #5
0
 public ActionGoalID()
 {
     stamp = new StandardTime();
     id    = "";
 }