|
This file is part of ArmarX. More...
Typedefs | |
using | ConstraintList = std::vector< Constraint1 > |
using | ConstraintPtr = std::shared_ptr< Constraint1 > |
Functions | |
void | fromAron (const arondto::AdmittanceData &dto, AdmittanceData &bo) |
void | fromAron (const arondto::BiKACConfig &dto, BiKACConfig &bo) |
void | fromAron (const arondto::Constraint &dto, Constraint &bo) |
void | toAron (arondto::AdmittanceData &dto, const AdmittanceData &bo) |
void | toAron (arondto::BiKACConfig &dto, const BiKACConfig &bo) |
void | toAron (arondto::Constraint &dto, const Constraint &bo) |
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/.
using ConstraintList = std::vector<Constraint1> |
Definition at line 57 of file KVILImpedanceController.h.
using ConstraintPtr = std::shared_ptr<Constraint1> |
Definition at line 56 of file KVILImpedanceController.h.
void fromAron | ( | const arondto::AdmittanceData & | dto, |
AdmittanceData & | bo | ||
) |
Definition at line 74 of file aron_conversions.cpp.
void fromAron | ( | const arondto::BiKACConfig & | dto, |
BiKACConfig & | bo | ||
) |
void fromAron | ( | const arondto::Constraint & | dto, |
Constraint & | bo | ||
) |
Definition at line 11 of file aron_conversions.cpp.
void toAron | ( | arondto::AdmittanceData & | dto, |
const AdmittanceData & | bo | ||
) |
Definition at line 86 of file aron_conversions.cpp.
void toAron | ( | arondto::BiKACConfig & | dto, |
const BiKACConfig & | bo | ||
) |
void toAron | ( | arondto::Constraint & | dto, |
const Constraint & | bo | ||
) |
Definition at line 44 of file aron_conversions.cpp.
NJointControllerRegistration<KeypointMPController> registrationControllerKeypointMPController("KeypointMPController") |
NJointControllerRegistration<NJointBiKAC> registrationControllerNJointBiKAC("NJointBiKAC") |
NJointControllerRegistration<NJointKeypointsAdmittanceMPController> registrationControllerNJointKeypointsAdmittanceMPController("NJointKeypointsAdmittanceMPController") |
NJointControllerRegistration<NJointKeypointsImpedanceMPController> registrationControllerNJointKeypointsImpedanceMPController("NJointKeypointsImpedanceMPController") |
NJointControllerRegistration<NJointKVILImpedanceMPController> registrationControllerNJointKVILImpedanceMPController("NJointKVILImpedanceMPController") |
NJointControllerRegistration<NJointTSAdmittanceMPController> registrationControllerNJointTSAdmittanceMPController("NJointTSAdmittanceMPController") |
NJointControllerRegistration<NJointTSCollisionAvoidanceImpedanceMPController> registrationControllerNJointTSCollisionAvoidanceImpedanceMPController("NJointTSCollisionAvoidanceImpedanceMPController") |
NJointControllerRegistration<NJointTSCollisionAvoidanceMixedImpedanceVelocityMPController> registrationControllerNJointTSCollisionAvoidanceMixedImpedanceVelocityMPController("NJointTSCollisionAvoidanceMixedImpedanceVelocityMPController") |
NJointControllerRegistration<NJointTSImpedanceMPController> registrationControllerNJointTSImpedanceMPController("NJointTSImpedanceMPController") |
NJointControllerRegistration<NJointTSMixedImpedanceVelocityMPController> registrationControllerNJointTSMixedImpedanceVelocityMPController("NJointTSMixedImpedanceVelocityMPController") |
NJointControllerRegistration<NJointTSSafetyImpedanceMPController> registrationControllerNJointTSSafetyImpedanceMPController("NJointTSSafetyImpedanceMPController") |
NJointControllerRegistration<NJointTSVelocityMPController> registrationControllerNJointTSVelocityMPController("NJointTSVelocityMPController") |