|
rby1-sdk
|
Represents the model description of Robot M. More...
#include <model.h>
Public Types | |
| using | DynRobotStateType = rb::dyn::State<kRobotDOF> |
| using | DynRobotType = rb::dyn::Robot<kRobotDOF> |
Static Public Attributes | |
| static constexpr std::array< unsigned int, 20 > | kBodyIdx |
| static constexpr double | kControlPeriod = 0.002 |
| static constexpr std::array< unsigned int, 2 > | kHeadIdx = {24, 25} |
| static constexpr std::array< unsigned int, 7 > | kLeftArmIdx = {17, 18, 19, 20, 21, 22, 23} |
| static constexpr std::array< unsigned int, 4 > | kMobilityIdx = {0, 1, 2, 3} |
| static constexpr std::string_view | kModelName = "M" |
| static constexpr std::array< unsigned int, 7 > | kRightArmIdx = {10, 11, 12, 13, 14, 15, 16} |
| static constexpr size_t | kRobotDOF = 26 |
| static constexpr std::array< std::string_view, kRobotDOF > | kRobotJointNames |
| static constexpr std::array< unsigned int, 6 > | kTorsoIdx = {4, 5, 6, 7, 8, 9} |
| static constexpr std::array< unsigned int, 20 > | kVelocityEstimationRequiredIdx = kBodyIdx |
Represents the model description of Robot M.
This class represents the model description of Robot M, which is derived from the base model A. The M model includes mecanum wheel mobile base instead differential type mobile base.
|
staticconstexpr |
|
staticconstexpr |