Quote:
Originally Posted by 2526
Our code is based on the command Base template and when you right click on the project in the left pane libraries is not an option. Is this because it is a freeform project? Does the camera code go in as another class in this project? I am trying to follow the user guide and we are stuck at this point any help appreciated. If others are doing it this way then somewhere along the line we missed something.
|
You can't create a SmartDashboard extension in the same project that you create robot code. (as far as I know)
You must create the project as a Java Class Library so that you can compile it as a .jar extension.