|
|
This file is part of ArmarX. More...
Enumerations | |
| enum class | Joints { Pelvis , SpineNaval , SpineChest , Neck , ClavicleLeft , ShoulderLeft , ElbowLeft , WristLeft , HandLeft , HandtipLeft , ThumbLeft , ClavicleRight , ShoulderRight , ElbowRight , WristRight , HandRight , HandtipRight , ThumbRight , HipLeft , KneeLeft , AnkleLeft , FootLeft , HipRight , KneeRight , AnkleRight , FootRight , Head , Nose , EyeLeft , EarLeft , EyeRight , EarRight } |
| Joints with index as defined in the body model. More... | |
Variables | |
| const std::map< Joints, simox::Color > | Colors |
| const simox::meta::EnumNames< Joints > | JointNames |
| Names of the joints as defined in the body model. | |
| const std::string | ModelId = "K4ABT_BODY_32" |
| const std::vector< std::pair< Joints, Joints > > | Segments |
| Segments (defined by pairs of joints) as defined in the body model. | |
This file is part of ArmarX.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
|
strong |
Joints with index as defined in the body model.
Definition at line 38 of file k4a_bt_body_32.h.
|
inline |
Definition at line 147 of file k4a_bt_body_32.h.
|
inline |
Names of the joints as defined in the body model.
Definition at line 77 of file k4a_bt_body_32.h.
|
inline |
Definition at line 33 of file k4a_bt_body_32.h.
Segments (defined by pairs of joints) as defined in the body model.
Definition at line 113 of file k4a_bt_body_32.h.