246
247
xyzs: The occupied PointCloud, with the sensor as origin.
247
248
pose: The pose of `xyzs` PointCloud with respect to global map.
252
sensor_loc = poseutil.transformPoints(np.array([[0, 0, 0]]), pose)
251
255
def add_points(self, xyzs, pose, timestamp=None, userdata=None):
252
256
'''Adds the pointcloud xyzs to the map, transforming them by the given