Describes the row indices of a BeamModelParams.
#include <drake/systems/sensors/beam_model_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, BeamModelParamsIndices::GetCoordinateNames()[i]
is the name for BasicVector::GetAtIndex(i)
.
◆ kLambdaShort
const int kLambdaShort = 0 |
|
static |
◆ kNumCoordinates
const int kNumCoordinates = 5 |
|
static |
The total number of rows (coordinates).
◆ kProbabilityMiss
const int kProbabilityMiss = 3 |
|
static |
◆ kProbabilityShort
const int kProbabilityShort = 2 |
|
static |
◆ kProbabilityUniform
const int kProbabilityUniform = 4 |
|
static |
◆ kSigmaHit
The documentation for this struct was generated from the following file: