started working on eval-graphics ned helper methods tested some new aspects some fixes and changes added some graphics new test-floorplan many cleanups
13 lines
140 B
C
Executable File
13 lines
140 B
C
Executable File
#ifndef MYCONTROL_H
|
|
#define MYCONTROL_H
|
|
|
|
struct MyControl {
|
|
|
|
float walked_m = 0;
|
|
|
|
float headingChange_rad = 0;
|
|
|
|
};
|
|
|
|
#endif // MYCONTROL_H
|