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