DUNE: Uniform Navigational Environment
2020.01.0
|
Device driver for MCD4R.
MCD4R is a device that controls one robotic arm (pulse and finger), one pan & tilt, and one camera.
Classes | |
struct | Arguments |
struct | Task |
Enumerations |
Variables | |
const char * | c_voltage_labels [] |
const char * | c_current_labels [] |
const uint8_t | c_voltage_idx [] |
const uint8_t | c_current_idx [] |
const std::string | c_action_names [] |
const std::string | c_action_types [] |
const std::string Actuators::MCD4R::c_action_names[] |
Action names for each actuation command.
const std::string Actuators::MCD4R::c_action_types[] |
Action names for each actuation command.
const uint8_t Actuators::MCD4R::c_current_idx[] |
Currents index in for each measure in the received buffer.
const char* Actuators::MCD4R::c_current_labels[] |
Labels for state currents.
const uint8_t Actuators::MCD4R::c_voltage_idx[] |
Voltages index in for each measure in the received buffer.
const char* Actuators::MCD4R::c_voltage_labels[] |
Labels for states voltages.