how to show image in real time when run lcm-logger to collect image?
Opened this issue · 4 comments
Thanks to MobileManipulation/rgbd_ros_to_lcm, I used rviz to show the topic of rgb,and run lcm-logger at the same time.
Thanks to MobileManipulation/rgbd_ros_to_lcm, I used rviz to show the topic of rgb,and run lcm-logger at the same time.
when i run openni2-camera-lcm and lcm-logger out docker to collect image i can't show the topic of rgb through rviz
I did it on realsense and don't know how to do that on a openni2 camera.But I think you can try to launch openni2 with ros,and set rgb_topic and depth_topic in rgbd_ros_to_lcm.
You can use realsense-ros (https://github.com/IntelRealSense/realsense-ros) to publish topics 'A' instead of openni2. Then use rgbd_ros_to_lcm to subscribe 'A' and publish lcm package 'B'. Last, In one Terminal, run lcm-logger to record package 'B'. In other Terminal, run rviz to subscribe 'A' for visualizing RGB or Point-cloud.