|
Basic RT components and utilities
315.12.1
|
import "TorqueControllerService.idl";
Classes | |
| struct | torqueControllerParam |
Public Types | |
| typedef sequence< double > | dSequence |
| typedef sequence< string > | StrSequence |
Public Member Functions | |
| boolean | enableTorqueController (in string jname) |
| enable torque controller in specified joint | |
| boolean | enableMultipleTorqueControllers (in StrSequence jnames) |
| enable torque controller in specified joints | |
| boolean | disableTorqueController (in string jname) |
| disable torque controller in specified joint | |
| boolean | disableMultipleTorqueControllers (in StrSequence jnames) |
| disable torque controller in specified joints | |
| boolean | startTorqueControl (in string jname) |
| start torque controller in specified joint | |
| boolean | startMultipleTorqueControls (in StrSequence jnames) |
| start torque controller in specified joints | |
| boolean | stopTorqueControl (in string jname) |
| stop torque controller in specified joint | |
| boolean | stopMultipleTorqueControls (in StrSequence jnames) |
| stop torque controller in specified joints | |
| boolean | setReferenceTorque (in string jname, in double tauRef) |
| set torque reference to torque controller in specified joint | |
| boolean | setMultipleReferenceTorques (in StrSequence jnames, in dSequence tauRefs) |
| set torque reference to torque controller in specified joint | |
| boolean | setTorqueControllerParam (in string jname, in torqueControllerParam i_param) |
| set torque controller parameters | |
| boolean | getTorqueControllerParam (in string jname, out torqueControllerParam i_param) |
| set torque controller parameters | |
| typedef sequence<double> OpenHRP::TorqueControllerService::dSequence |
| typedef sequence<string> OpenHRP::TorqueControllerService::StrSequence |
| boolean OpenHRP::TorqueControllerService::disableMultipleTorqueControllers | ( | in StrSequence | jnames | ) |
disable torque controller in specified joints
| jnames,: | target joint names |
| boolean OpenHRP::TorqueControllerService::disableTorqueController | ( | in string | jname | ) |
disable torque controller in specified joint
| jname,: | target joint name |
| boolean OpenHRP::TorqueControllerService::enableMultipleTorqueControllers | ( | in StrSequence | jnames | ) |
enable torque controller in specified joints
| jnames,: | target joint names |
| boolean OpenHRP::TorqueControllerService::enableTorqueController | ( | in string | jname | ) |
enable torque controller in specified joint
| jname,: | target joint name |
| boolean OpenHRP::TorqueControllerService::getTorqueControllerParam | ( | in string | jname, |
| out torqueControllerParam | i_param | ||
| ) |
set torque controller parameters
| i_param,: | new torque controller param (invariant parameters are expected as 0) |
| boolean OpenHRP::TorqueControllerService::setMultipleReferenceTorques | ( | in StrSequence | jnames, |
| in dSequence | tauRefs | ||
| ) |
set torque reference to torque controller in specified joint
| jname,: | target joint names |
| tauRef,: | reference torques |
| boolean OpenHRP::TorqueControllerService::setReferenceTorque | ( | in string | jname, |
| in double | tauRef | ||
| ) |
set torque reference to torque controller in specified joint
| jname,: | target joint name |
| tauRef,: | reference torque |
| boolean OpenHRP::TorqueControllerService::setTorqueControllerParam | ( | in string | jname, |
| in torqueControllerParam | i_param | ||
| ) |
set torque controller parameters
| i_param,: | new torque controller param (invariant parameters are expected as 0) |
| boolean OpenHRP::TorqueControllerService::startMultipleTorqueControls | ( | in StrSequence | jnames | ) |
start torque controller in specified joints
| jnames,: | target joint names |
| boolean OpenHRP::TorqueControllerService::startTorqueControl | ( | in string | jname | ) |
start torque controller in specified joint
| jname,: | target joint name |
| boolean OpenHRP::TorqueControllerService::stopMultipleTorqueControls | ( | in StrSequence | jnames | ) |
stop torque controller in specified joints
| jnames,: | target joint names |
| boolean OpenHRP::TorqueControllerService::stopTorqueControl | ( | in string | jname | ) |
stop torque controller in specified joint
| jname,: | target joint name |
1.7.6.1