#include <memory>
#include <string>
#include <vector>
#include "drake/multibody/plant/multibody_plant.h"
#include "drake/systems/framework/context.h"
#include "drake/systems/framework/leaf_system.h"
Classes | |
class | RobotPlanInterpolator |
This class implements a source of joint positions for a robot. More... | |
Namespaces | |
drake | |
drake::manipulation | |
drake::manipulation::util | |
Enumerations | |
enum | InterpolatorType { ZeroOrderHold, FirstOrderHold, Pchip, Cubic } |
This enum specifies the type of interpolator to use in constructing the piece-wise polynomial. More... | |