Log in

View Full Version : how and what is a farmwork code?


Gadeer Zbedat
08-02-2013, 12:37
to do a basic vision processing for target distance in the camera i have to chcek out the farmwork code
what's is a farmwrok?

Mark McLeod
08-02-2013, 12:47
Could that be "framework"?

In LabVIEW Getting Started window -> Support -> Find FRC Examples...
Look in the Sensors folder for
Rectangular Target - 2013.lvproj

Alan Anderson
08-02-2013, 14:05
The word is framework.

It's the mostly empty robot program that gets made for you when you create a new project. It includes everything necessary for the robot to communicate with and be controlled by the Driver Station, but it doesn't have a lot of actual software to make things move. It's called a framework because it provides the structure for you to add your own programming.