Skip to main content

Home/ Kettle Falls Robotics 2014/ Group items tagged programming

Rss Feed Group items tagged

Sam Ringer

2013 FRC Control System | Command based programming - 0 views

  •  
    Page that speaks about a programming method. The best feature of this method is that the design supports having the robot doing multiple things at once. Should be a big help in our performance at the challenges. What is Command based programming? WPILib supports a method of writing programs called "Command based programming". Command based programming is a design pattern to help you organize your robot programs. Some of the characteristics of robot programs that might be different from other desktop programs are: Activities happen over time, for example a sequence of steps to shoot a Frisbee or raise an elevator and place a tube on a goal. These activities occur concurrently, that is it might be desirable for an elevator, wrist and gripper to all be moving into a pickup position at the same time to increase robot performance. It is desirable to test the robot mechanisms and activities each individually to help debug your robot. Often the program needs to be augmented with additional autonomous programs at the last minute, perhaps at competitions, so easily extendable code is important. Command based programming supports all these goals easily to make the robot program much simpler than using some less structured technique.
Sam Ringer

2013 FRC Control System | RobotBuilder - 1 views

  •  
    Main entry page to the 2013 Robot Builder Java code generator. We get this tool as part of the Java programming interface to the robot controller. It is graphical code generator written in Java. It will automatically create all the basic java classes and methods that you can edit to create the robot program. It also has built in code for doing the download to the robot. So when you run the code in the Netbean's IDE it will compile and upload the result to the robot. Very cool.
Sam Ringer

Why LabVIEW - National Instruments - 0 views

  •  
    Series of videos showing how to program the robot using the labview programming language.
Sam Ringer

2013 FRC Control System | WPILib programming - 1 views

  •  
    Low level programming interface to robot hardware. This page references the classes that we are going to need to control all the sensors, actuators, driver station, and event interface. It will show you how to access all the hardware items on the robot.
Sam Ringer

Getting started with Java Development - 2 views

Our team will be programming our Robot using the Java Programming language. This topic describs how to get your development environment set-up and points you to some resources that will be helpful ...

Java Robot-Builder Videos programming Getting-Started

started by Sam Ringer on 25 Dec 13 no follow-up yet
Sam Ringer

Getting Started with NI LabVIEW Student Training - National Instruments - 0 views

  •  
    Good materials for training on the use of the labview program language.
Sam Ringer

Java SE Technical Documentation - 2 views

  •  
    This is the main jump-off point for the JAVA programming language. It has links to the API, Developers guide, Tutorials, and much more.
Sam Ringer

How to use a quadrature encoder | Let's Make Robots! - 0 views

  •  
    How to program a encoder
Sam Ringer

2014 FRC Control System - 0 views

  •  
    This is the entry point for the 2014 FRC Control System. It has the set-up info for the control system and the different programming languages. It also has a primer on using the vision system..
Sam Ringer

Talon-SRX-Software-Reference-Manual-20150226.pdf - 0 views

  •  
    Programming guide for the latest CAN able motor controllers. This is the PDF Software Reference Manual for the TALON SRX provided by VexPro. Manual dated 02/26/2015.
Sam Ringer

Maya Tutorials for Beginners - Learn Maya Online | Udemy - 0 views

  •  
    Detailed Training Program for Maya and Other 3D applications
Sam Ringer

Community: [2014] FRC LabVIEW Quick Start Guide - 0 views

  •  
    Quick Start Guide for Labview. It may be helpful for seeing how they plan to make things work using the labview development system.
Sam Ringer

Community: FRC 2014 Installation Guide: NI FRC Update Suite - 0 views

  •  
    One of the update for 2014
Sam Ringer

Beta testing WPILib for 2014 - 0 views

  •  
    Here is the 2014 Beta WPLib. Gives us the ability to poke around the 2014 libraries. It really isn't intended for us rookie teams but as we get smarter we may want to review.
Sam Ringer

Welcome to the FIRST Scholarship Program | USFIRST.org - 1 views

  •  
    There are a lot of scholarships available for First team members. Take a look.
Sam Ringer

Community: Getting Started with the 2013 FRC Control System (FIRST's document)[1] - 2 views

  •  
    Link to the 2013 controller PDF. This has everything about the control system. 179 pages of good stuff. Hardware, Software, Wiring, Cameras, LabView and more.
Sam Ringer

The Java™ Tutorials - 0 views

  •  
    JAVA Learning Tools. This is Oracles tutorial site and this page is loaded with lots of links to the other learning resources.
Sam Ringer

The Java® Language Specification - jls7.pdf - 1 views

  •  
    This is 670 pages for the JAVA Language specification. It is a must have if you are learning the JAVA language. It has all the syntax, grammar, statements, classes, interfaces, data types, etc. etc.
Sam Ringer

Overview List (2013 FRC Java API) - 1 views

  •  
    2013 FRC JAVA API. This page has all the java API packages, classes, methods, and more. We will probably get a new API for the 2014 challenge.
Sam Ringer

Overview List (Java Platform SE 7 ) API - 0 views

  •  
    This page has the JAVA Platform Standard Edition 7 API Specification. This is where you want to go to see all the packages, classes, and methods for JAVA SE 7
1 - 20 of 37 Next ›
Showing 20 items per page