|
ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
This is the complete list of members for ocra::Trajectory, including all inherited members.
| currentWaypointIndex | ocra::Trajectory | protected |
| displacementToEigenVector(Eigen::Displacementd &disp) | ocra::Trajectory | |
| eigenMatrixToStdVector(const Eigen::MatrixXd &dispMat, std::vector< double > &doubleVec) | ocra::Trajectory | |
| eigenVectorToDisplacement(const Eigen::VectorXd &dispVec, Eigen::Displacementd &disp) | ocra::Trajectory | |
| eigenVectorToQuaternion(const Eigen::VectorXd &quatVec, Eigen::Rotation3d &quat) | ocra::Trajectory | |
| eigenVectorToStdVector(const Eigen::VectorXd &dispVec, std::vector< double > &doubleVec) | ocra::Trajectory | |
| eigenVectorToTwist(const Eigen::VectorXd &twistVec, Eigen::Twistd &twist) | ocra::Trajectory | |
| endsWithQuaternion | ocra::Trajectory | protected |
| getDesiredValues(double time) | ocra::Trajectory | inlinevirtual |
| getDesiredValues(double time, Eigen::MatrixXd &desiredValues, Eigen::VectorXd &variance) | ocra::Trajectory | inlinevirtual |
| getDesiredValues(double time, std::vector< double > &doubleVec) | ocra::Trajectory | |
| getDesiredValues(double time, Eigen::Displacementd &disp) | ocra::Trajectory | |
| getDesiredValues(double time, Eigen::Rotation3d &orient) | ocra::Trajectory | |
| getDesiredValues(double time, Eigen::Displacementd &pos, Eigen::Twistd &vel, Eigen::Twistd &acc) | ocra::Trajectory | |
| getDuration() | ocra::Trajectory | inlinevirtual |
| getFullTrajectory(double dt=0.01) | ocra::Trajectory | |
| getMaxAcceleration() | ocra::Trajectory | |
| getMaxAccelerationVector() | ocra::Trajectory | |
| getMaxVelocity() | ocra::Trajectory | |
| getMaxVelocityVector() | ocra::Trajectory | |
| initializeTrajectory() | ocra::Trajectory | inlineprotectedvirtual |
| isFinished() | ocra::Trajectory | inline |
| maximumAcceleration | ocra::Trajectory | protected |
| maximumAccelerationVector | ocra::Trajectory | protected |
| maximumVelocity | ocra::Trajectory | protected |
| maximumVelocityVector | ocra::Trajectory | protected |
| nDoF | ocra::Trajectory | protected |
| nonRotationDof | ocra::Trajectory | protected |
| nWaypoints | ocra::Trajectory | protected |
| pointToPointDuration | ocra::Trajectory | protected |
| pointToPointDurationVector | ocra::Trajectory | protected |
| quaternionSlerp(double tau, Eigen::Rotation3d &qStart, Eigen::Rotation3d &qEnd) | ocra::Trajectory | |
| quaternionToEigenVector(Eigen::Rotation3d &quat) | ocra::Trajectory | |
| recalculateTrajectory() | ocra::Trajectory | inlinevirtual |
| setDuration() | ocra::Trajectory | |
| setDuration(const Eigen::VectorXd &_pointToPointDurationVector) | ocra::Trajectory | |
| setDuration(double time) | ocra::Trajectory | |
| setMaxAcceleration(double newMaxAcc) | ocra::Trajectory | |
| setMaxAcceleration(const Eigen::VectorXd &newMaxAcc) | ocra::Trajectory | |
| setMaxVelocity(double newMaxVel) | ocra::Trajectory | |
| setMaxVelocity(const Eigen::VectorXd &newMaxVel) | ocra::Trajectory | |
| setWaypoints(const std::vector< double > &startingDoubleVec, const std::vector< double > &endingDoubleVec, const int waypointSelector=0, bool endsWithQuaternion=false) | ocra::Trajectory | |
| setWaypoints(const Eigen::VectorXd &startingVector, const Eigen::VectorXd &endingVector, bool endsWithQuaternion=false) | ocra::Trajectory | |
| setWaypoints(Eigen::Displacementd &startingDisplacement, Eigen::Displacementd &endingDisplacement, bool endsWithQuaternion=true) | ocra::Trajectory | |
| setWaypoints(Eigen::Rotation3d &startingOrientation, Eigen::Rotation3d &endingOrientation, bool endsWithQuaternion=true) | ocra::Trajectory | |
| setWaypoints(const std::list< Eigen::VectorXd > &_waypoints, bool _endsWithQuaternion=false) | ocra::Trajectory | |
| setWaypoints(Eigen::MatrixXd &waypoints, bool endsWithQuaternion=false) | ocra::Trajectory | |
| startTrigger | ocra::Trajectory | protected |
| totalTrajectoryDuration | ocra::Trajectory | protected |
| Trajectory() | ocra::Trajectory | |
| trajectoryFinished | ocra::Trajectory | protected |
| usingDurationVector | ocra::Trajectory | protected |
| waypointList | ocra::Trajectory | protected |
| waypoints | ocra::Trajectory | protected |
| ~Trajectory() | ocra::Trajectory | virtual |
1.8.11