hpp-python  6.1.0
python bindings for HPP, based on boost python
steering-method.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2025, CNRS
3 // Authors: Paul Sardin
4 //
5 // Redistribution and use in source and binary forms, with or without
6 // modification, are permitted provided that the following conditions
7 // are met:
8 
9 // 1. Redistributions of source code must retain the above copyright
10 // notice, this list of conditions and the following disclaimer.
11 
12 // 2. Redistributions in binary form must reproduce the above
13 // copyright notice, this list of conditions and the following
14 // disclaimer in the documentation and/or other materials provided
15 // with the distribution.
16 
17 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
20 // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
21 // COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
22 // INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26 // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
28 // OF THE POSSIBILITY OF SUCH DAMAGE.
29 
30 #ifndef PYHPP_CORE_STEERING_METHOD_HH
31 #define PYHPP_CORE_STEERING_METHOD_HH
32 
33 #include <hpp/core/config.hh>
34 #include <hpp/core/path.hh>
35 #include <hpp/core/steering-method.hh>
36 #include <pyhpp/core/problem.hh>
37 
38 namespace pyhpp {
39 namespace core {
40 
45 
48 
50 
51  // Methods from hpp::core::SteeringMethod
57 
58 }; // struct SteeringMethod
59 
60 } // namespace core
61 } // namespace pyhpp
62 
63 #endif
const ConstraintSetPtr_t & constraints() const
Definition: steering-method.cc:137
shared_ptr< SteeringMethod > SteeringMethodPtr_t
pinocchio::ConfigurationIn_t ConfigurationIn_t
shared_ptr< const Problem > ProblemConstPtr_t
shared_ptr< ConstraintSet > ConstraintSetPtr_t
shared_ptr< Path > PathPtr_t
hpp::core::ProblemConstPtr_t ProblemConstPtr_t
Definition: path-planner.hh:41
hpp::core::ConfigurationIn_t ConfigurationIn_t
Definition: problem.hh:49
hpp::core::ConstraintSetPtr_t ConstraintSetPtr_t
Definition: steering-method.hh:43
hpp::core::PathPtr_t PathPtr_t
Definition: steering-method.hh:41
Definition: fwd.hh:35
PathPtr_t steer(ConfigurationIn_t q1, ConfigurationIn_t q2) const
void constraints(const ConstraintSetPtr_t &constraints)
PathPtr_t operator()(ConfigurationIn_t q1, ConfigurationIn_t q2) const
hpp::core::SteeringMethodPtr_t obj
Definition: steering-method.hh:47
SteeringMethod(hpp::core::SteeringMethodPtr_t obj)
Definition: steering-method.hh:49
const ConstraintSetPtr_t & constraints() const
ProblemConstPtr_t problem() const