#include <memory>#include "drake/examples/acrobot/acrobot_input.h"#include "drake/examples/acrobot/acrobot_params.h"#include "drake/examples/acrobot/acrobot_plant.h"#include "drake/examples/acrobot/acrobot_state.h"#include "drake/examples/acrobot/spong_controller_params.h"#include "drake/math/wrap_to.h"#include "drake/systems/controllers/linear_quadratic_regulator.h"#include "drake/systems/framework/leaf_system.h"#include "drake/systems/primitives/linear_system.h"Classes | |
| class | AcrobotSpongController< T > |
| The Spong acrobot swing-up controller as described in: Spong, Mark W. More... | |
Namespaces | |
| namespace | drake |
| namespace | drake::examples |
| namespace | drake::examples::acrobot |