#include <drake/systems/plants/constraint/RigidBodyConstraint.h>
|
| | GazeTargetConstraint (RigidBodyTree *model, const Eigen::Vector3d &axis, const Eigen::Vector3d &target, const Eigen::Vector3d &gaze_origin, double conethreshold, const Eigen::Vector2d &tspan=DrakeRigidBodyConstraint::default_tspan) |
| |
| virtual | ~GazeTargetConstraint (void) |
| |
| virtual void | bounds (const double *t, Eigen::VectorXd &lb, Eigen::VectorXd &ub) const |
| |
| | GazeConstraint (RigidBodyTree *model, const Eigen::Vector3d &axis, double conethreshold=0.0, const Eigen::Vector2d &tspan=DrakeRigidBodyConstraint::default_tspan) |
| |
| virtual | ~GazeConstraint (void) |
| |
| | SingleTimeKinematicConstraint (RigidBodyTree *model, const Eigen::Vector2d &tspan=DrakeRigidBodyConstraint::default_tspan) |
| |
| virtual | ~SingleTimeKinematicConstraint () |
| |
| bool | isTimeValid (const double *t) const |
| |
| int | getNumConstraint (const double *t) const |
| |
| virtual void | eval (const double *t, KinematicsCache< double > &cache, Eigen::VectorXd &c, Eigen::MatrixXd &dc) const =0 |
| |
| virtual void | name (const double *t, std::vector< std::string > &name_str) const =0 |
| |
| virtual void | updateRobot (RigidBodyTree *robot) |
| |
Public Member Functions inherited from RigidBodyConstraint |
| | RigidBodyConstraint (int category, RigidBodyTree *robot, const Eigen::Vector2d &tspan=DrakeRigidBodyConstraint::default_tspan) |
| |
| int | getType () const |
| |
| int | getCategory () const |
| |
| RigidBodyTree * | getRobotPointer () const |
| |
| virtual | ~RigidBodyConstraint (void)=0 |
| |
| void bounds |
( |
const double * |
t, |
|
|
Eigen::VectorXd & |
lb, |
|
|
Eigen::VectorXd & |
ub |
|
) |
| const |
|
virtual |
| const Eigen::Vector3d& get_gaze_origin |
( |
| ) |
const |
|
inlineprotected |
| const Eigen::Vector3d& get_target |
( |
| ) |
const |
|
inlineprotected |
The documentation for this class was generated from the following files: