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

No point cloud? #302

Closed
j5207 opened this issue Feb 1, 2018 · 2 comments
Closed

No point cloud? #302

j5207 opened this issue Feb 1, 2018 · 2 comments

Comments

@j5207
Copy link

j5207 commented Feb 1, 2018

Hi all:
When I'm trying to roslaunch the point cloud by typing:
roslaunch realsense_ros_camera rs_rgbd.launch
The point cloud doesn't appear and nothing showing up.
The terminal looks like this:
screenshot from 2018-01-31 18-59-01
Also the camera works well with realsense-viewer
I'm using Ubuntu 16.04 with Kinetic, Realsense D415, and librealsense-2.91 and realsense-2.02
It would be really helpful if anyone could help me out.

Thanks for time

@icarpis
Copy link
Contributor

icarpis commented Feb 1, 2018

Hello @j5207, running the rs_rgbd.launch by itself is not enough to visualize the RGBD. this Launch file is actually publishing the ROS topics of RGBD point-cloud and the other available streams. One way to visualize the point-cloud is by using RViz tool as the following:

  1. Open Terminal and type roslaunch realsense_ros_camera rs_rgbd.launch
  2. Open another Terminal and type rviz
  3. Click on the Add button at the left bottom of the RViz window.
  4. Click on the By topic tab.
  5. Choose pointcloud2 under depth_registered -> points and click OK

screenshot from 2018-02-01 11-04-14

@j5207
Copy link
Author

j5207 commented Feb 1, 2018

@icarpis Thanks!

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

2 participants