Which package is best for slam and Kinect?
I want to do mapping with the kinect, so my robot can avoid obstacles and move around. Looking around there seems to be several options, but not sure which is better (better = low computational requirements):
rgbdslam has a lot of interest and builds cool looking 3D world, but I believe it runs slow (2 fps) and requires a lot of computational power.
gmapping seems to do what I want, but is designed for laser rangers and not the kinect, so I am not sure if the overhead of converting from kinect->laser_scans now makes it perform as number 1 above.
ethzasl_mapping seems to do a similar job to rgbslam (and it is also designed for the kinect) but there is no mention of performance.
I think these are the predominate packages for mapping. Would appreciate any thoughts on these or suggestions of what I am missing.
Unfortunately I am also have difficulty getting any of these to compile on Fuerte for OSX.
Thanks.