Drake
|
#include <memory>
#include "drake/core/Function.h"
#include "drake/core/Gradient.h"
#include "drake/core/Vector.h"
#include "drake/systems/System.h"
Go to the source code of this file.
Classes | |
class | CascadeSystem< System1, System2 > |
CascadeSystem<System1,System2> More... | |
Namespaces | |
Drake | |
NOTE: The contents of this class are for the most part direct ports of drake/systems/plants//inverseKinBackend.m from Matlab to C++; many methods and variables follow Matlab conventions and are documented in that file. | |
Functions | |
template<typename System1 , typename System2 > | |
std::shared_ptr< CascadeSystem< System1, System2 > > | cascade (const std::shared_ptr< System1 > &sys1, const std::shared_ptr< System2 > &sys2) |
cascade(sys1, sys2) More... | |