-
public interface ITimedTrajectoryProvides timed trajectory data.
-
-
Method Summary
Modifier and Type Method Description abstract PoseAndVelocitygetTargetPose(Duration elapsedTime)Gets the expected robot pose and velocity for a given time. abstract DurationgetTotalDuration()Gets the total duration for the planned trajectory. -
-
Method Detail
-
getTargetPose
abstract PoseAndVelocity getTargetPose(Duration elapsedTime)
Gets the expected robot pose and velocity for a given time.
- Parameters:
elapsedTime- elapsed time since the robot started following the trajectory.
-
getTotalDuration
abstract Duration getTotalDuration()
Gets the total duration for the planned trajectory.
-
-
-
-