31 #ifndef HPP_PINOCCHIO_EXTRA_CONFIG_SPACE_HH
32 #define HPP_PINOCCHIO_EXTRA_CONFIG_SPACE_HH
48 lowerBounds_.resize(0);
49 upperBounds_.resize(0);
54 return lowerBounds_[index];
57 return upperBounds_[index];
72 lowerBounds_.setConstant(-std::numeric_limits<value_type>::infinity());
73 upperBounds_.setConstant(+std::numeric_limits<value_type>::infinity());
Robot with geometric and dynamic pinocchio.
Definition: device.hh:60
Eigen::Matrix< value_type, Eigen::Dynamic, 1 > vector_t
Definition: fwd.hh:88
matrix_t::Index size_type
Definition: fwd.hh:97
double value_type
Definition: fwd.hh:51
Utility functions.
Definition: body.hh:39
Definition: collision-object.hh:40