Open kouui opened 5 years ago
As far as I understand, you can configure so that it only takes the input from the camera as image and not depth.
For example, Im running it using ROS, so the bag's camera topic is "/camera/rgb/image_color", therefore:
$ rosbag play --pause my.bag /camera/rgb/image_color:=/camera/image_raw
Sorry I am a newbie in ROS and SLAM and I am trying the Monocular Examples with the TUM Dataset. My question is that the link http://vision.in.tum.de/data/datasets/rgbd-dataset/download is actually a RGB-D dataset, shouldn't we use dataset with RGB image input only?
Thanks!