tasks/task-com-equality.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2017 CNRS
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_com_equality_hpp__
19 #define __invdyn_task_com_equality_hpp__
20 
21 #include "tsid/math/fwd.hpp"
25 
26 namespace tsid {
27 namespace tasks {
28 
29 class TaskComEquality : public TaskMotion {
30  public:
31  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
32 
33  typedef math::Index Index;
38 
39  TaskComEquality(const std::string& name, RobotWrapper& robot);
40 
41  virtual ~TaskComEquality() {}
42 
43  int dim() const;
44 
45  const ConstraintBase& compute(const double t, ConstRefVector q,
47 
48  const ConstraintBase& getConstraint() const;
49 
50  void setReference(const TrajectorySample& ref);
51  const TrajectorySample& getReference() const;
52 
53  const Vector& getDesiredAcceleration() const;
54  Vector getAcceleration(ConstRefVector dv) const;
55  virtual void setMask(math::ConstRefVector mask);
56 
57  const Vector& position_error() const;
58  const Vector& velocity_error() const;
59  const Vector& position() const;
60  const Vector& velocity() const;
61  const Vector& position_ref() const;
62  const Vector& velocity_ref() const;
63 
64  const Vector3& Kp();
65  const Vector3& Kd();
66  void Kp(ConstRefVector Kp);
67  void Kd(ConstRefVector Kp);
68 
69  protected:
70  Vector3 m_Kp;
71  Vector3 m_Kd;
72  Vector3 m_p_error, m_v_error;
74  Vector3 m_a_des;
76  Vector3 m_drift;
78  Vector m_p_com, m_v_com;
80  TrajectorySample m_ref;
81  ConstraintEquality m_constraint;
82 };
83 
84 } // namespace tasks
85 } // namespace tsid
86 
87 #endif // ifndef __invdyn_task_com_equality_hpp__
std::size_t Index
Definition: math/fwd.hpp:53
int dim() const
Return the dimension of the task. should be overloaded in the child class.
const std::string & name() const
Definition: task-base.cpp:25
math::ConstraintEquality ConstraintEquality
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
Definition: math/fwd.hpp:35
trajectories::TrajectorySample TrajectorySample
const ConstraintBase & compute(const double t, ConstRefVector q, ConstRefVector v, Data &data)
data
Definition: setup.in.py:48
Vector getAcceleration(ConstRefVector dv) const
const ConstraintBase & getConstraint() const
Eigen::Matrix< Scalar, 3, 1 > Vector3
Definition: math/fwd.hpp:40
math::ConstRefVector ConstRefVector
Definition: task-base.hpp:39
const Eigen::Ref< const Vector > ConstRefVector
Definition: math/fwd.hpp:48
TaskComEquality(const std::string &name, RobotWrapper &robot)
Wrapper for a robot based on pinocchio.
Eigen::TensorRef< Tensor > ref(Eigen::TensorRef< Tensor > tensor)
void setReference(const TrajectorySample &ref)
Transform3f t
virtual void setMask(math::ConstRefVector mask)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Index Index
const TrajectorySample & getReference() const


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