Class robot_dart::control::RobotControl¶
ClassList > robot_dart > control > RobotControl
Inherited by the following classes: robot_dart::control::PDControl, robot_dart::control::PolicyControl, robot_dart::control::SimpleControl
Public Functions¶
Type | Name |
---|---|
RobotControl () |
|
RobotControl (const Eigen::VectorXd & ctrl, bool full_control=false) |
|
RobotControl (const Eigen::VectorXd & ctrl, const std::vector< std::string > & controllable_dofs) |
|
void | activate (bool enable=true) |
bool | active () const |
virtual Eigen::VectorXd | calculate (double t) = 0 |
virtual std::shared_ptr< RobotControl > | clone () const = 0 |
virtual void | configure () = 0 |
const std::vector< std::string > & | controllable_dofs () const |
void | init () |
const Eigen::VectorXd & | parameters () const |
std::shared_ptr< Robot > | robot () const |
void | set_parameters (const Eigen::VectorXd & ctrl) |
void | set_robot (const std::shared_ptr< Robot > & robot) |
void | set_weight (double weight) |
double | weight () const |
virtual | ~RobotControl () |
Protected Attributes¶
Type | Name |
---|---|
bool | _active |
bool | _check_free = = false |
int | _control_dof |
std::vector< std::string > | _controllable_dofs |
Eigen::VectorXd | _ctrl |
int | _dof |
std::weak_ptr< Robot > | _robot |
double | _weight |
Public Functions Documentation¶
function RobotControl [⅓]¶
function RobotControl [⅔]¶
robot_dart::control::RobotControl::RobotControl (
const Eigen::VectorXd & ctrl,
bool full_control=false
)
function RobotControl [3/3]¶
robot_dart::control::RobotControl::RobotControl (
const Eigen::VectorXd & ctrl,
const std::vector< std::string > & controllable_dofs
)
function activate¶
function active¶
function calculate¶
function clone¶
function configure¶
function controllable_dofs¶
function init¶
function parameters¶
function robot¶
function set_parameters¶
function set_robot¶
function set_weight¶
function weight¶
function ~RobotControl¶
Protected Attributes Documentation¶
variable _active¶
variable _check_free¶
variable _control_dof¶
variable _controllable_dofs¶
variable _ctrl¶
variable _dof¶
variable _robot¶
variable _weight¶
The documentation for this class was generated from the following file robot_dart/control/robot_control.hpp