|
Re: Scenarios for Learning Java
Quote:
Originally Posted by dmaciel10123
Hi guys. I'm posting this thread to ask for some robot scenarios to program. I'm doing this because I'm experienced with Java but have not worked with it in FRC. My team primarily uses LabVIEW, but I would like to learn to work with Java and C++ as well. I may also use some of the scenarios you provide to help teach other programmers from my team who also wish to learn to work with these languages. I'll probably work with the 2013 version of the FRC libraries so I can use jRIO to test.
Edit: when I say scenarios I mean list different actuators, sensors, and functions that the robot would use.
|
Ideas for what your code could control: - Drive Code (as notmattlythgoe suggested)
- Shifting Code
- Some sort of collector
- A pneumatic actuator (perhaps an Arm)
- Autonomous modes - drive forward, 1 ball, 2 ball, 3 ball
- Kid Mode for Drive Code (for robot demos - pretty much a quick way to set the robot to drive slower so that kids can drive it)
- Kinect control for Autonomous
- Compressor status & pressure sensor readouts
- A shooting mechanism, probably based on whatever your team used this year.
If you can do all of that, you can program most of what a robot might require.
__________________
Software manager alumnus. Developer of the CCRE, a powerful robot code framework based on dataflow and composibility.
Refer to as she/her/hers. Years of FRC: 2012, 2013, 2014, 2015, 2016. FLL for a few years beforehand.
Team 1540: The Flaming Chickens | Portland, Oregon | Twitter | Facebook
|