IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Functions | Variables
puzzle.utils.simProcessing Namespace Reference

Functions

def setHand (init_agent_loc, fsize=1)
 

Variables

 cpath = fpath.rsplit('/', 1)[0]
 
 fpath = os.path.realpath(__file__)
 

Function Documentation

◆ setHand()

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.

Variable Documentation

◆ cpath

cpath = fpath.rsplit('/', 1)[0]

◆ fpath

fpath = os.path.realpath(__file__)