Exemple #1
0
 public MultiDOFJointTrajectoryPoint()
 {
     transforms      = new GeometryTransform[0];
     velocities      = new GeometryTwist[0];
     accelerations   = new GeometryTwist[0];
     time_from_start = new StandardDuration();
 }
Exemple #2
0
 public ControlFollowJointTrajectoryGoal()
 {
     trajectory     = new JointTrajectory();
     path_tolerance = new ControlJointTolerance[0];
     goal_tolerance = new ControlJointTolerance[0];
     duration       = new StandardDuration();
 }
Exemple #3
0
 public JointTrajectoryPoint()
 {
     positions       = new float[0];
     velocities      = new float[0];
     accelerations   = new float[0];
     effort          = new float[0];
     time_from_start = new StandardDuration();
 }