introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.83k stars 787 forks source link

Add new camera driver #1361

Open zhounao opened 1 month ago

zhounao commented 1 month ago

I use my own RGBD camera, What code should I add or modify so that my camera could Integrate your software?

matlabbe commented 3 weeks ago

If you make a ROS driver, there would be no code to modify to make it work with rtabmap_ros. If you want to integrate in the main library / standalone app, look at the examples here. Some drivers work as "on request" frame, other drivers are callback driven.