Skip to content

Conversation

JYoung413
Copy link

@JYoung413 JYoung413 commented Feb 20, 2017

Before Merging

Check the following subsystems work:

Drivetrain

  • Teleop w/ joysticks
  • Hold heading
  • Turn to angle

Shooter

  • Shooter motor spins at right speed
  • Feeder runs forward and backwards on butttons
  • Shoot at least one ball

Turret/Vision

  • All other subsystems work w/ camera unplugged
  • Turret turns to limit switches w/ manual control
  • Turns to target w/ vision

Climbtake

  • Intake runs forward
  • Runs backward
  • Climbs

Auto

  • At least one auto mode has been run


@Override
public void registerSubscriptions() {
openButton.map(x -> x ? ServoInstr.set(0.0) : ServoInstr.set(0.5))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't these going to the limits? Shouldn't these be 1.0 and 0.0?

public static final int FRONT_RIGHT = 14;
public static final int BACK_RIGHT = 15;

// Ports of Servos TODO: Fix Port to match robot servos
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ask about ports and fill in ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants