Open npmanos opened 2 years ago
Follow trajectory to drive robot to a specific position as defined by a Pose2d.
driveVolts()
Follow tutorials in Helpful Links below
Characterization tutorial Trajectory tutorial
Only additions to the drive subsystem required should be the driveVolts method. Everything else should already be provided by MecanumDriveSubsystem once #2 is complete.
driveVolts
MecanumDriveSubsystem
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
driveVolts
method. Everything else should already be provided byMecanumDriveSubsystem
once #2 is complete.