agimus_sot.task.posture.Posture Class Reference

Postural task. More...

Inheritance diagram for agimus_sot.task.posture.Posture:
[legend]
Collaboration diagram for agimus_sot.task.posture.Posture:
[legend]

Public Member Functions

def __init__ (self, name, sotrobot, withDerivative=False)
 
- Public Member Functions inherited from agimus_sot.task.task.Task
def __init__ (self, tasks=[], constraints=[], topics={})
 
def __add__ (self, other)
 
def __iadd__ (self, other)
 
def setControlSelection (self, selection)
 
def pushTo (self, solver)
 
def extendSignalGetters (self, topicName, signalGetters)
 
def addHppJointTopic (self, topicName, jointName=None, velocity=False, signalGetters=frozenset())
 
def addTfListenerTopic (self, topicName, frame0, frame1, defaultValue=None, signalGetters=frozenset(), maxDelay=1.5)
 
def makeTfListenerDefaultValue (self, name, value, outputs=None)
 Create an If entity whose condition is the transform was found in TF. More...
 

Public Attributes

 tasks
 
 topics
 
- Public Attributes inherited from agimus_sot.task.task.Task
 tasks
 Task to be added to a SoT solver. More...
 
 constraints
 Constraints This is likely not used anymore. More...
 
 topics
 The ROS topics where to read references. More...
 

Static Public Attributes

string name_prefix = ""
 
- Static Public Attributes inherited from agimus_sot.task.task.Task
string sep = "___"
 

Detailed Description

Postural task.

Constructor & Destructor Documentation

◆ __init__()

def agimus_sot.task.posture.Posture.__init__ (   self,
  name,
  sotrobot,
  withDerivative = False 
)

References agimus_sot.task.posture.Posture._feature, agimus_sot.task.posture.Posture._gain, agimus_sot.task.task.Task._name(), and agimus_sot.task.posture.Posture._task.

Member Data Documentation

◆ name_prefix

string agimus_sot.task.posture.Posture.name_prefix = ""
static

◆ tasks

◆ topics