BodyPosture
This is a ROS message definition.
Source
# Describes the general body posture in a symbolic manner.
std_msgs/Header header
uint8 STANDING = 1
uint8 SITTING = 2
uint8 CROUCHING = 3
uint8 LAYING = 4
uint8 OTHER = 0
uint8 posture # one of the above constants