initial commit before ownership transfer
This commit is contained in:
14
code/lukas/StepObservation.h
Executable file
14
code/lukas/StepObservation.h
Executable file
@@ -0,0 +1,14 @@
|
||||
#ifndef STEPOBSERVATION_H
|
||||
#define STEPOBSERVATION_H
|
||||
|
||||
struct StepObservation {
|
||||
float ts;
|
||||
bool step;
|
||||
|
||||
StepObservation() {;}
|
||||
StepObservation(const float ts) : ts(ts), step(false){;}
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif // STEPOBSERVATION_H
|
||||
Reference in New Issue
Block a user