You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing LSD-SLAM and I'm very impressed with the results. At this moment, I would like to make the code ROS-independently. In the first time, I need to get the pointcloud data and plot in my C++ application. How can I get these data?
Thanks.
The text was updated successfully, but these errors were encountered:
Maybe you can have a look on Thom Whelan's fork of lsd-slam; he replaced the viewer with Pangolin
to make it ROS-independent: https://github.com/mp3guy/lsd_slam.
Hi,
I'm testing LSD-SLAM and I'm very impressed with the results. At this moment, I would like to make the code ROS-independently. In the first time, I need to get the pointcloud data and plot in my C++ application. How can I get these data?
Thanks.
The text was updated successfully, but these errors were encountered: