task-contact-force.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_contact_force_hpp__
19 #define __invdyn_task_contact_force_hpp__
20 
21 #include <tsid/deprecated.hh>
22 #include <tsid/tasks/task-base.hpp>
24 #include <memory>
25 
26 namespace tsid {
27 namespace tasks {
28 class TaskContactForce : public TaskBase {
29  public:
30  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
31 
32  TaskContactForce(const std::string& name, RobotWrapper& robot);
33 
40  // clang-format off
41  TSID_DISABLE_WARNING(-Woverloaded-virtual)
42  // clang-format on
43  virtual const ConstraintBase& compute(
44  const double t, ConstRefVector q, ConstRefVector v, Data& data,
45  const std::vector<std::shared_ptr<ContactLevel> >* contacts) = 0;
47 
53  virtual const std::string& getAssociatedContactName() = 0;
54 };
55 } // namespace tasks
56 } // namespace tsid
57 
58 #endif // ifndef __invdyn_task_contact_force_hpp__
demo_quadruped.v
v
Definition: demo_quadruped.py:80
tsid::tasks::TaskBase
Base template of a Task. Each class is defined according to a constant model of a robot.
Definition: task-base.hpp:34
pinocchio::DataTpl
tsid::math::ConstraintBase
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
Definition: constraint-base.hpp:35
tsid::tasks::TaskContactForce
Definition: task-contact-force.hpp:28
setup.data
data
Definition: setup.in.py:48
demo_quadruped.robot
robot
Definition: demo_quadruped.py:51
TSID_DISABLE_WARNING_POP
#define TSID_DISABLE_WARNING_POP
Definition: macros.hpp:28
TSID_DISABLE_WARNING_PUSH
#define TSID_DISABLE_WARNING_PUSH
Definition: macros.hpp:27
tsid::tasks::TaskContactForce::getAssociatedContactName
virtual const TSID_DISABLE_WARNING_POP std::string & getAssociatedContactName()=0
demo_quadruped.q
q
Definition: demo_quadruped.py:74
tsid::tasks::TaskContactForce::TaskContactForce
EIGEN_MAKE_ALIGNED_OPERATOR_NEW TaskContactForce(const std::string &name, RobotWrapper &robot)
Definition: task-contact-force.cpp:24
task-base.hpp
demo_quadruped.vector
vector
Definition: demo_quadruped.py:49
demo_quadruped.contacts
int contacts
Definition: demo_quadruped.py:98
tsid::tasks::TaskContactForce::compute
virtual const TSID_DISABLE_WARNING_PUSH ConstraintBase & compute(const double t, ConstRefVector q, ConstRefVector v, Data &data, const std::vector< std::shared_ptr< ContactLevel > > *contacts)=0
tsid
Definition: bindings/python/constraint/constraint-bound.cpp:21
tsid::robots::RobotWrapper
Wrapper for a robot based on pinocchio.
Definition: robots/robot-wrapper.hpp:37
tsid::tasks::TaskBase::name
const std::string & name() const
Definition: task-base.cpp:25
contact-level.hpp
t
Transform3f t
tsid::tasks::TaskBase::ConstRefVector
math::ConstRefVector ConstRefVector
Definition: task-base.hpp:39


tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Thu Apr 3 2025 02:47:16