|
|
This file is part of ArmarX. More...
Namespaces | |
| namespace | collision |
| namespace | helper |
Classes | |
| class | CollisionAvoidanceController |
| class | CollisionAvoidanceVelController |
| struct | ControlTarget |
| TODO remove, only used by keypoint controllers. More... | |
| class | KeypointsAdmittanceController |
| class | KeypointsImpedanceController |
| class | ObjectCollisionAvoidanceController |
| class | ObjectCollisionAvoidanceVelController |
| struct | RobotStatus |
| class | TaskspaceAdmittanceController |
| class | TaskspaceController |
| class | TaskspaceImpedanceController |
| class | TaskspaceMixedImpedanceVelocityController |
| class | TaskspaceVelocityController |
| class | TSAdmController |
| struct | TSCtrlRtStatus |
| class | TSImpController |
| class | TSMixImpVelController |
| class | TSVelController |
| struct | VirtualRobotStatus |
| TODO remove, not used anywhere. More... | |
| class | ZeroTorqueOrVelocityController |
Functions | |
| Eigen::MatrixXf | computeJointLimitWeightMatrix (const Eigen::Ref< const Eigen::VectorXf > &jointAngles, const Eigen::Ref< const Eigen::VectorXf > &jointLimitsLow, const Eigen::Ref< const Eigen::VectorXf > &jointLimitsHigh, Eigen::VectorXf &jointAngleLimitGradient) |
This file is part of ArmarX.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
| Eigen::MatrixXf computeJointLimitWeightMatrix | ( | const Eigen::Ref< const Eigen::VectorXf > & | jointAngles, |
| const Eigen::Ref< const Eigen::VectorXf > & | jointLimitsLow, | ||
| const Eigen::Ref< const Eigen::VectorXf > & | jointLimitsHigh, | ||
| Eigen::VectorXf & | jointAngleLimitGradient ) |
Definition at line 110 of file common.cpp.