#include <limits>#include <memory>#include <string>#include <utility>#include "drake/common/default_scalars.h"#include "drake/common/drake_copyable.h"#include "drake/multibody/tree/joint.h"#include "drake/multibody/tree/multibody_forces.h"#include "drake/multibody/tree/prismatic_mobilizer.h"Classes | |
| class | PrismaticJoint< T > |
| This Joint allows two bodies to translate relative to one another along a common axis. More... | |
Namespaces | |
| namespace | drake |
| namespace | drake::multibody |
Variables | |
| template<typename T> | |
| const char | PrismaticJoint< T >::kTypeName [] = "prismatic" |