|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
New Student Training
Greeting Delphi Community,
I'm on Team 1126, where I am the Software team lead. As part of a new project, we're holding small sessions over the Summer to experiment with new code methods. In addition, we're inviting potential new students to attend these sessions to familiarize themselves with our level of programming. And here's the problem: Our method of training leaves much to be desired. Right now, all we do it basically walk the new students through the code, and explain what each section does. Fine, in theory, but we're looking for a more... interactive approach. So, I'm asking if anyone has any suggestions on ways to train new students. Each of the new students knows the basics of JAVA syntax, so we're not looking for a way for them to learn JAVA, but for a way for them to get used to the level of coding we use for the robot. (Also, if there is another sections of the Forums for this topic that I missed, could you please be so kind as to direct me to it? Thank you.) Thanks in advance for any suggestions! -Leeland |
|
#2
|
||||
|
||||
|
Re: New Student Training
Quote:
Quote:
I think you'll better-targeted answers if you clarify a bit. ~ |
|
#3
|
||||
|
||||
|
Re: New Student Training
Whenever possible I've found letting students learn trying is the best option.
What I've tried in the past is to assign each student a logical subsection of code (arm control, drive control, driver feedback, etc.), remove that piece from the existing code, and let them try to recreate a functional version of it. Here are a few rules I've used for this method:
An alternative to this is to give them the final code, and ask them to add some functionallity. However I find that the additional functionallity usually wasn't implemented for a good reason, often difficulty. You can also do this is pairs/groups, but that usually leads to only one person learning/doing anything unless they have coded together before. Last edited by EHaskins : 08-14-2010 at 07:58 PM. |
|
#4
|
|||||
|
|||||
|
Re: New Student Training
Quote:
When I say new code methods, I mean different ways to write out code to make it more effective. Currently, we are experiments with PID loops, but we're gonna hold off on letting the new kids experiment with new stuff until A) They're more familiar with the rest of the code and B) We (the returning students & mentors) are more familiar with it, so we can help them understand it better. Also, by level of coding, I mean the general difficulty of writing the code. The schools our team is made up of offers a Java course, which both of the new students have taken, but the class teaches nothing like coding to operate motors or sensors or anything like that. So, what we're trying to do is introduce them to this new level of coding so they have an idea of how to write the robot code WITH the motor control and sensors. I hope that clarifies things. |
|
#5
|
||||
|
||||
|
Re: New Student Training
Quote:
There are lots of online resources available. If the students are motivated self-learners, they may be able to pick up enough by going through some online tutorials or overviews... but it might be faster and less frustrating if there's a mentor who could teach it in a more easily digestable form, with more practical advice and less theory. http://tinyurl.com/Control-Theory-PPT http://tinyurl.com/BasicControlTheory ~ Last edited by Ether : 08-14-2010 at 10:12 PM. |
|
#6
|
||||
|
||||
|
Re: New Student Training
well im not sure if this will help but, the incoming students have a basic understanding of Java and coding in general. they have some experience with the use of methods, but almost none with creating methods and reading documentation. and none of them have any experience with programing without a clear and defined goal. this is just adding on to my teammates analysis.
|
|
#7
|
|||
|
|||
|
Re: New Student Training
I suggest that you assign the programmers a challenge involving a simple action done by the robot. One example is to make an omni bot drive around in a circle autonomously, but there is a catch: do it while it faces the same side where the side with 2 wheels is the front. It was what my mentor challenged me to do at the beginning, I did not accomplish it. I got very close, but the robot slips, so I can not get a good circle. Since I have been programming for the computer for years, I had a rough start. Since it actually takes time for the actuators to actually do their thing, for loops weren't a good idea when controlling actuators since it when through the loop every cycle. That being said, I went basic to the basic on last year's robot. I have not even made a class, it was just straight up C style coding, which I personally do not like. Object oriented is the way to go for my autonomous project. Well I digress, give the programmers little blocks of time to actually run the code on the robot, while the others code their own solutions. Award the first one to finish correctly and find if any one did it more efficiently.
|
|
#8
|
|||||
|
|||||
|
Re: New Student Training
One thought could be showing the new students the code from last year; what each program looked like and how said level of programming works.
Afterwards, give them a task relating to that level of programming (have them write a program for a standard tank-drive chassis, etc.), check up on each of the students and correct them on what they are doing and how they can make their program better. Before the meeting is over, gather all of the students and review the code for the program. Its so the students get hands-on work of intermediate/advanced programming, and they will learn the thought process in the end. Hope this helps! ![]() |
|
#9
|
|||
|
|||
|
Re: New Student Training
Well my philosophy is that you can't teach someone how to program, just give them a push in the right direction. They have to learn for them selves.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New TipJar Training Video - Autonomous Mode and LabVIEW Training Giveaway | LVMastery | NI LabVIEW | 3 | 01-28-2009 07:06 AM |
| New TipJar Training Video - Making Friends with the FRC Advanced Robot Framework | LVMastery | Programming | 0 | 01-05-2009 02:54 PM |
| LabVIEW Training and new control system demonstration 10/17-10/19 in Frazier Park, CA | Joe Ross | NI LabVIEW | 0 | 09-25-2008 01:25 PM |
| Senior Programmer: advice on training new recruits | Jeff_Rice | Programming | 9 | 01-04-2005 04:59 PM |