hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
Path validation report used for standard collision checking. More...
#include <hpp/core/collision-path-validation-report.hh>
Public Member Functions | |
CollisionPathValidationReport () | |
CollisionPathValidationReport (const value_type ¶m, const ValidationReportPtr_t &report) | |
Public Member Functions inherited from hpp::core::PathValidationReport | |
PathValidationReport () | |
PathValidationReport (const value_type ¶m, const ValidationReportPtr_t &report) | |
virtual | ~PathValidationReport () |
virtual std::ostream & | print (std::ostream &os) const |
Write report in a stream. More... | |
value_type | getParameter () |
void | setParameter (value_type p) |
Public Member Functions inherited from hpp::core::ValidationReport | |
virtual | ~ValidationReport () |
Additional Inherited Members | |
Public Attributes inherited from hpp::core::PathValidationReport | |
value_type | parameter |
Parameter of the path where a invalid configuration has been found. More... | |
ValidationReportPtr_t | configurationReport |
Path validation report used for standard collision checking.
|
inline |
|
inline |