Difference between revisions of "User:Foster"

From DEW Robotics
Jump to: navigation, search
Line 1: Line 1:
 
I am the Chief Roboteer for the [[VEX Robot Challenge]] teams at Downingtown.   
 
I am the Chief Roboteer for the [[VEX Robot Challenge]] teams at Downingtown.   
  
I am also a Senior Mentor for the FRC team.  My role on the team is Program Management. I also work on the Electrical, Programming and Mechanical sub-teams.
+
I am also a Senior Mentor for the FRC team.  My role on the team is Program Management.  
 +
 
 +
I also work on the following sub-teams
 +
;Electrical: (fuses?)
 +
;Programming:
 +
<source lang="c">
 +
main()
 +
{
 +
  int version = 1;
 +
  prinf("Hello from DEWBot Robot! Version=%i \n", version);
 +
}
 +
</source>
 +
;Mechanical: (righty tighty, lefty loosey)
  
 
I'm a member of the [[Steering Committee]].
 
I'm a member of the [[Steering Committee]].
Line 12: Line 24:
  
 
I'm also the webmaster for this site, contact me about problems.  
 
I'm also the webmaster for this site, contact me about problems.  
 +
  
 
----
 
----
 
[[Category:Mentors]]
 
[[Category:Mentors]]

Revision as of 23:53, 26 July 2009

I am the Chief Roboteer for the VEX Robot Challenge teams at Downingtown.

I am also a Senior Mentor for the FRC team. My role on the team is Program Management.

I also work on the following sub-teams

Electrical
(fuses?)
Programming
main()
{
  int version = 1;
  prinf("Hello from DEWBot Robot! Version=%i \n", version);
}
Mechanical
(righty tighty, lefty loosey)

I'm a member of the Steering Committee.

I've been working with Downingtown Robotics since 2007, I was a mentor on the inital FIRST Vex Challenge (FVC) team - 3150.

I started working on the big robot in 2007 as part of the electrical team for DEWBOT III.

I am also one of the leaders of STEMRobotics a non-profit organization with the goal of bringing competition robotics to middle and high school students in Southeastern Pennsylvania and Delaware.

I'm also the webmaster for this site, contact me about problems.