|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
C++ driver station enable issue
So I can build my code with no errors and deploy to the Rio no problem. On the driver station are three lights are green(communications, robot code, and joystick). However, whenever I click enable on the driver station it tells me there is no robot code. It disables and two seconds later the driver station says it has code. If i click enable the same thing happens again. Someone else on our team has deployed to the Rio and it doesn't give them this issue. I know my computer shouldn't have an issue with it because yesterday LabView code was deployed to the Rio and it had no problem. I have also deployed code from the same laptop to other Rios no problem.
|
|
#2
|
||||
|
||||
|
Re: C++ driver station enable issue
Something in your code may be causing a crash. Is the code you're deploying any different from the code that other people have deployed that worked? If so, isolate the differences; this will help you find where the crash is. You can also use the debugger to step through until the crash occurs, which will show you the exact line that has the problem.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|