#include <memory>
#include <vector>
#include "drake/systems/framework/diagram.h"
#include "drake/systems/framework/leaf_system.h"
Classes | |
class | DiscreteDerivative< T > |
System that outputs the discrete-time derivative of its input: y(t) = (u[n] - u[n-1])/h, where n = floor(t/h), where h is the time period. More... | |
class | StateInterpolatorWithDiscreteDerivative< T > |
Supports the common pattern of combining a (feed-through) position with a velocity estimated with the DiscreteDerivative into a single output vector with positions and velocities stacked. More... | |
Namespaces | |
drake | |
drake::systems | |