#ifndef MYCONTROL_H #define MYCONTROL_H struct MyControl { float walked_m = 0; float headingChange_rad = 0; }; #endif // MYCONTROL_H