Overview
Follow trajectory to drive robot to a specific position as defined by a Pose2d.
Tasks
Suggested Implementation
Follow tutorials in Helpful Links below
Helpful Links
Characterization tutorial
Trajectory tutorial
Notes
Only additions to the drive subsystem required should be the driveVolts method. Everything else should already be provided by MecanumDriveSubsystem once #2 is complete.
Overview
Follow trajectory to drive robot to a specific position as defined by a Pose2d.
Tasks
driveVolts()method to drive subsystemSuggested Implementation
Follow tutorials in Helpful Links below
Helpful Links
Characterization tutorial
Trajectory tutorial
Notes
Only additions to the drive subsystem required should be the
driveVoltsmethod. Everything else should already be provided byMecanumDriveSubsystemonce #2 is complete.