Quote:
Originally Posted by DonRotolo
Well, the biggest problem is you need a ROBOT programmer, not a head programmer
Learning C++ is not trivial, and 6 weeks is cutting it close. But if HE knows some, and you learn some, you have a good shot. Labview is easier to master, but it still takes time. If both of you are starting from zero, maybe too much time.
There are a lot of C++ resources for FRC out there, check the links on the usfirst.org site and search CheifDelphi.
|
haha
We're just in a pretty tricky situation....
The good part is that we have a mentor who knows Labview and a few outside contacts as well...
We'll probably just stick with Labview unless we get really frustrated....the biggest problem is getting out camera to work right now
Quote:
Originally Posted by TheNewCode
Haha, your going between mine and your posts, that made me laugh. i was wondering what is LabView. sorry for asking such a simple question, i am also new to programming.
|
LabVIEW is one of the other programming languages (other than C++ or Java) that is most often used in FRC
haha its fine
Quote:
Originally Posted by vhcook
Most of the same basic constructs you'd find in a text-based language are present in Labview, they're just more visual. I recommend learning one language at a time so you don't get confused by different terminology. Once you get the basics of programming down in one language, they transfer pretty well. For example, a Select block in Labview is the functional equivalent of an if/then/else statement in C. The only weird thing about Labview is using dataflow through the wires rather than passing variables around explicitly.
The frcmastery videos start pretty basic and work up. NI.com also has a lot of good resources for Labview.
|
Yeah the wire stuff is pretty confusing...
We just need some practice and "play" time
