Drake
Drake C++ Documentation
luenberger_observer.h File Reference
#include <memory>
#include <utility>
#include <Eigen/Dense>
#include "drake/common/default_scalars.h"
#include "drake/common/drake_copyable.h"
#include "drake/systems/framework/leaf_system.h"
Include dependency graph for luenberger_observer.h:
This graph shows which files directly or indirectly include this file:

Classes

class  LuenbergerObserver< T >
 A simple state observer for a dynamical system of the form:

\[\dot{x} = f(x,u) \]

\[y = g(x,u) \]

the observer dynamics takes the form

\[\dot{\hat{x}} = f(\hat{x},u) + L(y - g(\hat{x},u)) \]

where \(\hat{x}\) is the estimated state of the original system. More...

 

Namespaces

 drake
 
 drake::systems
 
 drake::systems::estimators