mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Sequential Intake
This commit is contained in:
@@ -380,7 +380,7 @@ public class RobotContainer {
|
||||
"bRed",
|
||||
"bBlue"
|
||||
};
|
||||
m_galacticSearch = new GalacticSearch(m_robotLime, buildPaths(galacticSearchPaths));
|
||||
m_galacticSearch = new GalacticSearch(m_robotLime, m_robotIntake, buildPaths(galacticSearchPaths));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user