hpp-core  4.9.0
Implement basic classes for canonical path planning for kinematic chains.
collision-path-validation-report.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2014 CNRS
3 // Authors: Florent Lamiraux
4 //
5 // This file is part of hpp-core
6 // hpp-core is free software: you can redistribute it
7 // and/or modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation, either version
9 // 3 of the License, or (at your option) any later version.
10 //
11 // hpp-core is distributed in the hope that it will be
12 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // General Lesser Public License for more details. You should have
15 // received a copy of the GNU Lesser General Public License along with
16 // hpp-core If not, see
17 // <http://www.gnu.org/licenses/>.
18 
19 #ifndef HPP_CORE_COLLISION_PATH_VALIDATION_REPORT_HH
20 # define HPP_CORE_COLLISION_PATH_VALIDATION_REPORT_HH
21 
24 
25 namespace hpp {
26  namespace core {
29 
31  struct HPP_CORE_DLLAPI CollisionPathValidationReport :
33  {
36  {
37  configurationReport =
39  }
40 
42  const ValidationReportPtr_t& report) :
43  PathValidationReport (param, report)
44  {}
45  }; // struct CollisionPathValidationReport
47  } // namespace core
48 } // namespace hpp
49 
50 #endif // HPP_CORE_COLLISION_PATH_VALIDATION_REPORT_HH
boost::shared_ptr< ValidationReport > ValidationReportPtr_t
Definition: fwd.hh:206
Path validation report used for standard collision checking.
Definition: collision-path-validation-report.hh:31
pinocchio::value_type value_type
Definition: fwd.hh:157
CollisionPathValidationReport(const value_type &param, const ValidationReportPtr_t &report)
Definition: collision-path-validation-report.hh:41
Definition: collision-validation-report.hh:35
Definition: path-validation-report.hh:34
CollisionPathValidationReport()
Definition: collision-path-validation-report.hh:34
boost::shared_ptr< CollisionValidationReport > CollisionValidationReportPtr_t
Definition: fwd.hh:86