mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 14:16:14 +03:00
7 lines
226 B
C++
7 lines
226 B
C++
#ifndef INVERTED_PENDULUM_PD_CONTROL_H
|
|
#define INVERTED_PENDULUM_PD_CONTROL_H
|
|
|
|
class CommonExampleInterface* InvertedPendulumPDControlCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //INVERTED_PENDULUM_PD_CONTROL_H
|