|
Re: How To Implement Axis Camera In Iterative Robot
Do you have it just like that? or do you have the variable declared up top?
class yourRobotClass: public iterativebot
{
AxisCamera &camera;//declare here
public:
yourRobotClass()://constructor
camera(AxisCamera::GetInstance())//init here
{
}
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|