task-capture-point-inequality.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2020 CNRS, NYU, MPI Tübingen, PAL Robotics
3 //
4 // This file is part of tsid
5 // tsid is free software: you can redistribute it
6 // and/or modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation, either version
8 // 3 of the License, or (at your option) any later version.
9 // tsid is distributed in the hope that it will be
10 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // General Lesser Public License for more details. You should have
13 // received a copy of the GNU Lesser General Public License along with
14 // tsid If not, see
15 // <http://www.gnu.org/licenses/>.
16 //
17 
18 #ifndef __invdyn_task_capture_point_inequality_hpp__
19 #define __invdyn_task_capture_point_inequality_hpp__
20 
24 #include <vector>
25 #include <pinocchio/multibody/model.hpp>
26 #include <pinocchio/multibody/data.hpp>
27 
28 namespace tsid {
29 namespace tasks {
30 
32  public:
33  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
34 
35  typedef math::Index Index;
42 
44  const double timeStep);
45 
47 
48  int dim() const;
49 
50  const ConstraintBase& compute(const double t, ConstRefVector q,
51  ConstRefVector v, Data& data);
52 
53  const ConstraintBase& getConstraint() const;
54 
55  Vector getAcceleration(ConstRefVector dv) const;
56 
57  const Vector& position() const;
58 
59  void setSupportLimitsXAxis(const double x_min, const double x_max);
60 
61  void setSupportLimitsYAxis(const double y_min, const double y_max);
62 
63  void setSafetyMargin(const double x_margin, const double y_margin);
64 
65  protected:
66  Vector m_drift_vec;
67  Vector3 m_drift;
68  Vector m_p_com, m_v_com;
69  Vector m_rp_min;
70  Vector m_rp_max;
71 
72  ConstraintInequality m_constraint;
73 
77 
79  double m_delta_t;
80  double m_g;
81  double m_w;
82  double m_ka;
83  int m_dim;
84 
85  Vector b_lower;
86  Vector b_upper;
87 };
88 
89 } // namespace tasks
90 } // namespace tsid
91 
92 #endif // ifndef __invdyn_task_capture_point_inequality_hpp__
std::size_t Index
Definition: math/fwd.hpp:53
TaskCapturePointInequality(const std::string &name, RobotWrapper &robot, const double timeStep)
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
Definition: math/fwd.hpp:36
const std::string & name() const
Definition: task-base.cpp:25
void setSupportLimitsXAxis(const double x_min, const double x_max)
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
Definition: math/fwd.hpp:35
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Index Index
data
Definition: setup.in.py:48
void setSafetyMargin(const double x_margin, const double y_margin)
Eigen::Matrix< Scalar, 3, 1 > Vector3
Definition: math/fwd.hpp:40
math::ConstRefVector ConstRefVector
Definition: task-base.hpp:39
void setSupportLimitsYAxis(const double y_min, const double y_max)
Wrapper for a robot based on pinocchio.
int dim() const
Return the dimension of the task. should be overloaded in the child class.
Transform3f t
std::size_t Index
const ConstraintBase & compute(const double t, ConstRefVector q, ConstRefVector v, Data &data)


tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Sun Jul 2 2023 02:21:51