Sample Tank Drive
class SampleTankDrive
Utility class for creating velocity and acceleration constraints for a Tank drive.
This class provides methods to create TrajectoryVelocityConstraint and TrajectoryAccelerationConstraint specific to a Tank drive. It combines constraints such as AngularVelocityConstraint and TankVelocityConstraint to ensure the bot adheres to the specified constraints.