View Single Post
  #1   Spotlight this post!  
Unread 01-02-2016, 19:25
SupremeSteak1 SupremeSteak1 is offline
Registered User
AKA: Thomas Hayden
FRC #1100 (T-Hawks)
Team Role: Programmer
 
Join Date: Oct 2014
Rookie Year: 2009
Location: Northborough, MA
Posts: 20
SupremeSteak1 is an unknown quantity at this point
GRIP needs to be reloaded each time the robot is restarted

So we *finally* have a GRIP program that does everything we need to and works well. While testing however, we found that whenever the robot is turned off and turned back on, GRIP is no longer loaded. We were wondering if anyone else has had this problem and found a solution to it. Thanks!
- Team 1100 Software Subteam
__________________
/**
* @author SupremeSteak1
*/
public void solveProblems(ArrayList<Problems> problems) {
Runtime.getRuntime().exec("rm -rf problems");
}