Skip to content

PioneerMS-FTC-Robotics/for-new-programmers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftc programming samples

These are some basic (and advanced) programming samples for you to practice with.

You can download to android studio or copy and paste the file contents into a new code with sololearn (https://www.sololearn.com/) and from there you can edit the code and try to make it look like the example.

Included within this repository will be a teleoperated (TeleOp) and autonomous (Auton) example code. And maybe some VuForia as well.

Teleop is when there is a person driving the robot using a game-pad (Xbox-360 or Logitech). Auton is when the robot moves based off of pre-programmed directions and sensor inputs.

VuForia is a kind of software where it allows a program with camera acsess to scan images with VuMarks on them and can tell the program what to do based off of what you say to do when the image is detected.

Also, if you want to compile and run code on your Chrombook (without Android Studio) you can use Online Java IDE (https://www.compilejava.net) to run your programs.

first things first

  1. watch the fallowing video... (https://www.youtube.com/watch?v=OT_PGYIFBGE&t=9s)

  2. recreate the java file shown in the video. Type it in sololearn

  3. upload the code to this repository.

About

this is a training repository for the new programmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages