Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to show image in real time when run lcm-logger to collect image? #87

Open
tiexuedanxin opened this issue May 27, 2020 · 4 comments
Open

Comments

@tiexuedanxin
Copy link

No description provided.

@mufengjun260
Copy link

Thanks to MobileManipulation/rgbd_ros_to_lcm, I used rviz to show the topic of rgb,and run lcm-logger at the same time.

@tiexuedanxin
Copy link
Author

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

@mufengjun260
Copy link

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.

@freeliuzc
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants