Describes the row indices of a AcrobotParams.
#include <drake/examples/acrobot/acrobot_params.h>
|
static const std::vector< std::string > & | GetCoordinateNames () |
| Returns a vector containing the names of each coordinate within this class. More...
|
|
◆ GetCoordinateNames()
static const std::vector<std::string>& GetCoordinateNames |
( |
| ) |
|
|
static |
Returns a vector containing the names of each coordinate within this class.
The indices within the returned vector matches that of this class. In other words, AcrobotParamsIndices::GetCoordinateNames()[i]
is the name for BasicVector::GetAtIndex(i)
.
◆ kB1
◆ kB2
◆ kGravity
◆ kIc1
◆ kIc2
◆ kL1
◆ kL2
◆ kLc1
◆ kLc2
◆ kM1
◆ kM2
◆ kNumCoordinates
const int kNumCoordinates = 11 |
|
static |
The total number of rows (coordinates).
The documentation for this struct was generated from the following file: