|
Re: Camera Declaration/Initialization
Yes. We resorted to a global variable so above our robot declaration we have:
AxisCamera &g_camera = AxisCamera::GetInstance();
class Robot281: public IterativeRobot {
etc.
};
__________________
Michael Andrews
Team #281 Programming Mentor
|