Quote:
Originally Posted by ERA4640
Thanks for the warm welcome guys
@3132MentorMike and StAxis
There's a few issues our team is facing right now like what basic programming system that are used. None of us really have any experience.tips and advice from veterans would be awesome!
|
If you have no programming experience, I recommend giving LabVIEW a try. It's really easy to pick up, and the graphical interface is less daunting and more intuitive than a wall of text-based code. It comes with plenty of FRC-specific examples to help you figure out how to integrate any components you'd like to use.
If someone on your team does have programming experience, you can also use Java and C++ for a more traditional programming environment.