IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes | Variables
puzzle.solver.priority_tending Namespace Reference

Classes

class  Priority_Tending_Solver
 Priority-driven solver with human tending action/mode added. More...
 
class  Priority_Tending_State
 State for priority-driven solving with periodic tending. More...
 

Variables

string STR_ARRANGE_PIECES = "Please adjust the pieces"
 
string STR_END = "We are done solving."
 
string STR_LOOK = "Please let me see"
 
string STR_START = "Let's start solving."
 

Variable Documentation

◆ STR_ARRANGE_PIECES

string STR_ARRANGE_PIECES = "Please adjust the pieces"

◆ STR_END

string STR_END = "We are done solving."

◆ STR_LOOK

string STR_LOOK = "Please let me see"

◆ STR_START

string STR_START = "Let's start solving."