|
No Robot Code
Our team has started programming and we have come across a problem. We are using WindRiver C++ and when we deploy our code, the driver station does not recognise the code we deploy or it's not even being found. Was there any specific name the program has to have to be recognised, because to remember having this problem last year, and it having something to do with this.
Thanks in advance!
__________________
Code:
In .h
RobotDrive *ted;
RobotDrive *tedDrive;
In .cpp
DriveTrain::DriveTrain (RobotDrive *ted){
tedDrive = &*ted;
}
Yo dawg, I heard you like pointers, so I put a pointer in yo pointer, so you can de-reference your pointer while you point to yo pointer.
|