-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple RGBD cameras input sources #37
Comments
You can ask this type of question here, no problems! If you are using rtabmap_ros, there is a small example here: https://github.com/introlab/rtabmap_ros/blob/master/launch/demo/demo_two_kinects.launch For the constructor of SensorData you are referring:
cheers |
Super! |
Hi Mathieu, i am wondering how you calibrate two rgbd cameras and get tfs? thanks! |
The TFs should be set manually. An automated calibration while mapping with both cameras is not yet implemented. cheers |
FYI there is the official rtabmap forum here: http://official-rtab-map-forum.206.s1.nabble.com/ It's where I ask all my non-issue related questions. |
Hi Dear rtabmap,
The question is not technically a github issue. Sorry. But i don't know where to ask.
The practice we try to do is use two RGBD cameras. The additional camera's angle is fixed down to ground so as to make robot aware of the the environment of ground.
I looked into the SensorData.h https://github.com/introlab/rtabmap/blob/0.10.5/corelib/include/rtabmap/core/SensorData.h#L86
There is a constructor for multi rgbd cameras but no usage link to it. I am wondering if there is an example of using multi rgbd cameras as input sources.
many thanks
The text was updated successfully, but these errors were encountered: