|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools |
Rating:
|
Display Modes |
|
#1
|
|||
|
|||
|
Error: within this context
I'm trying to add the code for the Axis camera and I keep seeing this error when I build the project "error: within this context".
#include "WPILib.h" #include "Gamepad.h" #include "Vision/AxisCamera.h" class RobotDemo : public SimpleRobot { RobotDrive myRobot; // robot drive system Gamepad controller; AxisCamera camera; public: RobotDemo(void): myRobot(10, 9, 2, 1), // these must be initialized in the same order controller(1) { <------ERROR HERE All I did was add the AxisCamera header file and the identifier (AxisCamera camera). What am I missing? Thanks. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What's this number 80 in error math? | K.Porter | Programming | 3 | 01-25-2007 06:28 PM |
| Glitches Eliminated using Interrupt Context Saving, BUT ... | mluckham | Programming | 22 | 01-09-2007 05:19 PM |
| Trying to follow C18 interrupt context code... | dcbrown | Programming | 5 | 12-21-2006 09:01 AM |
| What is this error message? | chantilly_team | Programming | 3 | 01-22-2005 10:09 AM |
| Explain this link error? | Larry Barello | Programming | 1 | 01-16-2004 11:06 AM |