1#ifndef JOINTVELOCITYTASK_HPP
2#define JOINTVELOCITYTASK_HPP
26 virtual void setReference(
const base::commands::Joints& ref);
Abstract interface for a task in joint space.
Definition JointTask.hpp:11
Implementation of a Joint velocity task.
Definition JointVelocityTask.hpp:10
virtual void update(RobotModelPtr robot_model) override
Compute the joint task matrix A.
Definition JointVelocityTask.cpp:11
JointVelocityTask(TaskConfig config, uint n_robot_joints)
Definition JointVelocityTask.cpp:6
virtual ~JointVelocityTask()=default
virtual void setReference(const base::commands::Joints &ref)
Update the Joint reference input for this task.
Definition JointVelocityTask.cpp:24
Defines a task in the whole body control problem. Valid Configurations are e.g.
Definition TaskConfig.hpp:39
TaskConfig config
Definition Task.hpp:59
Definition ContactsAccelerationConstraint.cpp:3
std::shared_ptr< JointVelocityTask > JointVelocityTaskPtr
Definition JointVelocityTask.hpp:29
std::shared_ptr< RobotModel > RobotModelPtr
Definition RobotModel.hpp:204