hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
report returned when a configuration is not within the bounds More...
#include <hpp/core/joint-bound-validation.hh>
Public Member Functions | |
JointBoundValidationReport (const JointConstPtr_t &joint, size_type rank, value_type lowerBound, value_type upperBound, value_type value) | |
virtual std::ostream & | print (std::ostream &os) const |
Print report in a stream. More... | |
Public Member Functions inherited from hpp::core::ValidationReport | |
virtual | ~ValidationReport () |
Public Attributes | |
JointConstPtr_t | joint_ |
Joint the configuration value is out of bounds. More... | |
size_type | rank_ |
degree of freedom in the joint (usually 0) More... | |
value_type | lowerBound_ |
lower bound More... | |
value_type | upperBound_ |
upper bound More... | |
value_type | value_ |
configuration value More... | |
report returned when a configuration is not within the bounds
|
inline |
|
inlinevirtual |
Print report in a stream.
Implements hpp::core::ValidationReport.
JointConstPtr_t hpp::core::JointBoundValidationReport::joint_ |
Joint the configuration value is out of bounds.
value_type hpp::core::JointBoundValidationReport::lowerBound_ |
lower bound
size_type hpp::core::JointBoundValidationReport::rank_ |
degree of freedom in the joint (usually 0)
value_type hpp::core::JointBoundValidationReport::upperBound_ |
upper bound
value_type hpp::core::JointBoundValidationReport::value_ |
configuration value