InvertedPendulumPDControl.h 229 B

1234567
  1. #ifndef INVERTED_PENDULUM_PD_CONTROL_H
  2. #define INVERTED_PENDULUM_PD_CONTROL_H
  3. class CommonExampleInterface* InvertedPendulumPDControlCreateFunc(struct CommonExampleOptions& options);
  4. #endif //INVERTED_PENDULUM_PD_CONTROL_H