| IVALab Python Libraries
    Collection of code for computer vision and robotics with specific API. | 
| Functions | |
| def | setHand (init_agent_loc, fsize=1) | 
| Variables | |
| cpath = fpath.rsplit('/', 1)[0] | |
| fpath = os.path.realpath(__file__) | |
| def puzzle.utils.simProcessing.setHand | ( | init_agent_loc, | |
| fsize = 1 | |||
| ) | 
@brief  Set up the hand appearance
Args:
    init_agent_loc: The initial location.
    fsize: The scale of the hand image.
Returns:
    theHand: A hand instance.
 
| cpath = fpath.rsplit('/', 1)[0] | 
| fpath = os.path.realpath(__file__) |