Qontrol
Qontrol::Task Namespace Reference

Task. More...

Classes

class  CartesianAcceleration
 Implementation of a Cartesian Acceleration task. More...
 
class  CartesianAcceleration< Qontrol::ControlOutput::JointTorque >
 \( \boldsymbol{\tau}^{opt} = \underset{\boldsymbol{\tau}}{\mathrm{argmin}} || \boldsymbol{\dot{v}}(\boldsymbol{\tau}) - \boldsymbol{\dot{v}}^{target} ||^2_{SW} \) More...
 
class  CartesianVelocity
 Implementation of a Cartesian velocity task. More...
 
class  CartesianVelocity< Qontrol::ControlOutput::JointVelocity >
 \( \boldsymbol{\dot{q}}^{opt} = \underset{\boldsymbol{\dot{q}}}{\mathrm{argmin}} || \boldsymbol{v}(\boldsymbol{\dot{q}}) - \boldsymbol{v}^{target} ||^2_{SW} \) More...
 
class  GenericTask
 Represents a generic task. More...
 
class  JointTorque
 Implemtentation of a joint torque task. More...
 
class  JointTorque< Qontrol::ControlOutput::JointTorque >
 \( \boldsymbol{\tau}^{opt} = \underset{\boldsymbol{\tau}}{\mathrm{argmin}} || \boldsymbol{\tau} - \boldsymbol{\tau}^{target} ||^2_{SW} \) More...
 
class  JointVelocity
 Implemtentation of a joint velocity task. More...
 
class  JointVelocity< Qontrol::ControlOutput::JointVelocity >
 \( \boldsymbol{\dot{q}}^{opt} = \underset{\boldsymbol{\dot{q}}}{\mathrm{argmin}} || \boldsymbol{\dot{q}} - \boldsymbol{\dot{q}}^{target} ||^2_{SW} \) More...
 
class  TaskSet
 Handle all the tasks added to the problem. More...
 

Detailed Description

Task.

<