View Single Post
  #5   Spotlight this post!  
Unread 31-03-2014, 00:40
jmullins16's Avatar
jmullins16 jmullins16 is offline
Registered User
AKA: Jeff Mullins
FRC #2135 (Presentation Invasion)
Team Role: Mentor
 
Join Date: Nov 2011
Rookie Year: 2011
Location: San Jose, CA
Posts: 23
jmullins16 is an unknown quantity at this point
Re: Command Based Programming

Our team has also used command based programming to get non-programmers up to speed and using object oriented concepts. Also using the Robotbuilder tool provided in the WPILiB directory has helped us create an initial set of files without getting mired in the C++ structure and semantics, and I recommend it. We can get them focused on controlling the robot actuators and sensors. But it can be a little constraining, and I do understand there are lots of teams who have passed this level of skill.

We're very willing to share our experience with C++ and RobotBuilder if needed.
Reply With Quote