|
Drake
|
A simple Drake state for unit testing. More...
#include <drake/core/test/pendulum.h>

Public Member Functions | |
| PendulumState (void) | |
| template<typename Derived > | |
| PendulumState (const Eigen::MatrixBase< Derived > &x) | |
| template<typename Derived > | |
| PendulumState & | operator= (const Eigen::MatrixBase< Derived > &x) |
Public Attributes | |
| ScalarType | theta |
| ScalarType | thetadot |
Static Public Attributes | |
| static const int | RowsAtCompileTime = 2 |
Friends | |
| Eigen::Matrix< ScalarType, 2, 1 > | toEigen (const PendulumState< ScalarType > &vec) |
A simple Drake state for unit testing.
|
inline |
|
inline |
|
inline |
|
friend |
|
static |
| ScalarType theta |
| ScalarType thetadot |