hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
#include <hpp/core/joint-bound-validation.hh>
Public Member Functions | |
bool | validate (const Configuration_t &config, ValidationReportPtr_t &validationReport) |
Public Member Functions inherited from hpp::core::ConfigValidation | |
virtual | ~ConfigValidation () |
Static Public Member Functions | |
static JointBoundValidationPtr_t | create (const DevicePtr_t &robot) |
Protected Member Functions | |
JointBoundValidation (const DevicePtr_t &robot) | |
Protected Member Functions inherited from hpp::core::ConfigValidation | |
ConfigValidation () | |
Validate a configuration with respect to joint bounds
|
protected |
|
static |
|
virtual |
Compute whether the configuration is valid
config | the config to check for validity, |
validationReport | report on validation. If non valid, a validation report will be allocated and returned via this shared pointer. |
Implements hpp::core::ConfigValidation.