|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Introducing FRC Blocks - A starter program for FRC coding novices
FRC Blocks is a web interface that allows you to code FRC robots using an intuitive drag-and-drop interface. It compiles to Python in real time, allowing you to see the code that you "write". FRC Blocks is intended to be a bridge between drag-and-drop languages (scratch, labview) and more traditional programming languages.
FRC Blocks is great for:
I started this project as a way to get more members of my team involved in programming the robot, even if they have no prior experience or build season is only 3 weeks away. Try it out (no persistence or runner) View on GitHub It's simple to install and use.
Pneumatics, motors, some sensors, and joysticks are implemented. The live version does not spit out runnable code, as it needs a bootstrap IterativeRobot class, which is provided in the _runner.py file. Disclaimer: I have not tried this on a robot yet. However, it works on the pyfrc simulator. I'll update this soon with info on robot testing. Last edited by nickbrickmaster : 23-12-2015 at 23:56. Reason: Update to current version |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|