task-motion.cpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2017 CNRS, NYU, MPI Tübingen
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 
19 
20 namespace tsid {
21 namespace tasks {
22 
25 
27  : TaskBase(name, robot) {}
28 
30 
31 bool TaskMotion::hasMask() { return m_mask.size() > 0; }
32 
33 const Vector& TaskMotion::getMask() const { return m_mask; }
34 
37 }
38 
40 
42 
43 const Vector& TaskMotion::position_error() const { return m_dummy; }
44 const Vector& TaskMotion::velocity_error() const { return m_dummy; }
45 const Vector& TaskMotion::position() const { return m_dummy; }
46 const Vector& TaskMotion::velocity() const { return m_dummy; }
47 const Vector& TaskMotion::position_ref() const { return m_dummy; }
48 const Vector& TaskMotion::velocity_ref() const { return m_dummy; }
49 
50 } // namespace tasks
51 } // namespace tsid
tsid::tasks::TaskMotion::getDesiredAcceleration
virtual const Vector & getDesiredAcceleration() const
Definition: task-motion.cpp:39
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
tsid::trajectories::TrajectorySample
Definition: trajectories/trajectory-base.hpp:33
task-motion.hpp
tsid::tasks::TrajectorySample
trajectories::TrajectorySample TrajectorySample
Definition: task-motion.cpp:24
tsid::tasks::Vector
math::Vector Vector
Definition: task-motion.cpp:23
tsid::tasks::TaskMotion::setMask
virtual void setMask(math::ConstRefVector mask)
Definition: task-motion.cpp:29
tsid::tasks::TaskMotion::position_ref
virtual const Vector & position_ref() const
Definition: task-motion.cpp:47
demo_quadruped.robot
robot
Definition: demo_quadruped.py:51
tsid::tasks::TaskMotion::position
virtual const Vector & position() const
Definition: task-motion.cpp:45
tsid::tasks::TaskMotion::m_mask
Vector m_mask
Definition: task-motion.hpp:53
tsid::tasks::TaskMotion::getAcceleration
virtual Vector getAcceleration(ConstRefVector dv) const
Definition: task-motion.cpp:41
tsid::tasks::TaskMotion::velocity_error
virtual const Vector & velocity_error() const
Definition: task-motion.cpp:44
tsid::tasks::TaskMotion::getMask
virtual const Vector & getMask() const
Definition: task-motion.cpp:33
tsid::tasks::TaskMotion::TrajectorySample_dummy
trajectories::TrajectorySample TrajectorySample_dummy
Definition: task-motion.hpp:55
tsid::tasks::TaskMotion::TaskMotion
TaskMotion(const std::string &name, RobotWrapper &robot)
Definition: task-motion.cpp:26
tsid::tasks::TaskMotion::hasMask
virtual bool hasMask()
Definition: task-motion.cpp:31
tsid::tasks::TaskMotion::m_dummy
Vector m_dummy
Definition: task-motion.hpp:54
tsid::tasks::TaskMotion::getReference
virtual const TrajectorySample & getReference() const
Definition: task-motion.cpp:35
tsid::tasks::TaskMotion::velocity
virtual const Vector & velocity() const
Definition: task-motion.cpp:46
tsid::tasks::TaskMotion::position_error
virtual const Vector & position_error() const
Definition: task-motion.cpp:43
setup.name
name
Definition: setup.in.py:179
tsid::tasks::TaskMotion::velocity_ref
virtual const Vector & velocity_ref() const
Definition: task-motion.cpp:48
tsid::math::ConstRefVector
const typedef Eigen::Ref< const Vector > ConstRefVector
Definition: math/fwd.hpp:48
tsid::math::Vector
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
Definition: math/fwd.hpp:35
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::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