Human Class

Description

The Human class represents a human avatar in RCareWorld. It is a derived class of RCareWorldBaseObject and provides additional methods for manipulating the human avatar pose and joints.

Constructor

def __init__(self, env, id:int, name:str, is_in_scene:bool = False)

Methods

setBasePosition(position:list)

Set the base position of the human character.

Args:

setRootRotation(rotation:list)

Set the root rotation of the human character.

Args:

setJointRotationByName(joint_name:str, position:list)