Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
acrobot_plant.h File Reference
Include dependency graph for acrobot_plant.h:
This graph shows which files directly or indirectly include this file:

Classes

class  AcrobotPlant< T >
 The Acrobot - a canonical underactuated system as described in Chapter 3 of Underactuated Robotics. More...
class  AcrobotWEncoder< T >
 Constructs the Acrobot with (only) encoder outputs. More...

Namespaces

namespace  drake
namespace  drake::examples
namespace  drake::examples::acrobot

Functions

std::unique_ptr< systems::AffineSystem< double > > BalancingLQRController (const AcrobotPlant< double > &acrobot)
 Constructs the LQR controller for stabilizing the upright fixed point using default LQR cost matrices which have been tested for this system.