Drake
Drake C++ Documentation
discrete_derivative.h File Reference
#include <memory>
#include <vector>
#include "drake/systems/framework/diagram.h"
#include "drake/systems/framework/leaf_system.h"
Include dependency graph for discrete_derivative.h:
This graph shows which files directly or indirectly include this file:

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