Open TurtleZhong opened 4 years ago
Hello, have you attached a viewer to the slam module before running the pipeline?
You should do add_canvas <MY_CANVAS_NAME> slam
. This attaches a gl canvas to the object called slam
(which is the MultiGraphSlam3d
class - you can check this typing names
in the shell).
Furthermore, please check that the topics indicated in the config file correspond to the one of the dataset.
Hope this helps.
Hi, Thanks your nice work but I got some probles when we try to run srrg2_proslam Stereo/RGB-D Examples. I download the tum datasets from your google drive link, and modify the json path in tum.conf file. Then I try to run
but we got this in terminal
and a qt widget named slam_canvas with waiting... in the center.
It seems that the system have not read the images but I check the conf path and json path is correctly.
I'm looking forward to your reply.
platform: Ubuntu 16.04 kernel: 4.15.0-101-generic ros: Kinetic gcc-version: 5.4.0