Go to the documentation of this file.
25 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
33 std::vector<CompoundJointConstraintDescription, Eigen::aligned_allocator<CompoundJointConstraintDescription>>;
49 config.
add(
"j1", desc.
j1);
50 config.
add(
"j2", desc.
j1);
51 config.
add(
"p1", desc.
p1);
52 config.
add(
"p2", desc.
p2);
Simplify access to values hold within a JSON file.
Definition: Configuration.h:165
Eigen::Vector2d p1
Definition: CompoundJointConstraintDescription.h:28
std::string j2
Definition: CompoundJointConstraintDescription.h:27
Definition: CompoundJointConstraintDescription.h:23
std::vector< CompoundJointConstraintDescription, Eigen::aligned_allocator< CompoundJointConstraintDescription > > CompoundJointConstraintDescriptionVector
Definition: CompoundJointConstraintDescription.h:33
void add(const std::string &key, bool value)
Add a bool element to the Configuration.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW std::string j1
Definition: CompoundJointConstraintDescription.h:26
static mc_rbdyn::CompoundJointConstraintDescription load(const mc_rtc::Configuration &config)
Definition: CompoundJointConstraintDescription.h:42
Eigen::Vector2d p2
Definition: CompoundJointConstraintDescription.h:29
mc_rbdyn::CompoundJointConstraintDescription CompoundJointConstraintDescription
Definition: CompoundJointConstraint.h:19
Definition: generic_gripper.h:14
Definition: Configuration.h:55
static mc_rtc::Configuration save(const mc_rbdyn::CompoundJointConstraintDescription &desc)
Definition: CompoundJointConstraintDescription.h:46