armarx::control::common::control_law Namespace Reference

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)
 

Detailed Description

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/.

Author
Jianfeng Gao ( jianfeng dot gao at kit dot edu )
Date
2021

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/.

Author
Jianfeng Gao ( jianfeng dot gao at kit dot edu )
Date
2022

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/.

Author
Jianfeng Gao ( jianfeng dot gao at kit dot edu )
Date
2024

Function Documentation

◆ computeJointLimitWeightMatrix()

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.