IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes | Namespaces | Variables
priority_tending.py File 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...
 

Namespaces

 puzzle.solver.priority_tending
 

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."