Drake
|
#include <drake/systems/LCMSystem.h>
Public Types | |
template<typename ScalarType > | |
using | StateVector = NullVector< ScalarType > |
template<typename ScalarType > | |
using | InputVector = NullVector< ScalarType > |
template<typename ScalarType > | |
using | OutputVector = Vector< ScalarType > |
Public Member Functions | |
template<typename System > | |
LCMInputSystem (const System &wrapped_sys, std::shared_ptr< lcm::LCM > lcm) | |
StateVector< double > | dynamics (const double &t, const StateVector< double > &x, const InputVector< double > &u) const |
OutputVector< double > | output (const double &t, const StateVector< double > &x, const InputVector< double > &u) const |
Static Public Attributes | |
static const bool | has_lcm_input = false |
using InputVector = NullVector<ScalarType> |
using OutputVector = Vector<ScalarType> |
using StateVector = NullVector<ScalarType> |
|
inline |
|
inline |
|
inline |
|
static |