We have a working code for a mecanum drive in wind river but when we try to build the project we get a error 127 and something that says the g++ command is not found. Any help? please, thanks
Could you post the code? g++ is a different compiler, so that’s kind of odd. At first glance I would make sure that you have your include(s) at the very top.
#include "WPILib.h"