WalkingState.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace lipm_walking
4 {
5 
6 enum class WalkingState
7 {
8  Standby = 0,
9  Standing,
12 };
13 
14 }