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