Quote:
Originally Posted by Landonh12
Is there a resource showing how you guys manage your code and how you deploy it to the robot? Also what editor do you use? I've been trying to learn how to code our robot in Java/C++ and don't like using Windows/Eclipse. IIRC I saw a page on your website saying you use Debian and SVN.
|
There's a README in the top level folder of the code we'll release shortly that explains all that. We haven't met since CMP, so we haven't finished reviewing the last couple changes made at CMP yet to get them merged, so we can't release said code...
We use
Bazel to build code, Debian Linux as our development platform, Git, and Gerrit. Bazel lets us cross compile easily and provides a hermetic environment so we are very certain that everyone on the team is building the same bits. Officially, we don't take a position in the editor wars, but most of the students use what the mentors use, which is VIM and bash.