|
| | Problem (const DevicePtr_t &robot) |
| |
| | Problem (hpp::core::ProblemPtr_t problemPtr) |
| |
| const DevicePtr_t & | robot () const |
| |
| void | setParameter (const std::string &name, const Parameter &value) |
| |
| void | setParameterFloat (const std::string &name, value_type value) |
| |
| void | setParameterInt (const std::string &name, size_type value) |
| |
| const Parameter & | getParameter (const std::string &name) const |
| |
| PyWSteeringMethodPtr_t | steeringMethod () const |
| |
| const ConfigValidationsPtr_t & | configValidation () const |
| |
| PathValidationPtr_t | pathValidation () const |
| |
| PathProjectorPtr_t | pathProjector () const |
| |
| DistancePtr_t | distance () const |
| |
| const ProblemTargetPtr_t & | target () const |
| |
| ConfigurationShooterPtr_t | configurationShooter () const |
| |
| void | steeringMethod (const PyWSteeringMethodPtr_t &steeringMethod) |
| |
| void | configValidation (const ConfigValidationsPtr_t &cv) |
| |
| void | clearConfigValidations () |
| |
| void | pathValidation (const PathValidationPtr_t &pv) |
| |
| void | pathProjector (const PathProjectorPtr_t &pp) |
| |
| void | distance (const DistancePtr_t &d) |
| |
| void | target (const ProblemTargetPtr_t &t) |
| |
| void | configurationShooter (const ConfigurationShooterPtr_t &configurationShooter) |
| |
| void | initConfig (ConfigurationIn_t inConfig) |
| |
| void | addGoalConfig (ConfigurationIn_t config) |
| |
| void | addConfigValidation (const std::string &type) |
| |
| void | resetGoalConfigs () |
| |
| hpp::manipulation::ProblemPtr_t | asManipulationProblem () const |
| |
| bool | isManipulationProblem () const |
| |
| void | addPartialCom (const std::string &name, boost::python::list pyjointNames) |
| |
| hpp::pinocchio::vector3_t | getPartialCom (const std::string &name) |
| |
| hpp::constraints::ImplicitPtr_t | createRelativeComConstraint (const char *constraintName, const char *comName, const char *jointName, hpp::pinocchio::vector3_t point, boost::python::list mask) |
| |
| hpp::constraints::ImplicitPtr_t | createTransformationConstraint (const char *constraintName, const char *joint1Name, const char *joint2Name, const hpp::pinocchio::Transform3s &M, boost::python::list mask) |
| |
| hpp::constraints::ImplicitPtr_t | createTransformationConstraint2 (const char *constraintName, const char *joint1Name, const char *joint2Name, const hpp::pinocchio::Transform3s &M1, const hpp::pinocchio::Transform3s &M2, const boost::python::list mask) |
| |
| void | setConstantRightHandSide (hpp::constraints::ImplicitPtr_t constraint, bool constant) |
| |
| boost::python::tuple | applyConstraints (ConfigurationIn_t config) |
| |
| boost::python::tuple | isConfigValid (ConfigurationIn_t dofArray) |
| |
| void | setConstraints (hpp::core::ConstraintSetPtr_t constraints) |
| |
| hpp::core::ConstraintSetPtr_t | getConstraints () |
| |
| void | setRightHandSideFromConfig (ConfigurationIn_t configIn) |
| |
| void | addNumericalConstraintsToConfigProjector1 (const char *configProjName, boost::python::list constraints, boost::python::list priorities) |
| |
| void | addNumericalConstraintsToConfigProjector2 (const char *configProjName, boost::python::list constraints) |
| |
| hpp::constraints::ImplicitPtr_t | createComBetweenFeet (const char *constraintName, const char *comName, const char *jointLName, const char *jointRName, const hpp::pinocchio::vector3_t &pointL, const hpp::pinocchio::vector3_t &pointR, const char *jointRefName, const hpp::pinocchio::vector3_t &pointRef, boost::python::list mask) |
| |
| boost::python::tuple | directPath (ConfigurationIn_t start, ConfigurationIn_t end, bool validate) |
| |