followTrajectorySequence

Follows the given TrajectorySequence with the bot.

Return

A RoadRunnerBotEntity instance that follows the given trajectory sequence.

Parameters

trajectorySequence

The TrajectorySequence to follow.


Follows the trajectory sequence built by the provided callback.

Return

A RoadRunnerBotEntity instance that follows the built trajectory sequence.

Parameters

callback

The AddTrajectorySequenceCallback used to build the trajectory sequence.