added code from fusion2016
This commit is contained in:
12
code/particles/MyControl.h
Executable file
12
code/particles/MyControl.h
Executable file
@@ -0,0 +1,12 @@
|
||||
#ifndef MYCONTROL_H
|
||||
#define MYCONTROL_H
|
||||
|
||||
struct MyControl {
|
||||
|
||||
float walked_m = 0;
|
||||
|
||||
float headingChange_rad = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif // MYCONTROL_H
|
||||
Reference in New Issue
Block a user