|
Re: how and what is a farmwork code?
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.
|