Skip to main content

Home/ Kettle Falls Robotics 2014/ Group items tagged WPLib

Rss Feed Group items tagged

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

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 | 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

Test Topic - 2 views

One more for good measure

programming WPLib

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..
1 - 6 of 6
Showing 20 items per page