View Single Post
  #1   Spotlight this post!  
Unread 20-02-2011, 13:38
Peragore's Avatar
Peragore Peragore is offline
CEO of Black Magic
AKA: Philip Mulford
FRC #3373 (Team Robohawk)
Team Role: Programmer
 
Join Date: Jan 2011
Rookie Year: 2011
Location: US
Posts: 50
Peragore is an unknown quantity at this point
Problems Deploying Code

Hi there,

We are at the stage in which we are trying to deploy the code to our robot. We are running C++ in Windriver and our code works perfectly well when we run it. When we try to deploy the code, Windriver says we do deploy the code, but the deployment seems to stop with about 25% remaining. When we go to use the robot, we get a no robot code message. We using a Toshiba Satellite L675 with Windows 7 64-bit. We have gotten the Licproxy error and run that manually when building. Any help is appreciated.
__________________


Code:
 
while (life){
  frcObsession = true;
  obs.ProgramAndObsess();
}
if (!life) life = true;
Reply With Quote