Skip to content

Commit

Permalink
Sub shooter settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
NottheIRS committed Feb 18, 2024
1 parent a55b066 commit 28bb9bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/cpp/subsystems/subsystemManagers/LauncherManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace
{
const double SUB_ANGLE = 19.0;
const double SUB_ANGLE = 55.0;
const double STOW_ANGLE = 10.0;
const double SUB_SPEED = 350.0;
const double SUB_SPEED = 150.0;
const double INDEXER_SPEED = 0.0;
}

Expand All @@ -15,7 +15,6 @@ void LauncherManager::ResetLauncher()
m_visionResetProfiledMoveState = false;
}

#include <iostream>
void LauncherManager::HandleInput(LauncherInput &input, LauncherOutput &output)
{

Expand Down

0 comments on commit 28bb9bf

Please sign in to comment.