|
ethercatcpp
|
types needed to describe a shadow hand More...
#include <cstdint>#include <array>

Go to the source code of this file.
Classes | |
| struct | ethercatcpp::shadow::BiotacPressures |
| All raw pressure measurements given by a Biotac. More... | |
| struct | ethercatcpp::shadow::BiotacTemperatures |
| All raw temperature measurements given by a Biotac. More... | |
| struct | ethercatcpp::shadow::BiotacElectrodes |
| All raw impedance electrodes measurements given by a Biotac. More... | |
| struct | ethercatcpp::shadow::RawHandState |
| struct | ethercatcpp::shadow::RawHandCommand |
Namespaces | |
| ethercatcpp | |
| ethercatcpp::shadow | |
Functions | |
| constexpr std::size_t | ethercatcpp::shadow::index_of (JointNames name) |
| constexpr std::size_t | ethercatcpp::shadow::index_of (JointGroupsNames name) |
| constexpr std::size_t | ethercatcpp::shadow::index_of (HandID id) |
Variables | |
| constexpr int | ethercatcpp::shadow::NUM_MOTORS = 20 |
| constexpr int | ethercatcpp::shadow::SENSORS_NUM_0220 = 36 |
| constexpr int | ethercatcpp::shadow::POSITION_SENSOR_NUM = 26 |
| constexpr std::array< uint32_t, static_cast< int >HandID::Count)> | ethercatcpp::shadow::hand_serial_numbers |
| List of serial numbers corresponding to HandIDs. More... | |
| constexpr std::array< HandType, static_cast< int >HandID::Count)> | ethercatcpp::shadow::hand_types |
| List of hand types corresponding to HandIDs. More... | |
| constexpr std::size_t | ethercatcpp::shadow::first_finger_joint_count = 3 |
| constexpr std::size_t | ethercatcpp::shadow::middle_finger_joint_count = 3 |
| constexpr std::size_t | ethercatcpp::shadow::ring_finger_joint_count = 3 |
| constexpr std::size_t | ethercatcpp::shadow::little_finger_joint_count = 4 |
| constexpr std::size_t | ethercatcpp::shadow::thumb_finger_joint_count = 4 |
| constexpr std::size_t | ethercatcpp::shadow::wrist_joint_count = 2 |
| constexpr std::size_t | ethercatcpp::shadow::joint_count |
| constexpr std::size_t | ethercatcpp::shadow::joint_groups_count = 6 |
| constexpr std::size_t | ethercatcpp::shadow::biotac_count = 5 |
| constexpr std::array< const char *, joint_count > | ethercatcpp::shadow::joint_names |
| constexpr std::array< const char *, joint_groups_count > | ethercatcpp::shadow::joint_groups_names |
types needed to describe a shadow hand
1.8.17