RunStabilizer.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020, CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #pragma once
6 
8 #include <lipm_walking/State.h>
9 
10 namespace lipm_walking
11 {
12 
16 namespace states
17 {
18 
23 {
24  void start() override;
25  void teardown() override;
26  void runState() override;
28  bool checkTransitions() override;
29 };
30 
31 } // namespace states
32 
33 } // namespace lipm_walking
bool checkTransitions() override
Always true.