![]() |
FRC Software Help
Hi I have never competed in the First Robotics competition but as a project in my Technical Writing class in college I involved in creating a manual for a local high school robotics team. I am responsible for the software portion and on the checklist there is a section that lists three parts I do not understand. Any help would be appreciated. Here are the three things:
- Describe the operation of the default program code - Load the default program onto the robot controller - Load the default code onto a previous year’s robot and modify it to drive in a predetermined route Please advise on how I would best put this information in a manual to help students better understand the task at hand. Thank you. |
Re: FRC Software Help
Henry,
This is a wonderfully challenging task you have been given. :) The first decision you will have to make is which programming language you will be using: C++ or LabVIEW. If you use LabVIEW, I've created a video blog which will take you through many of the required steps. Check out our blog at www.LVMastery.com/FRCTipJar All the best, Ben Zimmer |
Re: FRC Software Help
Quote:
Loading the code onto the robot is done by setting the cRio as the remote system then downloading onto the robot. To accomplish the last part, you will use autonomous mode. a simple example of setting a predetermined is Code:
void Autonomous(void) |
| All times are GMT -5. The time now is 01:11. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi