Building mjmech software on the rpi 3b+ with bazel
The first piece I tackled when switching to the Raspberry Pi 3B+ for Super Mega Microbot was building our existing control software. The software we used for the 2016 Robogames is largely C++ and was built with SCons, https://github.com/mjbots/mjmech/. For all our previous platforms for both Savage Solder and SMMB, we had just built the software on the device itself, which while a little slow, was certainly convenient and required very little sophistication from the build system. Raspian is debian based, so this shouldn’t be hard, right?