ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Edit the launch file 'rgbdslam_sample_config.launch'. In line 46,47...., change the feature detector and extractor as SURF or ORB. If it is ORB, you should use only BRUTEFORCE as 'matcher_type'. But FLANN would be better for SURF. To continue the process do,

$ roslaunch rgbdslam rgbdslam_sample_config.launch

This is the way to disable SIFTGPU.