IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
RealSolverROS Class Reference
Inheritance diagram for RealSolverROS:
Inheritance graph
[legend]
Collaboration diagram for RealSolverROS:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, theParams=ParamRunner)
 
def process_ROS (self, theImageMea, visibleMask, hTracker_BEV, run_solver=True, planOnTrack=False, verbose=False)
 
def publish_ROS (self)
 
- Public Member Functions inherited from RealSolver
def calibrate (self, theImageMea, visibleMask, hTracker_BEV, option=1, verbose=False)
 
def clusterScore (self)
 
def getMeaBoard (self)
 
def getSolBoard (self)
 
def getTrackBoard (self)
 
def process (self, theImageMea, visibleMask, hTracker_BEV, run_solver=True, planOnTrack=False, verbose=False)
 
def progress (self, USE_MEASURED=True)
 
def setClusterBoard (self, target_board=None, mode='solution')
 
def setSolBoard (self, img_input, input=None)
 

Public Attributes

 bMeasImage_pub
 
 bTrackImage_pub
 
 bTrackImage_SolID_pub
 
 loc_history_pub
 
 loc_pulse_pub
 
 plan
 
 puzzle_solver_info_pub
 
 status_history_pub
 
 status_pulse_pub
 
- Public Attributes inherited from RealSolver
 bClusterImage
 
 bMeasImage
 
 bSolImage
 
 bTrackImage
 
 bTrackImage_SolID
 
 meaBoard
 
 params
 
 theCalibrated
 
 theClusterBoard
 
 theManager
 
 thePlanner
 
 thePrevImage
 
 theSolver
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theParams = ParamRunner 
)

Reimplemented from RealSolver.

Member Function Documentation

◆ process_ROS()

def process_ROS (   self,
  theImageMea,
  visibleMask,
  hTracker_BEV,
  run_solver = True,
  planOnTrack = False,
  verbose = False 
)
@brief Call the process function and publish the ROS message.

Args:
    theImageMea: The input image (from the surveillance system).
    visibleMask: The mask image of the visible area (no hand/robot)(from the surveillance system).
    hTracker_BEV: The location of the hand in the BEV.
    run_solver: Run the solver or not.
    planOnTrack: Plan on the tracked board or not.
    verbose: If True, will display the detected measured pieces, from working or solution area.

◆ publish_ROS()

def publish_ROS (   self)
@brief Publish the ROS message for the runner.

Member Data Documentation

◆ bMeasImage_pub

bMeasImage_pub

◆ bTrackImage_pub

bTrackImage_pub

◆ bTrackImage_SolID_pub

bTrackImage_SolID_pub

◆ loc_history_pub

loc_history_pub

◆ loc_pulse_pub

loc_pulse_pub

◆ plan

plan

◆ puzzle_solver_info_pub

puzzle_solver_info_pub

◆ status_history_pub

status_history_pub

◆ status_pulse_pub

status_pulse_pub

The documentation for this class was generated from the following file: