TaskspaceVelocityController Class Reference

#include <armarx/control/common/control_law/TaskspaceVelocityController.h>

Public Types

using Config = common::control_law::arondto::TaskspaceVelocityControllerConfig
 
using ConfigDict = common::control_law::arondto::TaskspaceVelocityControllerConfigDict
 
using FTConfig = common::ft::arondto::FTConfig
 

Public Member Functions

void firstRun ()
 
void initialize (const VirtualRobot::RobotNodeSetPtr &rns, const VirtualRobot::RobotNodeSetPtr &rtRns)
 
void preactivateInit (const VirtualRobot::RobotNodeSetPtr &rns)
 
void run (Config &c, TSCtrlRtStatus &robotStatus)
 

Public Attributes

common::ft::FTSensor ftsensor
 
VirtualRobot::RobotNodePtr rtTCP
 
VirtualRobot::RobotNodePtr tcp
 

Detailed Description

Definition at line 37 of file TaskspaceVelocityController.h.

Member Typedef Documentation

◆ Config

using Config = common::control_law::arondto::TaskspaceVelocityControllerConfig

Definition at line 41 of file TaskspaceVelocityController.h.

◆ ConfigDict

using ConfigDict = common::control_law::arondto::TaskspaceVelocityControllerConfigDict

Definition at line 42 of file TaskspaceVelocityController.h.

◆ FTConfig

using FTConfig = common::ft::arondto::FTConfig

Definition at line 40 of file TaskspaceVelocityController.h.

Member Function Documentation

◆ firstRun()

void firstRun ( )

Definition at line 42 of file TaskspaceVelocityController.cpp.

◆ initialize()

void initialize ( const VirtualRobot::RobotNodeSetPtr & rns,
const VirtualRobot::RobotNodeSetPtr & rtRns )

Definition at line 21 of file TaskspaceVelocityController.cpp.

◆ preactivateInit()

void preactivateInit ( const VirtualRobot::RobotNodeSetPtr & rns)

Definition at line 37 of file TaskspaceVelocityController.cpp.

◆ run()

void run ( Config & c,
TSCtrlRtStatus & robotStatus )

run in rt thread

-------------------------— safety guard by FT and target pose ---------------------—

this should not be moved to non rt, just in case non rt thread dies, rt still functions as safely

---------------------------— compute jacobi ---------------------------------------—

---------------------------— update velocity/twist --------------------------------—

in mm/s

----------------------------------— TS Error -----------------------------— calculate pose error between target pose and current pose !!! This is very important: you have to keep position and orientation both with UI unit (meter, radian) to calculate impedance force.

in mm

----------------------------------— Velocity control ------------------------------------------------— calculate pose error between target pose and current pose !!! This is very important: you have to keep position and orientation both with UI unit (meter, radian) to calculate desired Cartesian velocity.

--------------------------— Nullspace PD Control -----------------------------------------------—

--------------------------— Map TS target velocity to JS -----------------------------------------------—

--------------------------— write torque target ----------------------------------—

Definition at line 100 of file TaskspaceVelocityController.cpp.

Member Data Documentation

◆ ftsensor

Definition at line 104 of file TaskspaceVelocityController.h.

◆ rtTCP

VirtualRobot::RobotNodePtr rtTCP

Definition at line 103 of file TaskspaceVelocityController.h.

◆ tcp

VirtualRobot::RobotNodePtr tcp

Definition at line 102 of file TaskspaceVelocityController.h.


The documentation for this class was generated from the following files: