~mrol-dev/mrol/trunk

« back to all changes in this revision

Viewing changes to mrol_mapping/mapper.py

  • Committer: Vikas Dhiman
  • Date: 2012-11-14 00:20:26 UTC
  • Revision ID: vikasdhi@buffalo.du-20121114002026-e4rbu85n6ekroafk
Removed unnecessary term from compile.sh

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