-
public interface ITimedTrajectory
Provides timed trajectory data.
-
-
Method Summary
Modifier and Type Method Description abstract PoseAndVelocity
getTargetPose(Duration elapsedTime)
Gets the expected robot pose and velocity for a given time. abstract Duration
getTotalDuration()
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.
-
-
-
-