MATLAB File Help: HebiTrajectory/getEndTime
HebiTrajectory/getEndTime
  getEndTime returns the returns the end time of the trajectory [s]
 
    This is equivalent to
 
        time = trajectory.getWaypointTime();
        startTime = time(end);
See also
Method Details
Access public
Sealed false
Static false