task-angular-momentum-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_am_equality_hpp__
19 #define __invdyn_task_am_equality_hpp__
20 
21 #include "tsid/math/fwd.hpp"
25 
26 #include <pinocchio/multibody/model.hpp>
27 #include <pinocchio/multibody/data.hpp>
28 
29 namespace tsid {
30 namespace tasks {
31 
32 class TaskAMEquality : public TaskMotion {
33  public:
34  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
35 
36  typedef math::Index Index;
42 
43  TaskAMEquality(const std::string& name, RobotWrapper& robot);
44 
45  virtual ~TaskAMEquality() {}
46 
47  int dim() const;
48 
49  const ConstraintBase& compute(const double t, ConstRefVector q,
51 
52  const ConstraintBase& getConstraint() const;
53 
54  void setReference(const TrajectorySample& ref);
55  const TrajectorySample& getReference() const;
56 
57  const Vector3& getDesiredMomentumDerivative() const;
58  Vector3 getdMomentum(ConstRefVector dv) const;
59 
60  const Vector3& momentum_error() const;
61  const Vector3& momentum() const;
62  const Vector& momentum_ref() const;
63  const Vector& dmomentum_ref() const;
64 
65  const Vector3& Kp();
66  const Vector3& Kd();
67  void Kp(ConstRefVector Kp);
68  void Kd(ConstRefVector Kp);
69 
70  protected:
71  Vector3 m_Kp;
72  Vector3 m_Kd;
74  Vector3 m_dL_des;
75 
76  Vector3 m_drift;
77  Vector3 m_L, m_dL;
78  TrajectorySample m_ref;
79  ConstraintEquality m_constraint;
80 };
81 
82 } // namespace tasks
83 } // namespace tsid
84 
85 #endif // ifndef __invdyn_task_am_equality_hpp__
std::size_t Index
Definition: math/fwd.hpp:53
const ConstraintBase & getConstraint() const
const TrajectorySample & getReference() const
trajectories::TrajectorySample TrajectorySample
const std::string & name() const
Definition: task-base.cpp:25
TaskAMEquality(const std::string &name, RobotWrapper &robot)
int dim() const
Return the dimension of the task. should be overloaded in the child class.
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
Definition: math/fwd.hpp:35
data
Definition: setup.in.py:48
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Index Index
Eigen::Matrix< Scalar, 3, 1 > Vector3
Definition: math/fwd.hpp:40
math::ConstRefVector ConstRefVector
Definition: task-base.hpp:39
Vector3 getdMomentum(ConstRefVector dv) const
Wrapper for a robot based on pinocchio.
void setReference(const TrajectorySample &ref)
Eigen::TensorRef< Tensor > ref(Eigen::TensorRef< Tensor > tensor)
Transform3f t
const Vector3 & getDesiredMomentumDerivative() const
Eigen::Matrix< Scalar, 6, Eigen::Dynamic, Options > Matrix6x
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