The return type of BuildSimplifiedIiwaControl().
Depending on the control_mode
, some of the input ports might be null. The output ports are never null.
#include <drake/manipulation/kuka_iiwa/build_iiwa_control.h>
Public Attributes | |
const systems::InputPort< double > * | commanded_positions {} |
This will be non-null iff the control_mode denotes commanded positions. More... | |
const systems::InputPort< double > * | commanded_torque {} |
This will be non-null iff the control_mode denotes commanded torques. More... | |
const systems::OutputPort< double > * | position_commanded {} |
const systems::OutputPort< double > * | position_measured {} |
const systems::OutputPort< double > * | velocity_estimated {} |
const systems::OutputPort< double > * | joint_torque {} |
const systems::OutputPort< double > * | torque_measured {} |
const systems::OutputPort< double > * | external_torque {} |
const systems::InputPort<double>* commanded_positions {} |
This will be non-null iff the control_mode denotes commanded positions.
const systems::InputPort<double>* commanded_torque {} |
This will be non-null iff the control_mode denotes commanded torques.
const systems::OutputPort<double>* external_torque {} |
const systems::OutputPort<double>* joint_torque {} |
const systems::OutputPort<double>* position_commanded {} |
const systems::OutputPort<double>* position_measured {} |
const systems::OutputPort<double>* torque_measured {} |
const systems::OutputPort<double>* velocity_estimated {} |