~mrol-dev/mrol/trunk

« back to all changes in this revision

Viewing changes to mrol_mapping/mrol.py

  • Committer: Vikas Dhiman
  • Date: 2012-04-23 16:56:16 UTC
  • Revision ID: wecacuee@gmail.com-20120423165616-o30a5qisur1fx4ef
Adding back backtrace changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        '''
97
97
        return self.mapvoxels[-1]
98
98
        
99
 
    def clear_freespace(self, xyzs, pose):
 
99
    def clear_freespace(self, xyzs, sensor_loc):
100
100
        for ol in self.mapvoxels:
101
 
            ol.clear_freespace(self, xyzs, pose)
 
101
            ol.clear_freespace(self, xyzs, sensor_loc)
102
102
 
103
103
    def add_points(self, xyzs, timestamp=None, userdata=None, increment=1):
104
104
        # TODO do something with timestamps for re-journalling