hpp-walkgen  4.11.0
Walk generator for hpp framework
fwd.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2015 CNRS
3 // Authors: Florent Lamiraux
4 //
5 // This file is part of hpp-walkgen
6 // hpp-walkgen 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-walkgen 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-walkgen If not, see
17 // <http://www.gnu.org/licenses/>.
18 
19 #ifndef HPP_WALKGEN_FWD_HH
20 # define HPP_WALKGEN_FWD_HH
21 
22 # include <vector>
23 # include <Eigen/Core>
24 # include <hpp/core/fwd.hh>
26 
27 namespace hpp {
28  namespace walkgen {
30  typedef std::shared_ptr <CubicBSpline> CubicBSplinePtr_t;
32  typedef std::shared_ptr <SplineBased> SplineBasedPtr_t;
34  typedef std::shared_ptr <Step> StepPtr_t;
36  typedef std::shared_ptr <SupportFoot> SupportFootPtr_t;
37  class FootPrint;
38 
39  typedef double value_type;
40  typedef Eigen::Matrix <value_type, Eigen::Dynamic, 1> vector_t;
41  typedef Eigen::Matrix<value_type, Eigen::Dynamic, Eigen::Dynamic> matrix_t;
42  typedef matrix_t::Index size_type;
43  typedef std::vector <value_type> Times_t;
44  typedef Eigen::Matrix <value_type, 2, 1> vector2_t;
45  typedef Eigen::Matrix <value_type, 1, 1> vector1_t;
46 
48  typedef core::Path Path;
56  } // namespace walkgen
57 } // namespace hpp
58 
59 #endif // HPP_WALKGEN_FWD_HH
hpp::walkgen::Transform3f
core::Transform3f Transform3f
Definition: fwd.hh:47
hpp::walkgen::ConfigurationOut_t
core::ConfigurationOut_t ConfigurationOut_t
Definition: fwd.hh:52
hpp::walkgen::Configuration_t
core::Configuration_t Configuration_t
Definition: fwd.hh:53
hpp::walkgen::vector2_t
Eigen::Matrix< value_type, 2, 1 > vector2_t
Definition: fwd.hh:44
fwd.hh
hpp::walkgen::SplineBased
Definition: bspline-based.hh:129
hpp::walkgen::vector1_t
Eigen::Matrix< value_type, 1, 1 > vector1_t
Definition: fwd.hh:45
hpp::walkgen::value_type
double value_type
Definition: fwd.hh:37
hpp::walkgen::CubicBSplinePtr_t
std::shared_ptr< CubicBSpline > CubicBSplinePtr_t
Definition: fwd.hh:30
hpp::walkgen::HPP_PREDEF_CLASS
HPP_PREDEF_CLASS(SplineBased)
hpp::walkgen::size_type
matrix_t::Index size_type
Definition: fwd.hh:42
hpp::walkgen::Times_t
std::vector< value_type > Times_t
Definition: fwd.hh:43
hpp::walkgen::SupportFoot
Definition: foot-trajectory.hh:118
roboptim::trajectory::CubicBSpline
hpp::walkgen::PathVector
core::PathVector PathVector
Definition: fwd.hh:51
hpp::walkgen::PathPtr_t
core::PathPtr_t PathPtr_t
Definition: fwd.hh:49
hpp::walkgen::SplineBasedPtr_t
std::shared_ptr< SplineBased > SplineBasedPtr_t
Definition: fwd.hh:32
hpp
Definition: bspline-based.hh:28
hpp::walkgen::DevicePtr_t
core::DevicePtr_t DevicePtr_t
Definition: fwd.hh:55
hpp::walkgen::SupportFootPtr_t
std::shared_ptr< SupportFoot > SupportFootPtr_t
Definition: fwd.hh:36
hpp::walkgen::FootPrint
Position of a foot on the (horizontal) ground.
Definition: foot-print.hh:30
hpp::walkgen::Path
core::Path Path
Definition: fwd.hh:48
hpp::walkgen::CubicBSpline
roboptim::trajectory::CubicBSpline CubicBSpline
Definition: fwd.hh:29
hpp::walkgen::matrix_t
Eigen::Matrix< value_type, Eigen::Dynamic, Eigen::Dynamic > matrix_t
Definition: fwd.hh:41
hpp::walkgen::StepPtr_t
std::shared_ptr< Step > StepPtr_t
Definition: fwd.hh:34
hpp::walkgen::PathVectorPtr_t
core::PathVectorPtr_t PathVectorPtr_t
Definition: fwd.hh:50
hpp::walkgen::vector_t
Eigen::Matrix< value_type, Eigen::Dynamic, 1 > vector_t
Definition: fwd.hh:40
hpp::walkgen::ConstraintSetPtr_t
core::ConstraintSetPtr_t ConstraintSetPtr_t
Definition: fwd.hh:54
hpp::walkgen::Step
Definition: foot-trajectory.hh:33