add Inverted Pendulum example with PD control
This commit is contained in:
7
examples/MultiBody/InvertedPendulumPDControl.h
Normal file
7
examples/MultiBody/InvertedPendulumPDControl.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef INVERTED_PENDULUM_PD_CONTROL_H
|
||||
#define INVERTED_PENDULUM_PD_CONTROL_H
|
||||
|
||||
class CommonExampleInterface* InvertedPendulumPDControlCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
#endif //INVERTED_PENDULUM_PD_CONTROL_H
|
||||
|
||||
Reference in New Issue
Block a user