hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
Handles projection errors when evaluating a path. More...
#include <hpp/core/projection-error.hh>
Public Member Functions | |
ProjectionError (const std::string &msg="") | |
virtual | ~ProjectionError () |
virtual std::ostream & | print (std::ostream &os) const |
Write report in a stream. More... | |
Public Member Functions inherited from hpp::core::ValidationReport | |
virtual | ~ValidationReport () |
Public Attributes | |
std::string | msg |
Handles projection errors when evaluating a path.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Write report in a stream.
Implements hpp::core::ValidationReport.
std::string hpp::core::ProjectionError::msg |