D2SLAM icon indicating copy to clipboard operation
D2SLAM copied to clipboard

How to visualize SLAM data by remote pc

Open allegorywrite opened this issue 1 year ago • 2 comments

Thank you for the great SLAM system. I'm currently trying to run D2SLAM on Xavier NX, but am struggling with how to visualize it. If I run a ROS node on Xavier NX, is there a launch file or something to visualize the data remotely? Furthermore, if I create a map using a depth camera, is there a pipeline to remotely visualize the resulting point cloud or map? At first glance, it doesn't seem like there is any pub/sub of point clouds in the LCM system.

allegorywrite avatar Jul 15 '24 13:07 allegorywrite

You may take a look at https://github.com/HKUST-Swarm/swarm_gcs

xuhao1 avatar Jul 18 '24 17:07 xuhao1

Thank you! It looks like swarm_gcs receives ROS topics directly and visualizes them. Am I correct in my understanding that you are not using lcm for visualization in your project (or are using lcm and ROS together)?

allegorywrite avatar Jul 29 '24 05:07 allegorywrite