how to use SIFTGPU and ORB in RGBDSLAM
I tried using SIFTGPU with rgbdslam to built a map. I launched rgbdslam.launch file for using SIFTGPU.
While, I tried mapping with this file. I got error -> Can't create OpenGL context! SiftGPU cannot be used.Detection of keypoints failed
NOTE: Also, in the launch file i don't understand the comment => If SIFTGPU is enabled in CMakeLists.txt, use SURF here
And I would like to use ORB in rgbdslam.
Any suggestions about this error and ideas to use ORB?
Thanks in advance for your suggestions.