~mrol-dev/mrol/trunk

« back to all changes in this revision

Viewing changes to mrol_mapping/mapper.py

  • Committer: Vikas Dhiman
  • Date: 2012-11-16 19:59:46 UTC
  • Revision ID: vikasdhi@buffalo.edu-20121116195946-fwfdqevt3h3eqoyg
Manually added julians changes after merge failed. "Added function to save point cloud in the .ply format"; "Got speed_test working again after API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        if not odometry_map:
134
134
            bestpose, maxcost = vmap.align_points(sample, guessPose)
135
135
            if bestpose_queue:
136
 
                logger.info("Best pose {0}".format(bestpose))
137
136
                bestpose_queue.put_force(bestpose)
138
137
 
139
138
        alignment_time = time.time() - start